-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: hotspot
-
b97
-
Verified
I forgot to change the test.
/export/local/aurora/CommonData/TESTBASE/hotspot/test/compiler/jvmci/errors/TestInvalidCompilationResult.java:224: error: cannot find symbol
result.addInfopoint(new Infopoint(0, null, InfopointReason.UNKNOWN));
^
symbol: variable UNKNOWN
location: class InfopointReason
1 error
/export/local/aurora/CommonData/TESTBASE/hotspot/test/compiler/jvmci/errors/TestInvalidCompilationResult.java:224: error: cannot find symbol
result.addInfopoint(new Infopoint(0, null, InfopointReason.UNKNOWN));
^
symbol: variable UNKNOWN
location: class InfopointReason
1 error
- relates to
-
JDK-8143730 [JVMCI] infopoint recording is too restrictive
-
- Resolved
-