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.
Showing
with
859 additions
and 1,143 deletions.
- +1 −60 src/hotspot/os/aix/os_aix.cpp
- +0 −75 src/hotspot/os/bsd/os_bsd.cpp
- +1 −1 src/hotspot/os/linux/gc/z/zPhysicalMemoryBacking_linux.cpp
- +0 −63 src/hotspot/os/linux/os_linux.cpp
- +78 −0 src/hotspot/os/posix/os_posix.cpp
- +4 −2 src/hotspot/os/windows/os_windows.cpp
- +32 −37 src/hotspot/share/classfile/modules.cpp
- +8 −8 src/hotspot/share/classfile/modules.hpp
- +11 −26 src/hotspot/share/compiler/compilationPolicy.cpp
- +10 −0 src/hotspot/share/compiler/compilerDefinitions.cpp
- +1 −1 src/hotspot/share/compiler/compilerOracle.cpp
- +1 −1 src/hotspot/share/gc/shared/oopStorage.cpp
- +2 −10 src/hotspot/share/jfr/periodic/jfrOSInterface.cpp
- +17 −7 src/hotspot/share/prims/jvm.cpp
- +12 −5 src/hotspot/share/prims/whitebox.cpp
- +1 −1 src/hotspot/share/runtime/objectMonitor.cpp
- +1 −1 src/hotspot/share/runtime/os.cpp
- +8 −2 src/hotspot/share/runtime/os.hpp
- +3 −3 src/hotspot/share/runtime/{safefetch.hpp → safefetch.inline.hpp}
- +1 −1 src/hotspot/share/runtime/stubRoutines.cpp
- +1 −1 src/hotspot/share/utilities/vmError.cpp
- +2 −3 src/java.base/share/classes/java/io/DataInputStream.java
- +2 −3 src/java.base/share/classes/java/io/DataOutputStream.java
- +5 −13 src/java.base/share/classes/java/io/FilePermission.java
- +2 −4 src/java.base/share/classes/java/io/ObjectStreamClass.java
- +2 −3 src/java.base/share/classes/java/io/PrintStream.java
- +2 −3 src/java.base/share/classes/java/io/PrintWriter.java
- +1 −2 src/java.base/share/classes/java/math/BigDecimal.java
- +2 −3 src/java.base/share/classes/java/math/BigInteger.java
- +1 −3 src/java.base/share/classes/java/math/MathContext.java
- +3 −6 src/java.base/share/classes/java/text/AttributedString.java
- +2 −3 src/java.base/share/classes/java/text/CompactNumberFormat.java
- +2 −3 src/java.base/share/classes/java/text/DigitList.java
- +2 −3 src/java.base/share/classes/java/text/FieldPosition.java
- +2 −3 src/java.base/share/classes/java/text/ParsePosition.java
- +2 −4 src/java.base/share/classes/java/text/StringCharacterIterator.java
- +8 −6 src/java.base/share/classes/java/util/stream/Stream.java
- +2 −2 src/java.desktop/share/classes/java/awt/color/ColorSpace.java
- +16 −17 src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java
- +145 −389 src/java.desktop/share/classes/java/awt/color/ICC_Profile.java
- +2 −3 src/java.desktop/share/classes/java/awt/color/ICC_ProfileGray.java
- +1 −80 src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c
- +1 −8 src/java.desktop/unix/native/libawt_headless/awt/HeadlessToolkit.c
- +1 −132 src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c
- +20 −7 src/java.desktop/windows/native/libawt/windows/WPrinterJob.cpp
- +1 −1 src/jdk.hotspot.agent/doc/clhsdb.html
- +36 −26 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CLHSDB.java
- +11 −3 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java
- +34 −34 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HSDB.java
- +2 −2 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java
- +2 −2 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/CommandProcessorPanel.java
- +2 −2 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/DebuggerConsolePanel.java
- +5 −16 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/GraphicsUtilities.java
- +2 −2 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/MemoryPanel.java
- +1 −3 src/jdk.jdwp.agent/share/native/libjdwp/eventFilter.c
- +6 −5 src/jdk.jdwp.agent/share/native/libjdwp/eventHandler.c
- +3 −3 src/jdk.jdwp.agent/share/native/libjdwp/eventHelper.c
- +5 −1 src/jdk.jdwp.agent/share/native/libjdwp/standardHandlers.c
- +20 −14 src/jdk.jdwp.agent/share/native/libjdwp/stepControl.c
- +41 −16 src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c
- +1 −2 src/jdk.jdwp.agent/share/native/libjdwp/threadControl.h
- +1 −1 src/utils/IdealGraphVisualizer/nbproject/platform.properties
- +1 −1 test/hotspot/gtest/runtime/test_safefetch.cpp
- +77 −0 test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java
- +1 −1 test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaForClassInBaseArchive.java
- +114 −0 test/hotspot/jtreg/serviceability/sa/sadebugd/ClhsdbAttachToDebugServer.java
- +72 −0 test/jdk/java/util/stream/examples/JavadocExamples.java
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
Oops, something went wrong.