RFR: 8327647: Occasional SIGSEGV in markWord::displaced_mark_helper() for SPECjvm2008 sunflow [v5]
    Matias Saavedra Silva 
    matsaave at openjdk.org
       
    Fri Apr 26 17:54:03 UTC 2024
    
    
  
> A misplaced memory barrier causes a very intermittent crash on on some aarch64 systems. This patch adds an appropriate LoadLoad barrier after a constant pool cache field entry is loaded. Verified with tier 1-5 tests.
Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
  Removed empty line
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/18477/files
  - new: https://git.openjdk.org/jdk/pull/18477/files/c4789510..716a17cf
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18477&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18477&range=03-04
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18477.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18477/head:pull/18477
PR: https://git.openjdk.org/jdk/pull/18477
    
    
More information about the hotspot-compiler-dev
mailing list