RFR(S) 8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Aug 6 21:17:47 UTC 2018
Can we switch off Indy strings concat for all Graal unit tests? Based on what Doug said: "We don't support the indy
string pattern in these tests".
Note, Graal itself (and JVMCI) are compiled without Indy strings concat:
http://hg.openjdk.java.net/jdk/jdk/file/c23f1e4910f3/make/CompileJavaModules.gmk#l425
Thanks,
Vladimir
On 8/6/18 1:42 PM, Ekaterina Pavlova wrote:
> Hi All,
>
> please review the change which introduces additional make target in JtregGraalUnit.gmk
> to compile org/graalvm/compiler/core/test/VerifyDebugUsageTest.java with -XDstringConcat=inline.
> Otherwise the test fails. Also moved building of jdk.vm.compiler.replacements.verifier.jar into separate target.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8205078
> webrev: http://cr.openjdk.java.net/~epavlova//8205078/webrev.00/index.html
> testing: tested by building on all platforms and running graal unit tests on Graal supported platforms.
>
>
> thanks,
> -katya
>
More information about the hotspot-compiler-dev
mailing list