RFR: 8352536: Add overloads to parse and build class files from/to MemorySegment [v5]
David M. Lloyd
duke at openjdk.org
Thu Mar 27 17:38:49 UTC 2025
> Provide method overloads to the ClassFile interface of the java.lang.classfile API which allow parsing of classes found in memory segments, as well as allowing built class files to be output to them.
David M. Lloyd has updated the pull request incrementally with one additional commit since the last revision:
Add a benchmark for class file emission
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24139/files
- new: https://git.openjdk.org/jdk/pull/24139/files/8aa98039..29e8872c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24139&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24139&range=03-04
Stats: 112 lines in 1 file changed: 112 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24139.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24139/head:pull/24139
PR: https://git.openjdk.org/jdk/pull/24139
More information about the core-libs-dev
mailing list