RFR: 8240908: RetransformClass does not know about MethodParameters attribute [v2]

Alex Menkov amenkov at openjdk.java.net
Mon Jan 24 10:40:44 UTC 2022


> Changes:
> - ClassFileReconstituter is updated to restore "MethodParameters" attribute;
> - handling of the attribute in VM_RedefineClasses is moved to be consistent with other code (like local variable table);
> - copied ClassTransformer class (from test/jdk/com/sun/jdi/lib/jdb) to /test/lib as it's used by tests from hotspot and jdk (and also by test from Valhalla repo); Will file a follow up issues to updates tests and remove the class from test/jdk/com/sun/jdi/lib/jdb

Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:

  fixed condition

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7180/files
  - new: https://git.openjdk.java.net/jdk/pull/7180/files/445acb76..bd89d7b7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7180&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7180&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7180.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7180/head:pull/7180

PR: https://git.openjdk.java.net/jdk/pull/7180


More information about the serviceability-dev mailing list