Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8140669 :
|
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.
|