RFR: JDK-8304884: Update Bytecodes data to be mostly compile time constants [v2]

Justin King jcking at openjdk.org
Fri Mar 24 17:59:15 UTC 2023


> Change uses a few tricks to make most of the data in Bytecodes compile time constant, avoiding the overhead during VM initialization. `Bytecodes:_flags` likely can be made compile time constant as well using `constexpr` tricks, but that is out of scope for this specific PR.

Justin King has updated the pull request incrementally with one additional commit since the last revision:

  Update definition to match declaration
  
  Signed-off-by: Justin King <jcking at google.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13179/files
  - new: https://git.openjdk.org/jdk/pull/13179/files/87cf87ff..d1a8dbd1

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

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/13179.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13179/head:pull/13179

PR: https://git.openjdk.org/jdk/pull/13179


More information about the hotspot-runtime-dev mailing list