[jdk17u-dev] RFR: 8295413: com/sun/jdi/EATests.java fails with compiler flag -XX:+StressReflectiveCode
Goetz Lindenmaier
goetz at openjdk.org
Thu Jan 12 13:57:38 UTC 2023
On Mon, 9 Jan 2023 14:40:21 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [08d3ef4f](https://github.com/openjdk/jdk/commit/08d3ef4fe60460d94b0a2db0b6671adc56a6653c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Richard Reingruber on 24 Oct 2022 and was reviewed by Leonid Mesnik, Vladimir Kozlov and Serguei Spitsyn.
>
> Applies cleanly. This is just a test fix, so there's hardly any risk.
>
> Tested on Linux x86_64 with fastdebug and release builds.
>
>
> make test TEST=test/jdk/com/sun/jdi/EATests.java TEST_VM_OPTS="-XX:+IgnoreUnrecognizedVMOptions -XX:+StressReflectiveCode"
>
>
> Thanks, Richard.
Thanks, I'm fine with you confirming it is an unrelated failure. But I won't approve as long as the failing tests are unchecked. We already twice had java 17 code pushed to 11 in tests :P
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1042
More information about the jdk-updates-dev
mailing list