RFR(XXS) : 8205490 : update ProblemList-graal

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jun 21 19:49:14 UTC 2018


I would suggest to add all tests to Graal's problem list which use 
-XX:CompileCommand=compileonly,compiler.whitebox.SimpleTestCaseHelper::*

We can't run test which use CompileOnly and expect that Graal will 
compile specified methods in time. We can add Graal's and JVMCI's 
methods to CompileOnly list. Or we should make general exception for 
Graal's and JVMCI's methods.

I found next tests are missing in list:

compiler/tiered/LevelTransitionTest.java
compiler/whitebox/DeoptimizeAllTest.java
compiler/whitebox/DeoptimizeMethodTest.java
compiler/whitebox/ForceNMethodSweepTest.java:
compiler/whitebox/GetNMethodTest.java
compiler/whitebox/IsMethodCompilableTest.java
compiler/whitebox/LockCompilationTest.java
compiler/whitebox/SetDontInlineMethodTest.java
compiler/whitebox/SetForceInlineMethodTest.java

May be there are more other tests.

Thanks,
Vladimir

On 6/21/18 11:51 AM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev//8205490/webrev.00/index.html
>> 14 lines changed: 11 ins; 0 del; 3 mod;
> 
> Hi all,
> 
> compiler/intrinsics/mathexact/sanity tests are known to fail when run w/ Graal as JIT, this patch adds them into graal specific problem list file.
> 
> webrev: http://cr.openjdk.java.net/~iignatyev//8205490/webrev.00/index.html
> JBS: https://bugs.openjdk.java.net/browse/JDK-8205490
> 
> Thanks,
> -- Igor
> 


More information about the hotspot-compiler-dev mailing list