RFR: JDK-8315575: Retransform of record class with record component annotation fails with CFE [v2]
Alex Menkov
amenkov at openjdk.org
Mon Mar 11 18:28:50 UTC 2024
> RecordComponent class has _attributes_count field.
> The only user of the field is JvmtiClassFileReconstituter. Incorrect value of the field causes producing incorrect data for Record attribute.
> Parsing Record attribute ClassFileParser skips unknown attributes and may skip RuntimeInvisibleAnnotations/RuntimeInvisibleTypeAnnotations.
> The fix updates ClassFileParser to calculate correct attributes_count.
>
> Testing:
> - tier1,tier2,hs-tier5-svc;
> - redefineClasses/retransformClasses tests:
> - test/jdk/java/lang/instrument
> - test/hotspot/jtreg/serviceability/jvmti/RedefineClasses
> - test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses
> - test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses
Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
typo
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18161/files
- new: https://git.openjdk.org/jdk/pull/18161/files/5f1d0116..1ad6997d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18161&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18161&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18161.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18161/head:pull/18161
PR: https://git.openjdk.org/jdk/pull/18161
More information about the hotspot-runtime-dev
mailing list