-
Bug
-
Resolution: Fixed
-
P4
-
15
-
b16
Try changing the following
- nonstatic_field(JavaThread, _threadObj, oop) \
+ nonstatic_field(JavaThread, _threadObj, int) \
vmStructs_jvmci.o compiles without any error, even though the wrong type is specified for the given field.
- nonstatic_field(JavaThread, _threadObj, oop) \
+ nonstatic_field(JavaThread, _threadObj, int) \
vmStructs_jvmci.o compiles without any error, even though the wrong type is specified for the given field.