RFR: 6712: Make agent retransform classes when loaded dynamically
Jessye Coleman-Shapiro
jescolem at openjdk.java.net
Fri Feb 28 17:17:10 UTC 2020
This patch makes the Agent retransform all classes stored in the registry after it is loaded, when it is loaded dynamically. Previously the transformations specified in the xml file path argument were not always being performed in this dynamic case.
Let me know what you think.
-------------
Commits:
- e7d200e1: Make agent retransform classes when loaded dynamically
Changes: https://git.openjdk.java.net/jmc/pull/60/files
Webrev: https://webrevs.openjdk.java.net/jmc/60/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JMC-6712
Stats: 45 lines in 3 files changed: 43 ins; 1 del; 1 mod
Patch: https://git.openjdk.java.net/jmc/pull/60.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/60/head:pull/60
PR: https://git.openjdk.java.net/jmc/pull/60
More information about the jmc-dev
mailing list