Withdrawn: Make the compiler/sharedstubs/SharedTrampolineTest.java require C2 explicitly

Evgeny Nikitin enikitin at openjdk.org
Thu Oct 19 20:27:11 UTC 2023


On Thu, 19 Oct 2023 06:03:36 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:

> The test seem to only work with C2. A previous change to the test, the JDK-8314838, allowed for passing JVM arguments to the child process. However, if those parameters change the compiler used, the test fails.
> 
> This PR makes this requirement (to have C2 as compiler) explicit.
> 
> Testing: runs with '-XX:TieredStopAtLevel=3' with old version (failed), fixed version (skipped) and with new version but no additional arguments (passed).

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/16258


More information about the hotspot-compiler-dev mailing list