RFR: 8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512

Langer, Christoph christoph.langer at sap.com
Wed Jul 24 12:27:41 UTC 2019


> > Here is an update which incorporates all suggestions:
> http://cr.openjdk.java.net/~clanger/webrevs/8228571.1/
> >
> This looks okay to me but probably best to have someone on compiler-dev
> okay to change too as that is where the javac tests are maintained.
> There is an argument that it would be simpler to just have these tests
> be skipped when testing with Graal.

Thanks Alan. I agree, somebody from compiler-dev should approve this.

Alternatives would be to skip the test in graal configurations via @requires !vm.graal.enabled or to restore the test in the state it was pre JDK-8227512 and exclude via graal specific problem list (which does not yet exist for langtools).

/Christoph



More information about the compiler-dev mailing list