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

Justin King jcking at openjdk.org
Mon Mar 27 14:50:47 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 indentation
  
  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/cf71fcdd..739689d5

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

  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