JDK-8294980 : test/jdk/java/lang/invoke 15 test classes use experimental bytecode library
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-10-07
  • Updated: 2024-01-31
  • Resolved: 2023-11-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b24Fixed
Related Reports
Relates :  
Description
early experimental version of the bytecode library is bundled under:
test/jdk/lib/testlibrary/bytecode

following tests reference it:
test/jdk/java/lang/invoke/common/test/java/lang/invoke/lib/InstructionHelper.java
test/jdk/java/lang/invoke/condy/CondyWithGarbageTest.java
test/jdk/java/lang/invoke/condy/CondyReturnPrimitiveTest.java
test/jdk/java/lang/invoke/condy/CondyWrongType.java
test/jdk/java/lang/invoke/condy/CondyNestedTest.java
test/jdk/java/lang/invoke/condy/CondyStaticArgumentsTest.java
test/jdk/java/lang/invoke/condy/BootstrapMethodJumboArgsTest.java
test/jdk/java/lang/invoke/condy/ConstantBootstrapsTest.java
test/jdk/java/lang/invoke/condy/CondyRepeatFailedResolution.java
test/jdk/java/lang/invoke/condy/CondyBSMInvocation.java
test/jdk/java/lang/invoke/condy/CondyTypeValidationTest.java
test/jdk/java/lang/invoke/condy/CondyBSMValidationTest.java
test/jdk/java/lang/invoke/condy/CondyNameValidationTest.java
test/jdk/java/lang/invoke/condy/CondyBSMException.java
test/jdk/java/lang/invoke/condy/CondyInterfaceWithOverpassMethods.java
Comments
Changeset: 7bc8e4c8 Author: Mourad Abbay <mabbay@openjdk.org> Committer: Adam Sotona <asotona@openjdk.org> Date: 2023-11-08 13:26:58 +0000 URL: https://git.openjdk.org/jdk/commit/7bc8e4c891b2703e82b022fea40c29a143cc1806
08-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16268 Date: 2023-10-19 14:37:06 +0000
03-11-2023