JDK-8150252 : CompileControl VM options testing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10,11
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-02-19
  • Updated: 2020-05-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
With testing done for JDK-8046155 a couple of VM options were not covered by tests:
* diagnostic(bool, CompilerDirectivesIgnoreCompileCommands, false,          
             "Disable backwards compatibility for compile commands.")       
Has no tests at all.
                                                                            
* diagnostic(bool, CompilerDirectivesPrint, false,                          
             "Print compiler directives on installation.")                 
There are tests for directive printing (jcmd). They could be reused for this option.

* diagnostic(int,  CompilerDirectivesLimit, 50,                             
             "Limit on number of compiler directives.")
Directive stress tests use this option to increase amount of directives, but do not test correctness of limit