mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8253064: monitor list simplifications and getting rid of TSM
Co-authored-by: Erik Österlund <eosterlund@openjdk.org> Reviewed-by: eosterlund, rehn, coleenp
This commit is contained in:
parent
421a7c3b41
commit
2e19026d45
25 changed files with 817 additions and 1912 deletions
|
@ -27,9 +27,6 @@
|
|||
#include "unittest.hpp"
|
||||
|
||||
TEST_VM(ObjectMonitor, sanity) {
|
||||
|
||||
EXPECT_EQ(0, ObjectMonitor::header_offset_in_bytes()) << "Offset for _header must be zero.";
|
||||
|
||||
uint cache_line_size = VM_Version::L1_data_cache_line_size();
|
||||
|
||||
if (cache_line_size != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue