JSR 292: add DontInline annotations to some internal methods

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: core-libs

      We miss some DontInline annotations on methods which really shouldn't be inlined.

      Also ValueConversions.castReference needs to inline Class.cast so we can get better type information in the compilers. Unfortunately ForceInline is not visible in the java.lang package. Either we inline the code from Class.cast into ValueConversions.castReference or we move the annotations somewhere else and make them available on the boot class path.

            Assignee:
            Christian Thalinger (Inactive)
            Reporter:
            Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: