RFR: 8294972: Convert jdk.jlink internal plugins to use the Classfile API [v14]
Adam Sotona
asotona at openjdk.org
Tue Mar 21 11:58:06 UTC 2023
On Tue, 21 Mar 2023 11:31:54 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> It seems to be redundant as the following code does not expect it on stack and loads it again as needed.
>
> Yes, I think so. If `java -XX:+UnlockDiagnosticVMOptions -XX:+BytecodeVerificationLocal -version` doesn't fail and you've run all the tests then it should be okay to drop it.
I can confirm `java -XX:+UnlockDiagnosticVMOptions -XX:+BytecodeVerificationLocal -version` successful execution and passing all jdk/tools/jlink tests. Now waiting for all tier1 tests results.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12944#discussion_r1143261554
More information about the core-libs-dev
mailing list