RFR: 8282715: typo compileony in test Test8005033.java
Xin Liu
xliu at openjdk.java.net
Mon Mar 7 05:43:30 UTC 2022
This patch doesn't change the testing functionality. It was compiled before. HotSpot failed to handle compiler directive 'compileony'. As a result, it has to compile all methods.
Here is the warning message
CompileCommand: An error occurred during parsing
Error: Unrecognized option 'compileony'
Line: 'compileony,compiler.codegen.Test8005033::testBitCount'
Usage: '-XX:CompileCommand=<option>,<method pattern>' - to set boolean option to true
Usage: '-XX:CompileCommand=<option>,<method pattern>,<value>'
Use: '-XX:CompileCommand=help' for more information and to list all option.
After correcting the typo, hotspot only compiles the method it is supposed to test. Test time of fastdebug build reduces from 16.778s to 0.226s.
-------------
Commit messages:
- 8282715: typo compileony in test Test8005033.java
Changes: https://git.openjdk.java.net/jdk/pull/7718/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7718&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8282715
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/7718.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7718/head:pull/7718
PR: https://git.openjdk.java.net/jdk/pull/7718
More information about the hotspot-compiler-dev
mailing list