RFR: 8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
Langer, Christoph
christoph.langer at sap.com
Wed Jul 24 08:08:43 UTC 2019
Hi,
Please review a fix for two tests that fail on non-aot builds/platforms after JDK-8227512:
langtools/tools/javac/modules/InheritRuntimeEnvironmentTest.java
langtools/tools/javac/file/LimitedImage.java
Bug: https://bugs.openjdk.java.net/browse/JDK-8227512
Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8228571.0/
I would fix it by setting up two test run configurations, one with graal and the other without. Therefore I need to add some configuration to langtools/TEST.ROOT to be able to use "@requires vm.graal.enabled".
Best regards
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20190724/35afd194/attachment.html>
More information about the compiler-dev
mailing list