This website requires JavaScript.
Explore
Help
Register
Sign In
infernap12
/
jdk
Watch
1
Star
0
Fork
0
You've already forked jdk
mirror of
https://github.com/openjdk/jdk.git
synced
2026-03-02 04:00:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jdk
/
test
/
hotspot
/
jtreg
/
compiler
/
locks
History
Roberto Castañeda Lozano
0105203575
8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org> Reviewed-by: qamai, thartmann, kvn
2024-11-26 08:51:34 +00:00
..
TestCoarsenedAndNestedLocksElimination.java
8324969: C2: prevent elimination of unbalanced coarsened locking regions
2024-02-28 16:04:47 +00:00
TestCoarsenedAndNotEscapedLocksElimination.java
8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region
2024-06-25 16:04:03 +00:00
TestLocksInOSR.java
8322743: C2: prevent lock region elimination in OSR compilation
2024-02-29 20:20:46 +00:00
TestNestedLocksElimination.java
8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code
2021-06-14 23:41:50 +00:00
TestNestedSynchronize.java
8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity
2024-01-29 09:14:26 +00:00
TestSynchronizeWithEmptyBlock.java
8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty
2024-11-26 08:51:34 +00:00
TestUnlockOSR.java
8316746: Top of lock-stack does not match the unlocked object
2023-11-09 10:14:03 +00:00