git: openjdk/jdk: 8319797: Recursive lightweight locking: Runtime implementation

Axel Boldt-Christmas aboldtch at openjdk.org
Tue Feb 13 09:34:07 UTC 2024


Changeset: 5dbf1373
Author:    Axel Boldt-Christmas <aboldtch at openjdk.org>
Date:      2024-02-13 09:32:58 +0000
URL:       https://git.openjdk.org/jdk/commit/5dbf13730ee2b57f089c57e9e7ee8ab65d4a67af

8319797: Recursive lightweight locking: Runtime implementation

Co-authored-by: Stefan Karlsson <stefank at openjdk.org>
Co-authored-by: Erik Österlund <eosterlund at openjdk.org>
Reviewed-by: rkennke, dcubed, coleenp, stefank

! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/abstract_vm_version.hpp
! src/hotspot/share/runtime/lockStack.cpp
! src/hotspot/share/runtime/lockStack.hpp
! src/hotspot/share/runtime/lockStack.inline.hpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/objectMonitor.inline.hpp
! src/hotspot/share/runtime/synchronizer.cpp
+ test/hotspot/gtest/runtime/test_lockStack.cpp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/gtest/LockStackGtests.java
+ test/hotspot/jtreg/runtime/lockStack/TestLockStackCapacity.java
! test/lib/jdk/test/whitebox/WhiteBox.java



More information about the jdk-changes mailing list