JDK-8066166 : JEP-JDK-8046155: Test task: dcmd tests
  • Type: Task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-11-28
  • Updated: 2015-11-20
  • Resolved: 2015-10-20
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.
JDK 9
9 b92Fixed
Related Reports
Blocks :  
Blocks :  
Description
Create tests for all new CompilerControl directives
- Compiler.add_directives -- Test that jcmd adds new file and check for correct matching and parsing. Also check that the new directives were used instead of old ones.
- Compiler.list_directives -- Check that all directives are in the list
- Compiler.clear_directives -- Test that the stack is empty
- Compiler.remove_directives -- Test that after the removing there is another directive is used for the same set of methods, or nothing for empty stack.