RFR: 8313435: Clean up unused default methods code [v2]

Coleen Phillimore coleenp at openjdk.org
Tue Aug 1 15:43:48 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:

  Align parameters.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15095/files
  - new: https://git.openjdk.org/jdk/pull/15095/files/c39d5291..5b8e507e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15095&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15095&range=00-01

  Stats: 8 lines in 2 files changed: 4 ins; 0 del; 4 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