[jdk8u-dev] Withdrawn: 8210560: [TEST] convert com/sun/jdi redefineClass-related tests
duke
duke at openjdk.org
Thu Feb 1 15:57:11 UTC 2024
On Thu, 3 Aug 2023 07:15:41 GMT, Kazuhisa Takakuri <ktakakuri at openjdk.org> wrote:
> This is a backport of JDK-8210560: [TEST] convert com/sun/jdi redefineClass-related tests.
>
> Original patch does not apply cleanly to 8u, because:
> 1. ClassTranformer.java of the original patch uses jdk.test.lib.compiler.CompilerUtils in test/lib.
> 2. However, CompilerUtils in test/lib cannot be compiled with JDK8 because it uses an API added in JDK9 (javax.tools.StandardJavaFileManager).
>
> So, I replaced the CompilerUtils with test/lib/testlibrary/CompilerUtils.java to avoid using StandardJavaFileManager.
>
> I confirmed that all of these tests pass on Windows x86_64 and Linux RedHat x86_64.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/350
More information about the jdk8u-dev
mailing list