Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8198560

Remove implicit casts from oop to JavaThread* and jlong*

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: