RFR: 8354329: Rewrite runtime/ClassFile/JsrRewriting.java and OomWhileParsingRepeatedJsr.java tests [v2]

Anton Artemov duke at openjdk.org
Fri Apr 25 12:27:13 UTC 2025


> Rewrote JsrRewriting and OomWhileParsingRepeatedJsr tests so that are not using jar files, but instead class files are created on the fly using the the ASM library. 
> 
> Test in tiers 1-3 on multiple platforms pass.

Anton Artemov 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 five additional commits since the last revision:

 - 8354329: Addressed the reviewer's comments, refactored 2nd test.
 - 8354329: Fixed whitespaces errors.
 - 8354329: Refactored out jasm file for JsrRewriting, added dumper class.
 - Merge remote-tracking branch 'origin/master' into JDK-8354329
 - 8354329: Rewrite runtime/ClassFile/JsrRewriting.java and OomWhileParsingRepeatedJsr.java tests

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24662/files
  - new: https://git.openjdk.org/jdk/pull/24662/files/8ae3f53f..e77b9993

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

  Stats: 104325 lines in 1168 files changed: 38961 ins; 62618 del; 2746 mod
  Patch: https://git.openjdk.org/jdk/pull/24662.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24662/head:pull/24662

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


More information about the hotspot-runtime-dev mailing list