Remove implicit casts from oop to JavaThread* and jlong*

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b03

      In the current state, oop may be implicitly casted to JavaThread* and jlong*. There does not appear to be code relying on these casts, and therefore they should be removed. In the unlikely case this operation would make sense, then you may use cast_from_oop<JavaThread*>(obj) instead.

            Assignee:
            Erik Ă–sterlund
            Reporter:
            Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: