>>
>> http://cr.openjdk.java.net/~kvn/JVMCI/webrev.hotspot/src/share/vm/runtime/thread.hpp.udiff.html
>>
>> I thought you were only going to add 3 words to thread? (If you reordered the fields, it would be).
> I reordered the fields a bit.
>>
>> Having to declare this many fields inline to any class suggests it should be refactored into a different class, and a pointer to that class in the global thread class. I've made this comment before, I know. It seems all the blue in this could be a new class.
> We can make this change later if we want to.
- relates to
-
JDK-8062493 JEP 243: Java-Level JVM Compiler Interface
-
- Closed
-
-
JDK-8156206 Use flags fields for JVMCI specific bool fields in JavaThread
-
- Closed
-
- links to
-
Review openjdk/jdk/5339