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
1,950 additions
and 1,633 deletions.
- +0 −9 src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
- +0 −10 src/hotspot/cpu/arm/sharedRuntime_arm.cpp
- +0 −11 src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
- +0 −10 src/hotspot/cpu/s390/sharedRuntime_s390.cpp
- +0 −8 src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp
- +0 −8 src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
- +1 −11 src/hotspot/cpu/zero/sharedRuntime_zero.cpp
- +1 −7 src/hotspot/os_cpu/bsd_x86/thread_bsd_x86.cpp
- +1 −7 src/hotspot/os_cpu/linux_aarch64/thread_linux_aarch64.cpp
- +1 −7 src/hotspot/os_cpu/linux_arm/thread_linux_arm.cpp
- +1 −7 src/hotspot/os_cpu/linux_x86/thread_linux_x86.cpp
- +0 −6 src/hotspot/os_cpu/windows_aarch64/thread_windows_aarch64.cpp
- +1 −7 src/hotspot/os_cpu/windows_x86/thread_windows_x86.cpp
- +2 −0 src/hotspot/share/ci/ciEnv.cpp
- +6 −1 src/hotspot/share/ci/ciStreams.hpp
- +22 −15 src/hotspot/share/ci/ciTypeFlow.cpp
- +4 −2 src/hotspot/share/classfile/classFileStream.cpp
- +5 −0 src/hotspot/share/classfile/javaClasses.cpp
- +2 −0 src/hotspot/share/classfile/javaClasses.hpp
- +1 −4 src/hotspot/share/classfile/klassFactory.cpp
- +38 −30 src/hotspot/share/classfile/resolutionErrors.cpp
- +14 −8 src/hotspot/share/classfile/resolutionErrors.hpp
- +20 −15 src/hotspot/share/classfile/systemDictionary.cpp
- +3 −3 src/hotspot/share/classfile/systemDictionary.hpp
- +3 −2 src/hotspot/share/classfile/vmSymbols.hpp
- +4 −4 src/hotspot/share/include/cds.h
- +1 −41 src/hotspot/share/interpreter/abstractInterpreter.cpp
- +0 −6 src/hotspot/share/interpreter/abstractInterpreter.hpp
- +2 −2 src/hotspot/share/interpreter/interpreterRuntime.cpp
- +1 −2 src/hotspot/share/interpreter/templateInterpreterGenerator.cpp
- +1 −1 src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
- +1 −1 src/hotspot/share/jvmci/vmStructs_jvmci.cpp
- +11 −145 src/hotspot/share/memory/archiveBuilder.cpp
- +7 −22 src/hotspot/share/memory/archiveBuilder.hpp
- +6 −3 src/hotspot/share/memory/cppVtables.cpp
- +3 −2 src/hotspot/share/memory/cppVtables.hpp
- +2 −7 src/hotspot/share/memory/dumpAllocStats.cpp
- +7 −1 src/hotspot/share/memory/dumpAllocStats.hpp
- +2 −6 src/hotspot/share/memory/dynamicArchive.cpp
- +24 −14 src/hotspot/share/memory/filemap.cpp
- +5 −18 src/hotspot/share/memory/filemap.hpp
- +11 −40 src/hotspot/share/memory/metaspaceShared.cpp
- +5 −13 src/hotspot/share/memory/metaspaceShared.hpp
- +1 −11 src/hotspot/share/oops/constMethod.cpp
- +1 −29 src/hotspot/share/oops/constMethod.hpp
- +77 −35 src/hotspot/share/oops/constantPool.cpp
- +2 −10 src/hotspot/share/oops/constantPool.hpp
- +6 −4 src/hotspot/share/oops/cpCache.cpp
- +4 −4 src/hotspot/share/oops/instanceKlass.cpp
- +13 −114 src/hotspot/share/oops/method.cpp
- +3 −10 src/hotspot/share/oops/method.hpp
- +2 −2 src/hotspot/share/opto/compile.cpp
- +1 −1 src/hotspot/share/opto/compile.hpp
- +8 −2 src/hotspot/share/opto/parse2.cpp
- +2 −2 src/hotspot/share/prims/jni.cpp
- +16 −23 src/hotspot/share/prims/jvm.cpp
- +1 −1 src/hotspot/share/prims/jvmtiEnv.cpp
- +3 −4 src/hotspot/share/prims/jvmtiEnvBase.cpp
- +7 −10 src/hotspot/share/prims/unsafe.cpp
- +1 −1 src/hotspot/share/runtime/deoptimization.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 −27 src/hotspot/share/runtime/sharedRuntime.cpp
- +0 −3 src/hotspot/share/runtime/sharedRuntime.hpp
- +138 −144 src/hotspot/share/runtime/synchronizer.cpp
- +24 −24 src/hotspot/share/runtime/synchronizer.hpp
- +7 −13 src/hotspot/share/utilities/globalDefinitions.hpp
- +11 −13 src/java.base/share/classes/java/lang/CharacterDataPrivateUse.java
- +8 −0 src/java.base/share/classes/java/lang/Class.java
- +2 −0 src/java.base/share/classes/java/lang/Module.java
- +14 −14 src/java.base/share/classes/java/lang/invoke/VarHandles.java
- +5 −2 src/java.base/share/classes/java/lang/reflect/Constructor.java
- +2 −1 src/java.base/share/classes/java/lang/reflect/Executable.java
- +3 −0 src/java.base/share/classes/java/lang/reflect/Field.java
- +43 −5 src/java.base/share/classes/java/lang/reflect/Method.java
- +2 −3 src/java.base/share/classes/java/net/HttpConnectSocketImpl.java
- +2 −3 src/java.base/share/classes/java/net/HttpCookie.java
- +3 −5 src/java.base/share/classes/java/net/Inet6Address.java
- +4 −11 src/java.base/share/classes/java/net/InterfaceAddress.java
- +3 −5 src/java.base/share/classes/java/net/NetMulticastSocket.java
- +2 −3 src/java.base/share/classes/java/net/NetworkInterface.java
- +1 −2 src/java.base/share/classes/java/net/ServerSocket.java
- +1 −2 src/java.base/share/classes/java/net/Socket.java
- +5 −13 src/java.base/share/classes/java/net/SocketPermission.java
- +2 −3 src/java.base/share/classes/java/net/SocksSocketImpl.java
- +2 −3 src/java.base/share/classes/java/net/URI.java
- +1 −2 src/java.base/share/classes/java/net/URL.java
- +2 −3 src/java.base/share/classes/java/net/URLClassLoader.java
- +3 −6 src/java.base/share/classes/java/net/URLPermission.java
- +2 −3 src/java.base/share/classes/java/net/UnixDomainSocketAddress.java
- +2 −3 src/java.base/share/classes/java/nio/StringCharBuffer.java
- +2 −3 src/java.base/share/classes/java/nio/channels/Channels.java
- +29 −21 src/java.base/share/classes/java/nio/file/Files.java
- +4 −2 src/java.base/share/classes/java/security/AccessControlException.java
- +5 −2 src/java.base/share/classes/java/security/AllPermission.java
- +15 −3 src/java.base/share/classes/java/security/BasicPermission.java
- +10 −3 src/java.base/share/classes/java/security/CodeSigner.java
- +8 −1 src/java.base/share/classes/java/security/CodeSource.java
- +16 −4 src/java.base/share/classes/java/security/GuardedObject.java
- +4 −1 src/java.base/share/classes/java/security/KeyPair.java
- +4 −1 src/java.base/share/classes/java/security/Permission.java
- +6 −2 src/java.base/share/classes/java/security/PermissionCollection.java
- +9 −5 src/java.base/share/classes/java/security/Permissions.java
- +14 −6 src/java.base/share/classes/java/security/PrivilegedActionException.java
- +3 −1 src/java.base/share/classes/java/security/Provider.java
- +3 −3 src/java.base/share/classes/java/security/SecureRandom.java
- +20 −10 src/java.base/share/classes/java/security/SignedObject.java
- +9 −2 src/java.base/share/classes/java/security/Timestamp.java
- +8 −1 src/java.base/share/classes/java/security/UnresolvedPermission.java
- +9 −5 src/java.base/share/classes/java/security/UnresolvedPermissionCollection.java
- +3 −2 src/java.base/share/classes/java/security/cert/CertPath.java
- +8 −1 src/java.base/share/classes/java/security/cert/CertPathValidatorException.java
- +6 −3 src/java.base/share/classes/java/security/cert/Certificate.java
- +8 −1 src/java.base/share/classes/java/security/cert/CertificateRevokedException.java
- +7 −2 src/java.base/share/classes/java/util/Formatter.java
- +7 −0 src/java.base/share/classes/java/util/Random.java
- +5 −2 src/java.base/share/classes/javax/crypto/SealedObject.java
- +7 −2 src/java.base/share/classes/javax/security/auth/PrivateCredentialPermission.java
- +18 −1 src/java.base/share/classes/javax/security/auth/Subject.java
- +9 −1 src/java.base/share/classes/javax/security/auth/x500/X500Principal.java
- +2 −2 src/java.desktop/share/classes/javax/swing/ComboBoxModel.java
- +2 −4 src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java
- +8 −1 src/java.security.jgss/share/classes/javax/security/auth/kerberos/DelegationPermission.java
- +8 −1 src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java
- +8 −1 src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosTicket.java
- +17 −5 src/java.security.jgss/share/classes/javax/security/auth/kerberos/KeyImpl.java
- +8 −1 src/java.security.jgss/share/classes/javax/security/auth/kerberos/ServicePermission.java
- +5 −1 src/java.xml.crypto/share/classes/javax/xml/crypto/URIReferenceException.java
- +14 −14 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/FileMapInfo.java
- +1 −1 ...e/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/GraalHotSpotVMConfig.java
- +3 −1 src/jdk.security.auth/share/classes/com/sun/security/auth/PrincipalComparator.java
- +10 −2 src/jdk.security.auth/share/classes/com/sun/security/auth/module/JndiLoginModule.java
- +9 −1 src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java
- +1 −1 test/hotspot/gtest/oops/test_markWord.cpp
- +197 −5 test/hotspot/jtreg/compiler/c2/TestJumpTable.java
- +24 −0 test/hotspot/jtreg/runtime/DefineClass/A.java
- +124 −0 test/hotspot/jtreg/runtime/DefineClass/NullClassBytesTest.java
- +39 −0 test/hotspot/jtreg/runtime/DefineClass/libNullClassBytesTest.c
- +176 −0 test/hotspot/jtreg/runtime/ParallelLoad/SaveResolutionErrorTest.java
- +4 −5 test/hotspot/jtreg/runtime/cds/SpaceUtilizationCheck.java
- +0 −1 test/hotspot/jtreg/runtime/cds/appcds/SharedArchiveConsistency.java
- +26 −3 test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java
- +9 −9 test/hotspot/jtreg/runtime/cds/appcds/VerifierTest.java
- +2 −2 test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/ArchiveConsistency.java
- +1 −1 test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java
- +49 −0 test/jdk/java/util/Formatter/HexFloatZeroPadding.java
- +7 −62 test/jdk/sun/security/ssl/SSLLogger/LoggingFormatConsistency.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
@@ -251,16 +251,6 @@ bool SharedRuntime::is_wide_vector(int size) { | ||
return false; | ||
} | ||
|
||
int SharedRuntime::c_calling_convention(const BasicType *sig_bt, | ||
VMRegPair *regs, | ||
VMRegPair *regs2, | ||
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
@@ -564,17 +564,6 @@ bool SharedRuntime::is_wide_vector(int size) { | ||
return size > 8; | ||
} | ||
|
||
static int reg2slot(VMReg r) { | ||
return r->reg2stack() + SharedRuntime::out_preserve_stack_slots(); | ||
} | ||
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
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.