RFR: 8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime [v3]
    Andrew Dinn 
    adinn at openjdk.org
       
    Tue Aug 13 21:38:09 UTC 2024
    
    
  
> Store the throw_exception and jfr stub code as blobs in class SharedRuntime, move the generation code to the the arch-specific generator classes and update client code to access them from their new location.
Andrew Dinn has updated the pull request incrementally with one additional commit since the last revision:
  fix accidental paste
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/20566/files
  - new: https://git.openjdk.org/jdk/pull/20566/files/ea4ec0c3..f12aea03
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20566&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20566&range=01-02
  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20566.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20566/head:pull/20566
PR: https://git.openjdk.org/jdk/pull/20566
    
    
More information about the hotspot-dev
mailing list