RFR: 8313435: Clean up unused default methods code [v5]
Coleen Phillimore
coleenp at openjdk.org
Thu Aug 3 12:25:50 UTC 2023
> Default methods processing code has unused code (that gets -Wconversion warnings) from when it was used to create bridge (called overpass) method for an early implementation of generic reification in Hotspot.
>
> This change removes unused bytecodeAssembler code and adds a check for methods and constant pool overflow.
> Tested with tier1 and runtime/lambda-features tests.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Make assert an exception.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15095/files
- new: https://git.openjdk.org/jdk/pull/15095/files/d1bcdc36..559645d4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15095&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15095&range=03-04
Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/15095.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15095/head:pull/15095
PR: https://git.openjdk.org/jdk/pull/15095
More information about the hotspot-runtime-dev
mailing list