-
Bug
-
Resolution: Unresolved
-
P4
-
9
-
Cause Known
Consider we have excluded some method with direcitve file. If this method have been sent to compilation, compilerBroker makes it be excluded from compilation forever. In compilerBroker::compilation_is_prohibited there is a just
method->set_not_compilable(comp_level, !quietly, "excluded by CompileCommand");
If after that DCMD command Compiler.clear_directives have been invoked, the method would still be excluded from compilation.
method->set_not_compilable(comp_level, !quietly, "excluded by CompileCommand");
If after that DCMD command Compiler.clear_directives have been invoked, the method would still be excluded from compilation.
- relates to
-
JDK-8149337 compiler/compilercontrol/jcmd/PrintDirectivesTest.java fails
- Closed
-
JDK-8222103 [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit
- Resolved
-
JDK-8137167 JEP165: Compiler Control: Implementation task
- Resolved
1.
|
Quarantine ClearDirectivesFileStackTest | Resolved | Pavel Punegov |