RFR: 8282715: typo compileony in test Test8005033.java [v3]

Tobias Hartmann thartmann at openjdk.java.net
Tue Mar 8 12:54:05 UTC 2022


On Tue, 8 Mar 2022 00:24:50 GMT, Xin Liu <xliu at openjdk.org> wrote:

>> 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.
>
> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   put our copyright header behind the original author's.

Marked as reviewed by thartmann (Reviewer).

I filed [JDK-8282797](https://bugs.openjdk.java.net/browse/JDK-8282797) for this.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7718


More information about the hotspot-compiler-dev mailing list