-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b114
15 compiler control tests fail in the compiler nightlies of 2016-03-16:
compiler/compilercontrol/commandfile/CompileOnlyTest.java
compiler/compilercontrol/commandfile/ExcludeTest.java
...
The tests fail because static compilation of the .java files fails due to a missing symbol.
/export/home/aurora/CommonData/TESTBASE/hotspot/test/compiler/compilercontrol/share/scenario/Scenario.java:203: error: cannot find symbol
addFlag("-Xmixed");
^
symbol: method addFlag(String)
location: class Builder
compiler/compilercontrol/commandfile/CompileOnlyTest.java
compiler/compilercontrol/commandfile/ExcludeTest.java
...
The tests fail because static compilation of the .java files fails due to a missing symbol.
/export/home/aurora/CommonData/TESTBASE/hotspot/test/compiler/compilercontrol/share/scenario/Scenario.java:203: error: cannot find symbol
addFlag("-Xmixed");
^
symbol: method addFlag(String)
location: class Builder
- duplicates
-
JDK-8152164 DirectiveStressTest.java fails with NoClassDefFoundError
-
- Closed
-
- relates to
-
JDK-8150054 CompilerControl: add Xmixed for execution
-
- Resolved
-