> 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

Mourad Abbay has updated the pull request with a new target base due to a merge 
or a rebase. The incremental webrev excludes the unrelated changes brought in 
by the merge/rebase. The pull request contains 19 additional commits since the 
last revision:

 - Merge branch 'master' into 8294980
 - specify packages to export in jtreg tests.
 - Remove reference to old bytecode library.
 - Remove early experimental version of the bytecode library.
 - Convert CondyInterfaceWithOverpassMethods .
 - Convert CondyBSMException .
 - Convert CondyNameValidationTest .
 - Convert CondyBSMValidationTest .
 - Convert CondyTypeValidationTest .
 - Convert CondyBSMInvocation .
 - ... and 9 more: https://git.openjdk.org/jdk/compare/cd92451d...0d1c94a9

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16268/files
  - new: https://git.openjdk.org/jdk/pull/16268/files/96301a6d..0d1c94a9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16268&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16268&range=01-02

  Stats: 86909 lines in 2809 files changed: 49167 ins; 17259 del; 20483 mod
  Patch: https://git.openjdk.org/jdk/pull/16268.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16268/head:pull/16268

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

Reply via email to