This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonit…
…or and related code Reviewed-by: coleenp, pchilanomate, dcubed, cjplummer, sspitsyn
- Loading branch information
Showing
with
470 additions
and 521 deletions.
- +7 −7 src/hotspot/share/classfile/systemDictionary.cpp
- +1 −1 src/hotspot/share/classfile/systemDictionary.hpp
- +2 −2 src/hotspot/share/interpreter/interpreterRuntime.cpp
- +1 −1 src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
- +1 −1 src/hotspot/share/jvmci/vmStructs_jvmci.cpp
- +6 −4 src/hotspot/share/oops/cpCache.cpp
- +4 −4 src/hotspot/share/oops/instanceKlass.cpp
- +1 −1 src/hotspot/share/prims/jni.cpp
- +1 −1 src/hotspot/share/prims/jvmtiEnv.cpp
- +3 −4 src/hotspot/share/prims/jvmtiEnvBase.cpp
- +249 −294 src/hotspot/share/runtime/objectMonitor.cpp
- +23 −24 src/hotspot/share/runtime/objectMonitor.hpp
- +5 −5 src/hotspot/share/runtime/objectMonitor.inline.hpp
- +2 −2 src/hotspot/share/runtime/sharedRuntime.cpp
- +138 −144 src/hotspot/share/runtime/synchronizer.cpp
- +24 −24 src/hotspot/share/runtime/synchronizer.hpp
- +1 −1 ...e/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/GraalHotSpotVMConfig.java
- +1 −1 test/hotspot/gtest/oops/test_markWord.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.