Loading... (original) (raw)
Type:
Enhancement
Resolution: Fixed
Priority:
P4
Fix Version/s: 9
Affects Version/s: None
Component/s: hotspot
Labels:
Subcomponent:
compilerResolved In Build:
b02CPU:
genericOS:
generic
Add a closed set of concrete compiler classes. Using an tag like this avoids a confusing use of macros around the definition of the is_ methods.
Here is the change in the Graal repository:
http://hg.openjdk.java.net/graal/graal/diff/5d0bb7d52783/src/share/vm/compiler/abstractCompiler.hpp
We should push this change upstream sans the Graal type.
relates to
JDK-8031211 replace nmethod::_compiler with a flags field that stores AbstractCompiler::Type values instead
- Closed