File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2019, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2019, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -88,11 +88,11 @@ TEST_VM(markWord, printing) {
8888 ObjectLocker ol (h_obj, THREAD);
8989 assert_test_pattern (h_obj, " locked" );
9090 }
91- assert_test_pattern (h_obj, " is_neutral no_hash" );
91+ assert_test_pattern (h_obj, " is_unlocked no_hash" );
9292
9393 // Hash the object then print it.
9494 intx hash = h_obj->identity_hash ();
95- assert_test_pattern (h_obj, " is_neutral hash=0x" );
95+ assert_test_pattern (h_obj, " is_unlocked hash=0x" );
9696
9797 // Wait gets the lock inflated.
9898 {
You can’t perform that action at this time.
0 commit comments