git: openjdk/loom: master: 91 new changesets

duke duke at openjdk.org
Fri Sep 23 13:34:01 UTC 2022


Changeset: a75ddb83
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2022-09-14 20:13:19 +0000
URL:       https://git.openjdk.org/loom/commit/a75ddb836b2de0e75a65dbfa3b2f240db07a7d31

8293122: (fs) Use file cloning in macOS version of Files::copy method

Reviewed-by: alanb

! src/java.base/macosx/classes/sun/nio/fs/BsdFileSystem.java
! src/java.base/macosx/classes/sun/nio/fs/BsdNativeDispatcher.java
! src/java.base/macosx/native/libnio/fs/BsdNativeDispatcher.c
! src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template
! src/java.base/unix/classes/sun/nio/fs/UnixFileSystem.java

Changeset: d191e475
Author:    Joe Darcy <darcy at openjdk.org>
Date:      2022-09-14 21:04:20 +0000
URL:       https://git.openjdk.org/loom/commit/d191e475168f203bb448c4977f8d6d77b8658d25

8293768: Add links to JLS 19 and 20 from SourceVersion enum constants

Reviewed-by: iris, jjg

! src/java.compiler/share/classes/javax/lang/model/SourceVersion.java

Changeset: 7376c552
Author:    Fei Yang <fyang at openjdk.org>
Date:      2022-09-14 23:50:35 +0000
URL:       https://git.openjdk.org/loom/commit/7376c55219ce2107afb9197e2452e7122d86ef52

8293769: RISC-V: Add a second temporary register for BarrierSetAssembler::load_at

Reviewed-by: fjiang, shade

! src/hotspot/cpu/riscv/gc/g1/g1BarrierSetAssembler_riscv.cpp
! src/hotspot/cpu/riscv/gc/g1/g1BarrierSetAssembler_riscv.hpp
! src/hotspot/cpu/riscv/gc/shared/barrierSetAssembler_riscv.cpp
! src/hotspot/cpu/riscv/gc/shared/barrierSetAssembler_riscv.hpp
! src/hotspot/cpu/riscv/gc/shenandoah/shenandoahBarrierSetAssembler_riscv.cpp
! src/hotspot/cpu/riscv/gc/shenandoah/shenandoahBarrierSetAssembler_riscv.hpp
! src/hotspot/cpu/riscv/interp_masm_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
! src/hotspot/cpu/riscv/templateInterpreterGenerator_riscv.cpp
! src/hotspot/cpu/riscv/templateTable_riscv.cpp

Changeset: 2057070e
Author:    Zdenek Zambersky <zzambers at redhat.com>
Committer: Valerie Peng <valeriep at openjdk.org>
Date:      2022-09-15 01:06:08 +0000
URL:       https://git.openjdk.org/loom/commit/2057070eb069ccee20760e47bd5e09590850d2ce

8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation

Reviewed-by: valeriep

! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11PSSSignature.java

Changeset: eeb625e7
Author:    Hao Sun <haosun at openjdk.org>
Committer: Ningsheng Jian <njian at openjdk.org>
Date:      2022-09-15 01:38:10 +0000
URL:       https://git.openjdk.org/loom/commit/eeb625e7095e65e64023cbfe05e579af90f4b638

8290169: adlc: Improve child constraints for vector unary operations

Reviewed-by: eliu, xgong, sviswanathan

! src/hotspot/cpu/aarch64/aarch64_vector.ad
! src/hotspot/cpu/aarch64/aarch64_vector_ad.m4
! src/hotspot/cpu/x86/x86.ad
! src/hotspot/share/adlc/archDesc.hpp
! src/hotspot/share/adlc/dfa.cpp

Changeset: 1caba0f1
Author:    Stanimir Stamenkov <stanio at yahoo.com>
Committer: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-15 08:16:28 +0000
URL:       https://git.openjdk.org/loom/commit/1caba0f13c42121c9e1c6648715ec7c31349b537

8292948: JEditorPane ignores font-size styles in external linked css-file

Reviewed-by: psadhukhan

! src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java
+ test/jdk/javax/swing/text/html/StyleSheet/TestExternalCSSFontSize.css
+ test/jdk/javax/swing/text/html/StyleSheet/TestExternalCSSFontSize.html
+ test/jdk/javax/swing/text/html/StyleSheet/TestExternalCSSFontSize.java

Changeset: 8f3bbe95
Author:    casparcwang <casparcwang at tencent.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2022-09-15 08:47:05 +0000
URL:       https://git.openjdk.org/loom/commit/8f3bbe950fb5a3d9f6cae122209df01df0f342f0

8293472: Incorrect container resource limit detection if manual cgroup fs mounts present

Reviewed-by: sgehwolf, iklam

! src/hotspot/os/linux/cgroupSubsystem_linux.cpp
! src/hotspot/os/linux/cgroupSubsystem_linux.hpp
! test/hotspot/jtreg/containers/cgroup/CgroupSubsystemFactory.java
! test/hotspot/jtreg/containers/docker/DockerBasicTest.java
! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java
! test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java

Changeset: b31a03c6
Author:    Aleksei Voitylov <avoitylov at openjdk.org>
Committer: Dmitry Samersoff <dsamersoff at openjdk.org>
Date:      2022-09-15 09:45:03 +0000
URL:       https://git.openjdk.org/loom/commit/b31a03c60a14e32304efe15fcd0031a752f4b4ab

8293695: Implement isInfinite intrinsic for RISC-V

Reviewed-by: yadongwang, fyang, dsamersoff

! src/hotspot/cpu/riscv/riscv.ad
! test/hotspot/jtreg/compiler/intrinsics/TestDoubleClassCheck.java
! test/hotspot/jtreg/compiler/intrinsics/TestFloatClassCheck.java

Changeset: 15cb1fb7
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2022-09-15 09:57:16 +0000
URL:       https://git.openjdk.org/loom/commit/15cb1fb7885a2fb5d7e51796552bae5ce0708cf5

8256265: G1: Improve parallelism in regions that failed evacuation

Co-authored-by: Hamlin Li <mli at openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang at openjdk.org>
Reviewed-by: sjohanss, ayang

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp
! src/hotspot/share/gc/g1/g1EvacFailure.cpp
! src/hotspot/share/gc/g1/g1EvacFailure.hpp
! src/hotspot/share/gc/g1/g1EvacFailureRegions.cpp
! src/hotspot/share/gc/g1/g1EvacFailureRegions.hpp
! src/hotspot/share/gc/g1/g1EvacFailureRegions.inline.hpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.hpp
! src/hotspot/share/gc/g1/g1_globals.hpp
! src/hotspot/share/gc/g1/heapRegion.cpp
! src/hotspot/share/gc/g1/heapRegion.hpp
! src/hotspot/share/gc/g1/heapRegion.inline.hpp
! test/jdk/jdk/jfr/event/gc/collection/TestG1ParallelPhases.java

Changeset: aff5ff14
Author:    Adam Sotona <asotona at openjdk.org>
Date:      2022-09-15 10:10:23 +0000
URL:       https://git.openjdk.org/loom/commit/aff5ff14b208b3c2be93d7b4fab8b07c5be12f3e

8244681: Add a warning for possibly lossy conversion in compound assignments
8293797: Release Note: Javac warns about type casts in compound assignments with possible lossy conversions

Reviewed-by: erikj, prr

! make/CompileDemos.gmk
! make/modules/java.desktop/Java.gmk
! make/modules/java.xml/Java.gmk
+ make/modules/jdk.naming.dns/Java.gmk
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Lint.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
! src/jdk.compiler/share/man/javac.1
+ test/langtools/tools/javac/diags/examples/LossyConversion.java
+ test/langtools/tools/javac/lint/LossyConversions.java
+ test/langtools/tools/javac/lint/LossyConversions.out

Changeset: fbd8b42d
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2022-09-15 11:27:15 +0000
URL:       https://git.openjdk.org/loom/commit/fbd8b42d70f41ab322c64d7dbcb15c81e8d515dc

8293591: Remove use of Thread.stop from jshell tests

Reviewed-by: alanb

! test/langtools/jdk/jshell/UITesting.java

Changeset: 6fca9ae0
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2022-09-15 12:11:08 +0000
URL:       https://git.openjdk.org/loom/commit/6fca9ae04703103ff6832dbee9549c5512611c5e

8288474: Move EventContinuationFreezeOld from try_freeze_fast to freeze_slow

Reviewed-by: rpressler, pchilanomate

! src/hotspot/share/jfr/metadata/metadata.xml
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! src/jdk.jfr/share/conf/jfr/default.jfc
! src/jdk.jfr/share/conf/jfr/profile.jfc

Changeset: ecb456ae
Author:    Xue-Lei Andrew Fan <xuelei at openjdk.org>
Date:      2022-09-15 15:06:27 +0000
URL:       https://git.openjdk.org/loom/commit/ecb456ae29ac155c7f5632fbe5cfc4c0c5b5c959

8293779: redundant checking in AESCrypt.makeSessionKey() method

Reviewed-by: djelinski, hchao, mullan

! src/java.base/share/classes/com/sun/crypto/provider/AESCrypt.java

Changeset: 2028ec74
Author:    Leonid Mesnik <lmesnik at openjdk.org>
Date:      2022-09-15 17:25:48 +0000
URL:       https://git.openjdk.org/loom/commit/2028ec7412fae3ee0a67f0c90bdc686c2edc1055

8289608: Change com/sun/jdi tests to not use Thread.suspend/resume

Reviewed-by: cjplummer, sspitsyn, alanb, dcubed

! test/jdk/ProblemList-svc-vthread.txt
- test/jdk/com/sun/jdi/MixedSuspendTest.java
- test/jdk/com/sun/jdi/ResumeAfterThreadResumeCallTest.java

Changeset: bf79f99c
Author:    Xin Liu <xliu at openjdk.org>
Date:      2022-09-15 18:32:21 +0000
URL:       https://git.openjdk.org/loom/commit/bf79f99c0c61fc36b80cd8550e5c70e158338ef4

8292989: Avoid dynamic memory in AsyncLogWriter

Reviewed-by: jsjolen, stuefe

! src/hotspot/share/logging/logAsyncWriter.cpp
! src/hotspot/share/logging/logAsyncWriter.hpp
! src/hotspot/share/logging/logDecorators.cpp
! src/hotspot/share/logging/logDecorators.hpp
! test/hotspot/gtest/logging/test_asynclog.cpp

Changeset: 6beeb847
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
Date:      2022-09-15 19:38:52 +0000
URL:       https://git.openjdk.org/loom/commit/6beeb8471ccf140e59864d7f983e1d9ad741309c

8293875: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64

Reviewed-by: bpb

! test/jdk/ProblemList.txt

Changeset: 4cec141a
Author:    Mark Powers <mpowers at openjdk.org>
Committer: Weijun Wang <weijun at openjdk.org>
Date:      2022-09-15 19:59:53 +0000
URL:       https://git.openjdk.org/loom/commit/4cec141a90bc5d3b8ec17c024291d9c74a112cd4

8291509: Minor cleanup could be done in sun.security

Reviewed-by: weijun

! src/java.base/share/classes/sun/security/action/GetBooleanAction.java
! src/java.base/share/classes/sun/security/action/GetIntegerAction.java
! src/java.base/share/classes/sun/security/action/GetLongAction.java
! src/java.base/share/classes/sun/security/action/GetPropertyAction.java
! src/java.base/share/classes/sun/security/internal/interfaces/TlsMasterSecret.java
! src/java.base/share/classes/sun/security/internal/spec/TlsKeyMaterialParameterSpec.java
! src/java.base/share/classes/sun/security/internal/spec/TlsMasterSecretParameterSpec.java
! src/java.base/share/classes/sun/security/internal/spec/TlsPrfParameterSpec.java
! src/java.base/share/classes/sun/security/jca/GetInstance.java
! src/java.base/share/classes/sun/security/jca/JCAUtil.java
! src/java.base/share/classes/sun/security/jca/ProviderConfig.java
! src/java.base/share/classes/sun/security/jca/ProviderList.java
! src/java.base/share/classes/sun/security/jca/Providers.java
! src/java.base/share/classes/sun/security/pkcs/ContentInfo.java
! src/java.base/share/classes/sun/security/pkcs/EncryptedPrivateKeyInfo.java
! src/java.base/share/classes/sun/security/pkcs/PKCS7.java
! src/java.base/share/classes/sun/security/pkcs/PKCS8Key.java
! src/java.base/share/classes/sun/security/pkcs/PKCS9Attribute.java
! src/java.base/share/classes/sun/security/pkcs/PKCS9Attributes.java
! src/java.base/share/classes/sun/security/pkcs/SignerInfo.java
! src/java.base/share/classes/sun/security/pkcs/SigningCertificateInfo.java
! src/java.base/share/classes/sun/security/pkcs10/PKCS10.java
! src/java.base/share/classes/sun/security/pkcs10/PKCS10Attribute.java
! src/java.base/share/classes/sun/security/pkcs10/PKCS10Attributes.java
! src/java.base/share/classes/sun/security/pkcs12/MacData.java
! src/java.base/share/classes/sun/security/pkcs12/PKCS12KeyStore.java
! src/java.base/share/classes/sun/security/provider/AbstractDrbg.java
! src/java.base/share/classes/sun/security/provider/AbstractHashDrbg.java
! src/java.base/share/classes/sun/security/provider/ConfigFile.java
! src/java.base/share/classes/sun/security/provider/CtrDrbg.java
! src/java.base/share/classes/sun/security/provider/DRBG.java
! src/java.base/share/classes/sun/security/provider/DSA.java
! src/java.base/share/classes/sun/security/provider/DSAKeyFactory.java
! src/java.base/share/classes/sun/security/provider/DSAKeyPairGenerator.java
! src/java.base/share/classes/sun/security/provider/DSAParameterGenerator.java
! src/java.base/share/classes/sun/security/provider/DSAPrivateKey.java
! src/java.base/share/classes/sun/security/provider/DSAPublicKey.java
! src/java.base/share/classes/sun/security/provider/DomainKeyStore.java
! src/java.base/share/classes/sun/security/provider/HashDrbg.java
! src/java.base/share/classes/sun/security/provider/HmacDrbg.java
! src/java.base/share/classes/sun/security/provider/JavaKeyStore.java
! src/java.base/share/classes/sun/security/provider/KeyProtector.java
! src/java.base/share/classes/sun/security/provider/MD4.java
! src/java.base/share/classes/sun/security/provider/MD5.java
! src/java.base/share/classes/sun/security/provider/ParameterCache.java
! src/java.base/share/classes/sun/security/provider/PolicyParser.java
! src/java.base/share/classes/sun/security/provider/SHA3.java
! src/java.base/share/classes/sun/security/provider/SHA5.java
! src/java.base/share/classes/sun/security/provider/SecureRandom.java
! src/java.base/share/classes/sun/security/provider/SeedGenerator.java
! src/java.base/share/classes/sun/security/provider/SubjectCodeSource.java
! src/java.base/share/classes/sun/security/provider/SunEntries.java
! src/java.base/share/classes/sun/security/provider/X509Factory.java
! src/java.base/share/classes/sun/security/provider/certpath/AdaptableX509CertSelector.java
! src/java.base/share/classes/sun/security/provider/certpath/AdjacencyList.java
! src/java.base/share/classes/sun/security/provider/certpath/AlgorithmChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/BuildStep.java
! src/java.base/share/classes/sun/security/provider/certpath/Builder.java
! src/java.base/share/classes/sun/security/provider/certpath/CertId.java
! src/java.base/share/classes/sun/security/provider/certpath/CertPathHelper.java
! src/java.base/share/classes/sun/security/provider/certpath/CollectionCertStore.java
! src/java.base/share/classes/sun/security/provider/certpath/ConstraintsChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
! src/java.base/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/java.base/share/classes/sun/security/provider/certpath/ForwardState.java
! src/java.base/share/classes/sun/security/provider/certpath/IndexedCollectionCertStore.java
! src/java.base/share/classes/sun/security/provider/certpath/KeyChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSPNonceExtension.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSPRequest.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSPResponse.java
! src/java.base/share/classes/sun/security/provider/certpath/PKIX.java
! src/java.base/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java
! src/java.base/share/classes/sun/security/provider/certpath/PolicyChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/PolicyNodeImpl.java
! src/java.base/share/classes/sun/security/provider/certpath/ResponderId.java
! src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/State.java
! src/java.base/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
! src/java.base/share/classes/sun/security/provider/certpath/SunCertPathBuilderException.java
! src/java.base/share/classes/sun/security/provider/certpath/SunCertPathBuilderResult.java
! src/java.base/share/classes/sun/security/provider/certpath/URICertStore.java
! src/java.base/share/classes/sun/security/provider/certpath/Vertex.java
! src/java.base/share/classes/sun/security/provider/certpath/X509CertPath.java
! src/java.base/share/classes/sun/security/provider/certpath/X509CertificatePair.java
! src/java.base/share/classes/sun/security/provider/certpath/ssl/SSLServerCertStore.java
! src/java.base/share/classes/sun/security/rsa/PSSParameters.java
! src/java.base/share/classes/sun/security/rsa/RSACore.java
! src/java.base/share/classes/sun/security/rsa/RSAKeyFactory.java
! src/java.base/share/classes/sun/security/rsa/RSAKeyPairGenerator.java
! src/java.base/share/classes/sun/security/rsa/RSAPSSSignature.java
! src/java.base/share/classes/sun/security/rsa/RSAPadding.java
! src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSAPublicKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSASignature.java
! src/java.base/share/classes/sun/security/rsa/RSAUtil.java
! src/java.base/share/classes/sun/security/rsa/SunRsaSignEntries.java
! src/java.base/share/classes/sun/security/ssl/Alert.java
! src/java.base/share/classes/sun/security/ssl/AlpnExtension.java
! src/java.base/share/classes/sun/security/ssl/Authenticator.java
! src/java.base/share/classes/sun/security/ssl/BaseSSLSocketImpl.java
! src/java.base/share/classes/sun/security/ssl/CertStatusExtension.java
! src/java.base/share/classes/sun/security/ssl/CertificateAuthoritiesExtension.java
! src/java.base/share/classes/sun/security/ssl/CertificateMessage.java
! src/java.base/share/classes/sun/security/ssl/CertificateRequest.java
! src/java.base/share/classes/sun/security/ssl/CertificateStatus.java
! src/java.base/share/classes/sun/security/ssl/CertificateVerify.java
! src/java.base/share/classes/sun/security/ssl/ChangeCipherSpec.java
! src/java.base/share/classes/sun/security/ssl/CipherSuite.java
! src/java.base/share/classes/sun/security/ssl/ClientHello.java
! src/java.base/share/classes/sun/security/ssl/ContentType.java
! src/java.base/share/classes/sun/security/ssl/CookieExtension.java
! src/java.base/share/classes/sun/security/ssl/DHClientKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/DHKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/DHServerKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/DTLSInputRecord.java
! src/java.base/share/classes/sun/security/ssl/DTLSOutputRecord.java
! src/java.base/share/classes/sun/security/ssl/DTLSRecord.java
! src/java.base/share/classes/sun/security/ssl/ECDHClientKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/ECDHKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/ECDHServerKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/ECPointFormatsExtension.java
! src/java.base/share/classes/sun/security/ssl/EncryptedExtensions.java
! src/java.base/share/classes/sun/security/ssl/ExtendedMasterSecretExtension.java
! src/java.base/share/classes/sun/security/ssl/Finished.java
! src/java.base/share/classes/sun/security/ssl/HandshakeContext.java
! src/java.base/share/classes/sun/security/ssl/HandshakeHash.java
! src/java.base/share/classes/sun/security/ssl/HandshakeOutStream.java
! src/java.base/share/classes/sun/security/ssl/HelloCookieManager.java
! src/java.base/share/classes/sun/security/ssl/HelloVerifyRequest.java
! src/java.base/share/classes/sun/security/ssl/InputRecord.java
! src/java.base/share/classes/sun/security/ssl/JsseJce.java
! src/java.base/share/classes/sun/security/ssl/KeyManagerFactoryImpl.java
! src/java.base/share/classes/sun/security/ssl/KeyShareExtension.java
! src/java.base/share/classes/sun/security/ssl/KeyUpdate.java
! src/java.base/share/classes/sun/security/ssl/MaxFragExtension.java
! src/java.base/share/classes/sun/security/ssl/NamedGroup.java
! src/java.base/share/classes/sun/security/ssl/NewSessionTicket.java
! src/java.base/share/classes/sun/security/ssl/OutputRecord.java
! src/java.base/share/classes/sun/security/ssl/Plaintext.java
! src/java.base/share/classes/sun/security/ssl/PreSharedKeyExtension.java
! src/java.base/share/classes/sun/security/ssl/PredefinedDHParameterSpecs.java
! src/java.base/share/classes/sun/security/ssl/ProtocolVersion.java
! src/java.base/share/classes/sun/security/ssl/PskKeyExchangeModesExtension.java
! src/java.base/share/classes/sun/security/ssl/RSAClientKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/RSAServerKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/RSASignature.java
! src/java.base/share/classes/sun/security/ssl/RandomCookie.java
! src/java.base/share/classes/sun/security/ssl/Record.java
! src/java.base/share/classes/sun/security/ssl/RenegoInfoExtension.java
! src/java.base/share/classes/sun/security/ssl/SSLCipher.java
! src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLEngineImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLEngineInputRecord.java
! src/java.base/share/classes/sun/security/ssl/SSLEngineOutputRecord.java
! src/java.base/share/classes/sun/security/ssl/SSLExtension.java
! src/java.base/share/classes/sun/security/ssl/SSLExtensions.java
! src/java.base/share/classes/sun/security/ssl/SSLHandshake.java
! src/java.base/share/classes/sun/security/ssl/SSLKeyExchange.java
! src/java.base/share/classes/sun/security/ssl/SSLLogger.java
! src/java.base/share/classes/sun/security/ssl/SSLMasterKeyDerivation.java
! src/java.base/share/classes/sun/security/ssl/SSLRecord.java
! src/java.base/share/classes/sun/security/ssl/SSLServerSocketImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLSocketFactoryImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java
! src/java.base/share/classes/sun/security/ssl/SSLSocketInputRecord.java
! src/java.base/share/classes/sun/security/ssl/SSLTrafficKeyDerivation.java
! src/java.base/share/classes/sun/security/ssl/ServerHello.java
! src/java.base/share/classes/sun/security/ssl/SessionId.java
! src/java.base/share/classes/sun/security/ssl/SessionTicketExtension.java
! src/java.base/share/classes/sun/security/ssl/SignatureAlgorithmsExtension.java
! src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java
! src/java.base/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java
! src/java.base/share/classes/sun/security/ssl/SupportedGroupsExtension.java
! src/java.base/share/classes/sun/security/ssl/SupportedVersionsExtension.java
! src/java.base/share/classes/sun/security/ssl/TransportContext.java
! src/java.base/share/classes/sun/security/ssl/TrustManagerFactoryImpl.java
! src/java.base/share/classes/sun/security/ssl/TrustStoreManager.java
! src/java.base/share/classes/sun/security/ssl/Utilities.java
! src/java.base/share/classes/sun/security/ssl/X509Authentication.java
! src/java.base/share/classes/sun/security/ssl/X509KeyManagerImpl.java
! src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java
! src/java.base/share/classes/sun/security/timestamp/HttpTimestamper.java
! src/java.base/share/classes/sun/security/timestamp/TSRequest.java
! src/java.base/share/classes/sun/security/timestamp/Timestamper.java
! src/java.base/share/classes/sun/security/tools/KeyStoreUtil.java
! src/java.base/share/classes/sun/security/tools/PathList.java
! src/java.base/share/classes/sun/security/tools/keytool/CertAndKeyGen.java
! src/java.base/share/classes/sun/security/tools/keytool/Main.java
! src/java.base/share/classes/sun/security/util/AbstractAlgorithmConstraints.java
! src/java.base/share/classes/sun/security/util/AlgorithmDecomposer.java
! src/java.base/share/classes/sun/security/util/AnchorCertificates.java
! src/java.base/share/classes/sun/security/util/ArrayUtil.java
! src/java.base/share/classes/sun/security/util/BitArray.java
! src/java.base/share/classes/sun/security/util/Cache.java
! src/java.base/share/classes/sun/security/util/ConsoleCallbackHandler.java
! src/java.base/share/classes/sun/security/util/CurveDB.java
! src/java.base/share/classes/sun/security/util/Debug.java
! src/java.base/share/classes/sun/security/util/DerEncoder.java
! src/java.base/share/classes/sun/security/util/DerIndefLenConverter.java
! src/java.base/share/classes/sun/security/util/DerInputStream.java
! src/java.base/share/classes/sun/security/util/DerOutputStream.java
! src/java.base/share/classes/sun/security/util/DerValue.java
! src/java.base/share/classes/sun/security/util/DisabledAlgorithmConstraints.java
! src/java.base/share/classes/sun/security/util/DomainName.java
! src/java.base/share/classes/sun/security/util/ECKeySizeParameterSpec.java
! src/java.base/share/classes/sun/security/util/Event.java
! src/java.base/share/classes/sun/security/util/FilePermCompat.java
! src/java.base/share/classes/sun/security/util/GCMParameters.java
! src/java.base/share/classes/sun/security/util/HexDumpEncoder.java
! src/java.base/share/classes/sun/security/util/HostnameChecker.java
! src/java.base/share/classes/sun/security/util/JarConstraintsParameters.java
! src/java.base/share/classes/sun/security/util/KeyStoreDelegator.java
! src/java.base/share/classes/sun/security/util/KeyUtil.java
! src/java.base/share/classes/sun/security/util/KnownOIDs.java
! src/java.base/share/classes/sun/security/util/LegacyAlgorithmConstraints.java
! src/java.base/share/classes/sun/security/util/Length.java
! src/java.base/share/classes/sun/security/util/ManifestDigester.java
! src/java.base/share/classes/sun/security/util/ManifestEntryVerifier.java
! src/java.base/share/classes/sun/security/util/NamedCurve.java
! src/java.base/share/classes/sun/security/util/ObjectIdentifier.java
! src/java.base/share/classes/sun/security/util/Password.java
! src/java.base/share/classes/sun/security/util/PolicyUtil.java
! src/java.base/share/classes/sun/security/util/PropertyExpander.java
! src/java.base/share/classes/sun/security/util/RegisteredDomain.java
! src/java.base/share/classes/sun/security/util/ResourcesMgr.java
! src/java.base/share/classes/sun/security/util/SecurityConstants.java
! src/java.base/share/classes/sun/security/util/SecurityProviderConstants.java
! src/java.base/share/classes/sun/security/util/SignatureFileVerifier.java
! src/java.base/share/classes/sun/security/util/SignatureUtil.java
! src/java.base/share/classes/sun/security/util/TlsChannelBinding.java
! src/java.base/share/classes/sun/security/util/math/IntegerModuloP.java
! src/java.base/share/classes/sun/security/util/math/intpoly/IntegerPolynomial.java
! src/java.base/share/classes/sun/security/util/math/intpoly/IntegerPolynomialModBinP.java
! src/java.base/share/classes/sun/security/validator/EndEntityChecker.java
! src/java.base/share/classes/sun/security/validator/PKIXValidator.java
! src/java.base/share/classes/sun/security/validator/SimpleValidator.java
! src/java.base/share/classes/sun/security/validator/Validator.java
! src/java.base/share/classes/sun/security/x509/AVA.java
! src/java.base/share/classes/sun/security/x509/AccessDescription.java
! src/java.base/share/classes/sun/security/x509/AlgorithmId.java
! src/java.base/share/classes/sun/security/x509/AttributeNameEnumeration.java
! src/java.base/share/classes/sun/security/x509/AuthorityInfoAccessExtension.java
! src/java.base/share/classes/sun/security/x509/BasicConstraintsExtension.java
! src/java.base/share/classes/sun/security/x509/CRLDistributionPointsExtension.java
! src/java.base/share/classes/sun/security/x509/CRLExtensions.java
! src/java.base/share/classes/sun/security/x509/CRLNumberExtension.java
! src/java.base/share/classes/sun/security/x509/CRLReasonCodeExtension.java
! src/java.base/share/classes/sun/security/x509/CertException.java
! src/java.base/share/classes/sun/security/x509/CertificateExtensions.java
! src/java.base/share/classes/sun/security/x509/CertificatePoliciesExtension.java
! src/java.base/share/classes/sun/security/x509/CertificatePolicyId.java
! src/java.base/share/classes/sun/security/x509/CertificatePolicyMap.java
! src/java.base/share/classes/sun/security/x509/CertificatePolicySet.java
! src/java.base/share/classes/sun/security/x509/DNSName.java
! src/java.base/share/classes/sun/security/x509/DistributionPoint.java
! src/java.base/share/classes/sun/security/x509/DistributionPointName.java
! src/java.base/share/classes/sun/security/x509/EDIPartyName.java
! src/java.base/share/classes/sun/security/x509/ExtendedKeyUsageExtension.java
! src/java.base/share/classes/sun/security/x509/Extension.java
! src/java.base/share/classes/sun/security/x509/FreshestCRLExtension.java
! src/java.base/share/classes/sun/security/x509/GeneralName.java
! src/java.base/share/classes/sun/security/x509/GeneralNameInterface.java
! src/java.base/share/classes/sun/security/x509/GeneralNames.java
! src/java.base/share/classes/sun/security/x509/GeneralSubtree.java
! src/java.base/share/classes/sun/security/x509/GeneralSubtrees.java
! src/java.base/share/classes/sun/security/x509/IPAddressName.java
! src/java.base/share/classes/sun/security/x509/InhibitAnyPolicyExtension.java
! src/java.base/share/classes/sun/security/x509/IssuerAlternativeNameExtension.java
! src/java.base/share/classes/sun/security/x509/IssuingDistributionPointExtension.java
! src/java.base/share/classes/sun/security/x509/KeyIdentifier.java
! src/java.base/share/classes/sun/security/x509/NameConstraintsExtension.java
! src/java.base/share/classes/sun/security/x509/NetscapeCertTypeExtension.java
! src/java.base/share/classes/sun/security/x509/OCSPNoCheckExtension.java
! src/java.base/share/classes/sun/security/x509/OIDMap.java
! src/java.base/share/classes/sun/security/x509/OIDName.java
! src/java.base/share/classes/sun/security/x509/OtherName.java
! src/java.base/share/classes/sun/security/x509/PKIXExtensions.java
! src/java.base/share/classes/sun/security/x509/PolicyInformation.java
! src/java.base/share/classes/sun/security/x509/PolicyMappingsExtension.java
! src/java.base/share/classes/sun/security/x509/RDN.java
! src/java.base/share/classes/sun/security/x509/RFC822Name.java
! src/java.base/share/classes/sun/security/x509/ReasonFlags.java
! src/java.base/share/classes/sun/security/x509/SubjectAlternativeNameExtension.java
! src/java.base/share/classes/sun/security/x509/SubjectInfoAccessExtension.java
! src/java.base/share/classes/sun/security/x509/SubjectKeyIdentifierExtension.java
! src/java.base/share/classes/sun/security/x509/URIName.java
! src/java.base/share/classes/sun/security/x509/UniqueIdentity.java
! src/java.base/share/classes/sun/security/x509/UnparseableExtension.java
! src/java.base/share/classes/sun/security/x509/X400Address.java
! src/java.base/share/classes/sun/security/x509/X500Name.java
! src/java.base/share/classes/sun/security/x509/X509AttributeName.java
! src/java.base/share/classes/sun/security/x509/X509CRLEntryImpl.java
! src/java.base/share/classes/sun/security/x509/X509CRLImpl.java
! src/java.base/share/classes/sun/security/x509/X509CertImpl.java
! src/java.base/share/classes/sun/security/x509/X509CertInfo.java
! src/java.base/share/classes/sun/security/x509/X509Key.java

Changeset: bb9aa4ea
Author:    Kevin Walls <kevinw at openjdk.org>
Date:      2022-09-15 21:04:52 +0000
URL:       https://git.openjdk.org/loom/commit/bb9aa4eae61217abe3408eb95fcf4233d62d92c9

8293813: ProblemList com/sun/jdi/JdbLastErrorTest.java on windows-x64 in Xcomp mode

Reviewed-by: dcubed

! test/jdk/ProblemList-Xcomp.txt

Changeset: 9a40b76a
Author:    Man Cao <manc at openjdk.org>
Date:      2022-09-15 22:06:18 +0000
URL:       https://git.openjdk.org/loom/commit/9a40b76ac594f5bd80e74ee906af615f74f9a41a

8293842: IPv6-only systems throws UnsupportedOperationException for several socket/TCP options

Co-authored-by: Martin Buchholz <martin at openjdk.org>
Reviewed-by: djelinski, dfuchs

! src/java.base/share/native/libnet/net_util.c
! src/java.base/unix/native/libnet/net_util_md.c
! src/java.base/windows/native/libnet/net_util_md.c
! src/jdk.net/linux/native/libextnet/LinuxSocketOptions.c
! src/jdk.net/macosx/native/libextnet/MacOSXSocketOptions.c

Changeset: 3beca2db
Author:    Xiaohong Gong <xgong at openjdk.org>
Date:      2022-09-16 01:26:11 +0000
URL:       https://git.openjdk.org/loom/commit/3beca2db0761f8172614bf1b287b694c8595b498

8291600: [vectorapi] vector cast op check is not always needed for vector mask cast

Co-authored-by: Quan Anh Mai <qamai at openjdk.org>
Reviewed-by: jiefu, eliu, jbhateja

! src/hotspot/share/opto/vectorIntrinsics.cpp

Changeset: 141d5f5d
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-16 07:58:00 +0000
URL:       https://git.openjdk.org/loom/commit/141d5f5deec488531e410af875c781f4b70490da

8293767: AWT test TestSinhalaChar.java has old SCCS markings

Reviewed-by: iris

! test/jdk/java/awt/font/TextLayout/TestSinhalaChar.java

Changeset: 11e7d53b
Author:    Daniel Fuchs <dfuchs at openjdk.org>
Date:      2022-09-16 09:12:28 +0000
URL:       https://git.openjdk.org/loom/commit/11e7d53b23796cbd3d878048f7553885ae07f4d1

8293819: sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG"

Reviewed-by: jpai

! test/jdk/sun/util/logging/PlatformLoggerTest.java

Changeset: 7765942a
Author:    Aleksei Efimov <aefimov at openjdk.org>
Date:      2022-09-16 10:04:51 +0000
URL:       https://git.openjdk.org/loom/commit/7765942aeee25cbeb5fd932a93b3d8f9d4ca3655

8290367: Update default value and extend the scope of com.sun.jndi.ldap.object.trustSerialData system property

Reviewed-by: dfuchs, jpai

! src/java.naming/share/classes/com/sun/jndi/ldap/Obj.java
! src/java.naming/share/classes/com/sun/jndi/ldap/VersionHelper.java
! src/java.naming/share/classes/module-info.java
+ test/jdk/com/sun/jndi/ldap/objects/RemoteLocationAttributeTest.java
+ test/jdk/com/sun/jndi/ldap/objects/RemoteLocationAttributeTest.ldap
! test/jdk/javax/naming/module/RunBasic.java
! test/jdk/javax/naming/module/src/test/test/ConnectWithAuthzId.java
! test/jdk/javax/naming/module/src/test/test/ConnectWithFoo.java
! test/jdk/javax/naming/module/src/test/test/ReadByUrl.java
! test/jdk/javax/naming/module/src/test/test/StoreFruit.java
! test/jdk/javax/naming/module/src/test/test/StoreObject.java
! test/jdk/javax/naming/module/src/test/test/StorePerson.java
! test/jdk/javax/naming/module/src/test/test/StoreRemote.java

Changeset: 39cd1635
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2022-09-16 11:37:45 +0000
URL:       https://git.openjdk.org/loom/commit/39cd1635bf07f42857e1a704734db66b2c2fa882

8293578: Duplicate ldc generated by javac

Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
+ test/langtools/tools/javac/lvti/ConstantTypes.java

Changeset: 5feca688
Author:    Feilong Jiang <fjiang at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2022-09-16 11:40:31 +0000
URL:       https://git.openjdk.org/loom/commit/5feca688df0a1d4aad67cbe7faa6f31115676a81

8293840: RISC-V: Remove cbuf parameter from far_call/far_jump/trampoline_call

Reviewed-by: fyang

! src/hotspot/cpu/riscv/c1_CodeStubs_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/riscv.ad

Changeset: f42caefe
Author:    Erik Joelsson <erikj at openjdk.org>
Date:      2022-09-16 12:33:32 +0000
URL:       https://git.openjdk.org/loom/commit/f42caefe2e7658bfb5ab8ef938b134bdb6746ff1

8293550: Optionally add get-task-allow entitlement to macos binaries

Reviewed-by: mikael, cjplummer, ihse

! doc/building.html
! doc/building.md
! make/Bundles.gmk
! make/autoconf/basic_tools.m4
! make/autoconf/configure.ac
! make/autoconf/jdk-options.m4
! make/autoconf/spec.gmk.in
! make/common/NativeCompilation.gmk
= make/data/macosxsigning/default-debug.plist
= make/data/macosxsigning/java-debug.plist

Changeset: dfb9c066
Author:    Leslie Zhai <lzhai at openjdk.org>
Committer: Jonathan Gibbons <jjg at openjdk.org>
Date:      2022-09-16 14:53:30 +0000
URL:       https://git.openjdk.org/loom/commit/dfb9c0663370fc8335caf06ca6f0cb4dac95ce2d

8293535: jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java fail with jfx

Reviewed-by: jjg

! test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFxMode.java

Changeset: 4b297c1c
Author:    Joe Darcy <darcy at openjdk.org>
Date:      2022-09-16 16:53:20 +0000
URL:       https://git.openjdk.org/loom/commit/4b297c1c16fd2b3ae04694de1b772218e15c1ec8

8293892: Add links to JVMS 19 and 20 from ClassFileFormatVersion enum constants

Reviewed-by: sundar, mchung

! src/java.base/share/classes/java/lang/reflect/ClassFileFormatVersion.java

Changeset: 746f5f58
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
Date:      2022-09-16 17:57:03 +0000
URL:       https://git.openjdk.org/loom/commit/746f5f589db5c1036f15fa47f8a48b2a12c921ce

8293816: CI: ciBytecodeStream::get_klass() is not consistent

Reviewed-by: dlong, kvn

! src/hotspot/share/ci/ciInstanceKlass.cpp
! src/hotspot/share/ci/ciKlass.cpp
! src/hotspot/share/ci/ciStreams.cpp

Changeset: a8f0f575
Author:    Lance Andersen <lancea at openjdk.org>
Date:      2022-09-16 18:52:25 +0000
URL:       https://git.openjdk.org/loom/commit/a8f0f575abab53e89fc315a68394b556543cbb2e

8278165: Clarify that ZipInputStream does not access the CEN fields for a ZipEntry

Reviewed-by: bpb, alanb

! src/java.base/share/classes/java/util/zip/ZipInputStream.java

Changeset: 4b8399b5
Author:    Johan Sjölen <jsjolen at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
Date:      2022-09-16 19:54:35 +0000
URL:       https://git.openjdk.org/loom/commit/4b8399b5f0b4dec2fa9452019cc9292bc6b57738

8293251: Use stringStream::base() instead of as_string() when applicable

Reviewed-by: rehn

! src/hotspot/cpu/x86/upcallLinker_x86_64.cpp
! src/hotspot/share/c1/c1_GraphBuilder.cpp
! src/hotspot/share/c1/c1_Instruction.cpp
! src/hotspot/share/c1/c1_LIRAssembler.cpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.cpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/gc/shenandoah/shenandoahAsserts.cpp
! src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.cpp
! src/hotspot/share/gc/shenandoah/shenandoahNMethod.cpp
! src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/opto/castnode.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/doCall.cpp
! src/hotspot/share/opto/idealGraphPrinter.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/output.cpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/prims/vectorSupport.cpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/vframeArray.cpp
! src/hotspot/share/utilities/ostream.cpp
! src/hotspot/share/utilities/ostream.hpp

Changeset: 01e7b881
Author:    Quan Anh Mai <anhmdq99 at gmail.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
Date:      2022-09-16 20:07:59 +0000
URL:       https://git.openjdk.org/loom/commit/01e7b8819918906082e315870e667b15910cee99

8290917: x86: Memory-operand arithmetic instructions have too low costs

Reviewed-by: kvn, sviswanathan, jbhateja

! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad
+ test/micro/org/openjdk/bench/vm/compiler/x86/BasicRules.java
= test/micro/org/openjdk/bench/vm/compiler/x86/LeaInstruction.java

Changeset: cfd44bb2
Author:    Kevin Walls <kevinw at openjdk.org>
Date:      2022-09-17 09:55:51 +0000
URL:       https://git.openjdk.org/loom/commit/cfd44bb2cd4f2fdbfc15a7a76757a92c0a557439

8293218: serviceability/tmtools/jstat/GcNewTest.java fails with "Error in the percent calculation"
8293564: serviceability/tmtools/jstat/GcTest01.java fails with "Error in the percent calculation"

Reviewed-by: sspitsyn, lmesnik, dcubed

! test/hotspot/jtreg/ProblemList-Xcomp.txt
! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/GcProvoker.java

Changeset: b6ff8fa3
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2022-09-18 12:44:53 +0000
URL:       https://git.openjdk.org/loom/commit/b6ff8fa307fd61e342a4926a4fc7be968e964797

8292073: NMT: remove unused constructor parameter from MallocHeader

Reviewed-by: zgu

! src/hotspot/share/services/mallocHeader.hpp
! src/hotspot/share/services/mallocHeader.inline.hpp
! src/hotspot/share/services/mallocTracker.cpp

Changeset: b1ed40a8
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2022-09-19 05:38:09 +0000
URL:       https://git.openjdk.org/loom/commit/b1ed40a87ab357d1b51ac5102bba181f21ffa9b6

8293466: libjsig should ignore non-modifying sigaction calls

Reviewed-by: manc, dholmes

! src/java.base/unix/native/libjsig/jsig.c

Changeset: 357a2cc2
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-09-19 06:17:24 +0000
URL:       https://git.openjdk.org/loom/commit/357a2cc22a72876fc412b4fc99b9da8f05840678

8293937: x86: Drop LP64 conditions from clearly x86_32 code

Reviewed-by: kvn, stuefe

! src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp
! src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp

Changeset: 26e08cf3
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-09-19 06:18:55 +0000
URL:       https://git.openjdk.org/loom/commit/26e08cf3d0cbd30395f3344669fcc20c0b52e2f6

8293844: C2: Verify Location::{oop,normal} types in PhaseOutput::FillLocArray

Reviewed-by: kvn, dlong

! src/hotspot/share/opto/output.cpp

Changeset: 43f7f47a
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-09-19 06:19:53 +0000
URL:       https://git.openjdk.org/loom/commit/43f7f47ae0f36a8147f6197804db3b74a9dda295

8293499: Provide jmod --compress option

Reviewed-by: alanb, mchung, jpai, redestad

! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodOutputStream.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties
! test/jdk/tools/jmod/JmodTest.java

Changeset: d7c1a763
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2022-09-19 07:29:01 +0000
URL:       https://git.openjdk.org/loom/commit/d7c1a7635d3437b91fba358e8682b4a56a65d826

8293861: G1: Disable preventive GCs by default

Reviewed-by: ayang, kbarrett, mbeckwit

! src/hotspot/share/gc/g1/g1_globals.hpp

Changeset: d77c464c
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2022-09-19 07:33:14 +0000
URL:       https://git.openjdk.org/loom/commit/d77c464c3804362b80fecca9df05fbef90bed14a

8293891: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum

Reviewed-by: ayang, kbarrett

! test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java

Changeset: 04d7b7d5
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2022-09-19 07:34:14 +0000
URL:       https://git.openjdk.org/loom/commit/04d7b7d5747d887e12797df8ca3f7608d73d41ff

8293503: gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN

Reviewed-by: lkorinth, kbarrett

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/gc/metaspace/TestMetaspacePerfCounters.java

Changeset: cbd0688b
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-09-19 07:38:06 +0000
URL:       https://git.openjdk.org/loom/commit/cbd0688b321ff88a405be4f7929d6862e543ab50

8293851: hs_err should print more stack in hex dump

Reviewed-by: adinn, stefank

! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp
! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp
! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp
! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp
! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
! src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp
! src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/os.hpp

Changeset: 36c9034f
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2022-09-19 07:39:02 +0000
URL:       https://git.openjdk.org/loom/commit/36c9034ff1274f37969550a3f9239f1bb16a0b25

8293808: mscapi destroyKeyContainer enhance KeyStoreException: Access is denied exception

Reviewed-by: weijun

! src/jdk.crypto.mscapi/windows/native/libsunmscapi/security.cpp

Changeset: a93cf926
Author:    Albert Mingkun Yang <ayang at openjdk.org>
Date:      2022-09-19 09:52:10 +0000
URL:       https://git.openjdk.org/loom/commit/a93cf926356b974b8fc5a97d230a15bad066ac2a

8293920: G1: Add index based heap region iteration

Reviewed-by: tschatzl, kbarrett

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/heapRegion.hpp
! src/hotspot/share/gc/g1/heapRegionManager.cpp
! src/hotspot/share/gc/g1/heapRegionManager.hpp

Changeset: 471e2f12
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2022-09-19 10:15:18 +0000
URL:       https://git.openjdk.org/loom/commit/471e2f12b44cafc583a8ae118e36df5f00dfd624

8292088: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue

Reviewed-by: roland, kvn

! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/opaquenode.cpp
! src/hotspot/share/opto/opaquenode.hpp
+ test/hotspot/jtreg/compiler/c2/TestRemoveSingleIterationLoop.java

Changeset: d41f69f9
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2022-09-19 10:16:21 +0000
URL:       https://git.openjdk.org/loom/commit/d41f69f9c0297fe78884b5aa2d149745215ec9d2

8293849: PrintIdealPhase in compiler directives file is ignored when used with other compile commands

Reviewed-by: rcastanedalo, kvn

! src/hotspot/share/compiler/compilerDirectives.cpp

Changeset: ab7f58a3
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-19 10:25:21 +0000
URL:       https://git.openjdk.org/loom/commit/ab7f58a3771f5f8e7240f53d595bdf91a17874d2

6286501: JTabbedPane throws NPE from its stateChanged listener in particular case

Reviewed-by: jdv

! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java
+ test/jdk/javax/swing/JTabbedPane/TestNPEStateChgListener.java

Changeset: 5725a93c
Author:    Andrey Turbanov <aturbanov at openjdk.org>
Date:      2022-09-19 10:58:46 +0000
URL:       https://git.openjdk.org/loom/commit/5725a93c078dac9775ccef04f3624647a8d38e83

8293879: Remove unnecessary castings in jdk.hotspot.agent

Reviewed-by: lmesnik, cjplummer

! src/jdk.hotspot.agent/share/classes/com/sun/java/swing/action/ActionManager.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HSDB.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HotSpotAgent.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/ciInstanceKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/NMethod.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/ObjectValue.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/VMRegImpl.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/ImmutableOopMapSet.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/LinuxCDebugger.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/aarch64/WindbgAARCH64Thread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/WindbgAMD64Thread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/x86/WindbgX86Thread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/G1CollectedHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/G1HeapRegionTable.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/HeapRegion.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/HeapRegionManager.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/PSOldGen.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/PSYoungGen.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/ParallelScavengeHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/DefNewGeneration.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/TenuredGeneration.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GenCollectedHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/Generation.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZCollectedHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTable.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageTableEntry.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/BytecodeDisassembler.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/CodeHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/FileMapInfo.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/HeapBlock.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/CompiledICHolder.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ConstMethod.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ConstantPool.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Klass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Method.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/OopUtilities.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/TypeArray.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/TypeArrayKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/Block.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/Node.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/CompiledVFrame.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/JavaThread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/PerfMemory.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/StackValueCollection.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/ClassLoaderStats.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/PStack.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicType.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/AnnotatedMemoryPanel.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/Annotation.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/ObjectListPanel.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/ProcessListPanel.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/tree/SimpleTreeGroupNode.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/LivenessPath.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/LivenessPathList.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/ReversePtrsAnalysis.java

Changeset: b920d299
Author:    Abhishek Kumar <abhishek.cx.kumar at oracle.com>
Committer: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-19 11:30:47 +0000
URL:       https://git.openjdk.org/loom/commit/b920d2999fed5ec5afe666559e14f8e1a0e90852

8271328: User is able to choose the color after disabling the color chooser.

Reviewed-by: psadhukhan, tr

! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java
+ test/jdk/javax/swing/JColorChooser/TestDisabledColorChooser.java

Changeset: 8082c24a
Author:    Damon Nguyen <dnguyen at openjdk.org>
Committer: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-19 11:33:25 +0000
URL:       https://git.openjdk.org/loom/commit/8082c24a0df3f4861ea391266bdfe6cdd1a77bab

8054572: [macosx] JComboBox paints the border incorrectly

Reviewed-by: honkar, psadhukhan

! src/java.desktop/macosx/classes/com/apple/laf/AquaComboBoxUI.java
+ test/jdk/javax/swing/JComboBox/JComboBoxBorderTest.java

Changeset: f91762f5
Author:    Erik Joelsson <erikj at openjdk.org>
Date:      2022-09-19 12:36:14 +0000
URL:       https://git.openjdk.org/loom/commit/f91762f56ea7fb27b6fa54d07d3b3b0650bab0bc

8293965: Code signing warnings after JDK-8293550

Reviewed-by: mikael, ihse

! make/common/NativeCompilation.gmk

Changeset: 64b96e5c
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2022-09-19 14:22:36 +0000
URL:       https://git.openjdk.org/loom/commit/64b96e5cf57023a5d55b4392074e3922ac7c0534

8293811: Provide a reason for PassFailJFrame.forceFail

Reviewed-by: honkar, jdv

! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
! test/jdk/javax/swing/JTable/PrintAllPagesTest.java

Changeset: 1f9ff413
Author:    Sean Coffey <coffeys at openjdk.org>
Date:      2022-09-19 15:21:46 +0000
URL:       https://git.openjdk.org/loom/commit/1f9ff413126fb68e07b8fc1f36dd3cb17093a484

8292297: Fix up loading of override java.security properties file

Reviewed-by: xuelei

! src/java.base/share/classes/java/security/Security.java
! test/jdk/java/security/Security/ConfigFileTest.java
! test/jdk/java/security/Security/override.props

Changeset: 6e23b432
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2022-09-19 15:57:06 +0000
URL:       https://git.openjdk.org/loom/commit/6e23b43220a25532029a1d6b986a2249dd4e0e03

8293502: (fc) FileChannel::transfer methods fail to copy /proc files on Linux

Reviewed-by: alanb

! src/java.base/share/classes/sun/nio/ch/FileChannelImpl.java
+ test/jdk/java/nio/file/Files/CopyProcFile.java

Changeset: 8ff2c263
Author:    Doug Simon <dnsimon at openjdk.org>
Date:      2022-09-19 16:30:48 +0000
URL:       https://git.openjdk.org/loom/commit/8ff2c2639e6843333cf220d4427799e21d366764

8293942: [JVMCI] data section entries must be 4-byte aligned on AArch64

Reviewed-by: never

! src/hotspot/share/jvmci/jvmciCodeInstaller.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.hpp
! src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Changeset: 4020ed53
Author:    Albert Mingkun Yang <ayang at openjdk.org>
Date:      2022-09-19 18:05:28 +0000
URL:       https://git.openjdk.org/loom/commit/4020ed53dd6e45cafa1d86432274700f0d4a67ca

8293210: G1: Remove redundant check in G1FreeHumongousRegionClosure

Reviewed-by: tschatzl, kbarrett

! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp

Changeset: 0fa7d9e8
Author:    Adam Sotona <asotona at openjdk.org>
Date:      2022-09-20 07:50:03 +0000
URL:       https://git.openjdk.org/loom/commit/0fa7d9e8cd34694c56f98fb4b86549cfd7a3ed1c

8278863: Add method ClassDesc::ofInternalName

Reviewed-by: jvernee

! src/java.base/share/classes/java/lang/constant/ClassDesc.java
! src/java.base/share/classes/java/lang/constant/ConstantUtils.java
! test/jdk/java/lang/constant/ClassDescTest.java

Changeset: fe541f05
Author:    Doug Simon <dnsimon at openjdk.org>
Date:      2022-09-20 07:55:22 +0000
URL:       https://git.openjdk.org/loom/commit/fe541f05cc4092752d9d33ea41002fe907283655

8293989: [JVMCI] re-use cleared oop handles

Reviewed-by: never

! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp
! src/hotspot/share/jvmci/jvmciRuntime.hpp
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/Cleaner.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/CompilerToVM.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HandleCleaner.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotObjectConstantScope.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotSpeculationLog.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/IndirectHotSpotObjectConstantImpl.java

Changeset: a07902bc
Author:    Quan Anh Mai <anhmdq99 at gmail.com>
Committer: Jie Fu <jiefu at openjdk.org>
Date:      2022-09-20 08:39:01 +0000
URL:       https://git.openjdk.org/loom/commit/a07902bcbef066e0e63e1642082b56acadb71d93

8293976: Use unsigned integers in Assembler/CodeBuffer::emit_int*

Reviewed-by: kvn, jbhateja

! src/hotspot/share/asm/assembler.hpp
! src/hotspot/share/asm/codeBuffer.hpp

Changeset: 1b496064
Author:    Robbin Ehn <rehn at openjdk.org>
Date:      2022-09-20 08:41:39 +0000
URL:       https://git.openjdk.org/loom/commit/1b496064bf1c5078b6f753282771996e0d1b94d6

8293922: Extend barrier-less Java thread transitions to native transitions

Reviewed-by: mdoerr, pchilanomate, dcubed

! src/hotspot/share/runtime/interfaceSupport.inline.hpp
! src/hotspot/share/runtime/javaThread.inline.hpp

Changeset: 84ee1a29
Author:    Yanhong Zhu <yzhu at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date:      2022-09-20 12:12:35 +0000
URL:       https://git.openjdk.org/loom/commit/84ee1a291cb38e1500dc1529c2aa79e7a195502c

8293781: RISC-V: Clarify types of calls

Reviewed-by: fjiang, fyang, yadongwang

! src/hotspot/cpu/riscv/c1_CodeStubs_riscv.cpp
! src/hotspot/cpu/riscv/frame_riscv.inline.hpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp

Changeset: 0f28cb06
Author:    Julian Waters <jwaters at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date:      2022-09-20 12:22:18 +0000
URL:       https://git.openjdk.org/loom/commit/0f28cb06ab9de649dedbe93f5d4e30fb779532d9

8294014: Remove redundant UseCompiler conditions

Reviewed-by: kvn, thartmann

! src/hotspot/share/compiler/compilationPolicy.cpp
! src/hotspot/share/compiler/compileBroker.hpp

Changeset: bb422f5c
Author:    Julian Waters <jwaters at openjdk.org>
Committer: Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2022-09-20 13:04:35 +0000
URL:       https://git.openjdk.org/loom/commit/bb422f5c14745bf29bc2cb741f819a17c8400543

8293595: tstrings::any() is missing an overload

Reviewed-by: asemenyuk, almatvee

! src/jdk.jpackage/share/native/common/tstrings.h

Changeset: 584de68d
Author:    Claes Redestad <redestad at openjdk.org>
Date:      2022-09-20 14:50:33 +0000
URL:       https://git.openjdk.org/loom/commit/584de68d7888b709b2eaa251541cd9fdcef3b244

8294058: Early use of lambda introduced in JDK-8285263 cause startup regressions in 20-b02

Reviewed-by: mullan

! src/java.base/share/classes/java/security/SecureClassLoader.java

Changeset: 09af637a
Author:    Vladimir Kempik <vkempik at openjdk.org>
Date:      2022-09-20 14:58:28 +0000
URL:       https://git.openjdk.org/loom/commit/09af637a9be106a0a6b82b3638ae004d9248fc78

8294012: RISC-V: get/put_native_u8 missing the case when address&7 is 6

Reviewed-by: shade, fyang

! src/hotspot/cpu/riscv/bytes_riscv.hpp

Changeset: df8ec09f
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2022-09-20 15:21:34 +0000
URL:       https://git.openjdk.org/loom/commit/df8ec09f8dd21de2910212a6d98c1970a2a1a3d3

8294046: Newly added test test/jdk/javax/swing/JTabbedPane/TestNPEStateChgListener.java fails in macos

Reviewed-by: azvegint, prr

! src/java.desktop/macosx/classes/com/apple/laf/AquaTabbedPaneUI.java
! test/jdk/javax/swing/JTabbedPane/TestNPEStateChgListener.java

Changeset: e3358e77
Author:    Naoto Sato <naoto at openjdk.org>
Date:      2022-09-20 16:46:18 +0000
URL:       https://git.openjdk.org/loom/commit/e3358e77f524f4d448c2ebb7c5afd0aa432f0d44

8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException

Reviewed-by: joehw, smarks

! src/java.base/share/classes/sun/util/locale/provider/BreakIteratorProviderImpl.java
! test/jdk/java/text/BreakIterator/BreakIteratorTest.java

Changeset: 5002eaa5
Author:    Paul Hohensee <phh at openjdk.org>
Date:      2022-09-20 17:12:51 +0000
URL:       https://git.openjdk.org/loom/commit/5002eaa5cc7301b91a45f8c0f65b5943fea225d8

8293828: JFR: jfr/event/oldobject/TestClassLoaderLeak.java still fails when GC cycles are not happening

Reviewed-by: tschatzl

! test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java

Changeset: cb5771dc
Author:    Julian Waters <jwaters at openjdk.org>
Committer: Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2022-09-20 17:23:49 +0000
URL:       https://git.openjdk.org/loom/commit/cb5771dc2a5e8c84436e300992f3c791a013062e

8294006: Avoid hardcoding object file suffixes in make

Reviewed-by: erikj, ihse

! make/common/NativeCompilation.gmk
! make/hotspot/lib/JvmMapfile.gmk
! make/modules/java.base/Launcher.gmk

Changeset: caae53f4
Author:    Ruprabhu25 <ruprabhu25 at gmail.com>
Committer: Rajan Halade <rhalade at openjdk.org>
Date:      2022-09-20 17:35:26 +0000
URL:       https://git.openjdk.org/loom/commit/caae53f4dadd146426a1a2cd121ac00bb98ebc97

8289508: Improve test coverage for XPath Axes: ancestor, ancestor-or-self, preceding, and preceding-sibling

Reviewed-by: joehw

+ test/jaxp/javax/xml/jaxp/unittest/xpath/XPathAncestorsTest.java
+ test/jaxp/javax/xml/jaxp/unittest/xpath/XPathPrecedingTest.java

Changeset: 3b438a68
Author:    Damon Nguyen <dnguyen at openjdk.org>
Committer: Alexander Zvegintsev <azvegint at openjdk.org>
Date:      2022-09-20 18:15:13 +0000
URL:       https://git.openjdk.org/loom/commit/3b438a68ea605959edcb836e116f29a4a55c31fa

8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key.

Reviewed-by: azvegint, psadhukhan

! test/jdk/javax/swing/JComboBox/6559152/bug6559152.java

Changeset: 21008cad
Author:    Alex Menkov <amenkov at openjdk.org>
Date:      2022-09-20 18:18:39 +0000
URL:       https://git.openjdk.org/loom/commit/21008cad46d53a34715037d1ec1ca53a43a549db

8285383: vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java failed with "exit code: 96"

Reviewed-by: dcubed, lmesnik, sspitsyn

- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001R.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/libhs204t001.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass00/hs204t001R.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass01/hs204t001R.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass02/hs204t001R.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/newclass03/hs204t001R.java

Changeset: cddd6def
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-09-20 20:11:45 +0000
URL:       https://git.openjdk.org/loom/commit/cddd6def9f796a25137e0059e82053142747c001

8279941: sun/security/pkcs11/Signature/TestDSAKeyLength.java fails when NSS version detection fails

Reviewed-by: valeriep

! test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java

Changeset: cb72f809
Author:    casparcwang <casparcwang at tencent.com>
Committer: Jie Fu <jiefu at openjdk.org>
Date:      2022-09-21 06:24:19 +0000
URL:       https://git.openjdk.org/loom/commit/cb72f80925965c73e32c44ce3196866272306d7f

8293978: Duplicate simple loop back-edge will crash the vm

Reviewed-by: roland, chagedorn

! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/c2/TestDuplicateSimpleLoopBackedge.java

Changeset: 12e3510f
Author:    Emanuel Peter <epeter at openjdk.org>
Date:      2022-09-21 07:21:27 +0000
URL:       https://git.openjdk.org/loom/commit/12e3510f63b46db1559d240a331d66f15fe91363

8293798: Fix test bugs due to incompatibility with -XX:+AlwaysIncrementalInline

Reviewed-by: kvn, thartmann, chagedorn

! test/hotspot/jtreg/compiler/ciReplay/TestInliningProtectionDomain.java
! test/hotspot/jtreg/compiler/intrinsics/klass/CastNullCheckDroppingsTest.java
! test/hotspot/jtreg/compiler/uncommontrap/Decompile.java

Changeset: 379f3094
Author:    Emanuel Peter <epeter at openjdk.org>
Date:      2022-09-21 07:22:28 +0000
URL:       https://git.openjdk.org/loom/commit/379f3094db0b8afe90ed6b7a341164222744085f

8287217: C2: PhaseCCP: remove not visited nodes, prevent type inconsistency

Reviewed-by: roland, chagedorn, thartmann

! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/phaseX.cpp
! src/hotspot/share/opto/phaseX.hpp
+ test/hotspot/jtreg/compiler/ccp/TestRemoveUnreachableCCP.java

Changeset: 8ecdaa68
Author:    Thomas Schatzl <tschatzl at openjdk.org>
Date:      2022-09-21 07:58:07 +0000
URL:       https://git.openjdk.org/loom/commit/8ecdaa68111f2e060a3f46a5cf6f2ba95c9ebad1

8294000: Filler array klass should be in jdk/vm/internal, not in java/vm/internal

Reviewed-by: shade, dholmes

! src/hotspot/share/memory/universe.cpp

Changeset: 4e7cb156
Author:    Tobias Holenstein <tholenstein at openjdk.org>
Date:      2022-09-21 08:08:13 +0000
URL:       https://git.openjdk.org/loom/commit/4e7cb156c843ead88c0b9b01673b9d1db66f08d5

8293480: IGV: Update Bytecode and ControlFlow Component immediately when opening a new graph

Reviewed-by: rcastanedalo, chagedorn

! src/utils/IdealGraphVisualizer/Bytecodes/src/main/java/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.java
! src/utils/IdealGraphVisualizer/Bytecodes/src/main/java/com/sun/hotspot/igv/bytecodes/SelectBytecodesAction.java
! src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowScene.java
! src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.java
! src/utils/IdealGraphVisualizer/Coordinator/src/main/java/com/sun/hotspot/igv/coordinator/OutlineTopComponent.java
! src/utils/IdealGraphVisualizer/FilterWindow/src/main/java/com/sun/hotspot/igv/filterwindow/FilterTopComponent.java
- src/utils/IdealGraphVisualizer/Graph/src/main/java/com/sun/hotspot/igv/graph/services/DiagramProvider.java
! src/utils/IdealGraphVisualizer/Util/src/main/java/com/sun/hotspot/igv/util/LookupHistory.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/DiagramViewModel.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorInputGraphProvider.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.java

Changeset: 8d1dd6a6
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2022-09-21 08:22:47 +0000
URL:       https://git.openjdk.org/loom/commit/8d1dd6a6cf2bc11e0cf5ac3600e78dc192a819e4

8294076: Improve ant detection in idea.sh

Reviewed-by: erikj

! bin/idea.sh

Changeset: 844a95b9
Author:    John Neffenger <jgneff at openjdk.org>
Committer: Pavel Rappo <prappo at openjdk.org>
Date:      2022-09-21 08:45:38 +0000
URL:       https://git.openjdk.org/loom/commit/844a95b907aaf6ef67d7e4b1ed0998945a6152d2

8292892: Javadoc index descriptions are not deterministic

Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlIndexBuilder.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/IndexBuilder.java
+ test/langtools/jdk/javadoc/doclet/testIndexInherited/TestIndexInherited.java
+ test/langtools/jdk/javadoc/doclet/testIndexInherited/pkg1/ClassA.java
+ test/langtools/jdk/javadoc/doclet/testIndexInherited/pkg1/ClassB.java
+ test/langtools/jdk/javadoc/doclet/testIndexInherited/pkg2/ClassC.java

Changeset: e9401e67
Author:    Tobias Holenstein <tholenstein at openjdk.org>
Date:      2022-09-21 09:37:26 +0000
URL:       https://git.openjdk.org/loom/commit/e9401e67b3f60206e6a98c1c44367b482506a4de

8293364: IGV: Refactor Action in EditorTopComponent and fix minor bugs

Reviewed-by: rcastanedalo, chagedorn

! src/utils/IdealGraphVisualizer/Coordinator/src/main/resources/com/sun/hotspot/igv/coordinator/actions/Bundle.properties
! src/utils/IdealGraphVisualizer/Util/src/main/java/com/sun/hotspot/igv/util/ContextAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/BlockQuickSearch.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/DiagramScene.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/DiagramViewModel.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/DiagramViewer.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorInputGraphProvider.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/EditorTopComponent.java
+ src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/ExportGraph.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/NodeQuickSearch.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/CustomSelectAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/EnableBlockLayoutAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/EnableCFGLayoutAction.java
+ src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/EnableLayoutAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/EnableSeaLayoutAction.java
+ src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExpandAdjacentAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExpandDiffAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExpandPredecessorsAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExpandSuccessorsAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExportAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ExtractAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/HideAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/HideDuplicatesAction.java
+ src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ModelAwareAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/NextDiagramAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/OverviewAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/PredSuccAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/PrevDiagramAction.java
+ src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ReduceDiffAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/SelectionModeAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ShowAllAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ShowEmptyBlocksAction.java
- src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ShrinkDiffAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ZoomInAction.java
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/actions/ZoomOutAction.java
- src/utils/IdealGraphVisualizer/View/src/main/resources/com/sun/hotspot/igv/view/actions/Bundle.properties
! src/utils/IdealGraphVisualizer/View/src/main/resources/com/sun/hotspot/igv/view/layer.xml

Changeset: cd1cdcdb
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2022-09-21 10:27:58 +0000
URL:       https://git.openjdk.org/loom/commit/cd1cdcdb0d56131d1ad1bdc453c7e261afa73a3a

8293116: Incremental JDK build could be sped up

Reviewed-by: erikj, vromero, ihse

! make/CompileInterimLangtools.gmk
! make/CompileJavaModules.gmk
! make/CompileToolsJdk.gmk
! make/common/JavaCompilation.gmk
! make/jdk/src/classes/build/tools/depend/Depend.java
! make/jdk/src/classes/build/tools/depend/DependTest.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/main/JavaCompiler.java

Changeset: da4fdfbb
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2022-09-21 11:32:24 +0000
URL:       https://git.openjdk.org/loom/commit/da4fdfbbf4ba72ddaf4f27d95f71e95b7ebf8cc1

8293659: Improve UnsatisfiedLinkError error message to include dlopen error details

Reviewed-by: mchung, lucy

! src/java.base/share/classes/jdk/internal/loader/NativeLibraries.java

Changeset: d14e96d9
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2022-09-21 12:06:57 +0000
URL:       https://git.openjdk.org/loom/commit/d14e96d9701dae951aa365029f58afb6687a646a

8293493: Signal Handlers printout should show signal block state

Reviewed-by: dholmes, jsjolen

! src/hotspot/os/posix/signals_posix.cpp

Changeset: 95ec2eac
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2022-09-21 12:29:40 +0000
URL:       https://git.openjdk.org/loom/commit/95ec2eaca3845bc971d3e711e5f61052c2951fa8

8293897: Synthetic final modifier is part of the AST for a try-with-resource resource

Reviewed-by: sundar

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/langtools/tools/javac/parser/JavacParserTest.java

Changeset: 0746bcb6
Author:    Fei Yang <fyang at openjdk.org>
Date:      2022-09-21 12:57:09 +0000
URL:       https://git.openjdk.org/loom/commit/0746bcb68fde1d59e71c573aaf448bc54a0897d3

8294083: RISC-V: Minimal build failed with --disable-precompiled-headers

Reviewed-by: fjiang, yadongwang, shade

! src/hotspot/cpu/riscv/templateInterpreterGenerator_riscv.cpp

Changeset: 07afa3f4
Author:    Jie Fu <jiefu at openjdk.org>
Date:      2022-09-21 13:10:10 +0000
URL:       https://git.openjdk.org/loom/commit/07afa3f41e937019173ef31fbc1f2a5eb4b89f90

8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798

Reviewed-by: shade, thartmann

! test/hotspot/jtreg/compiler/uncommontrap/Decompile.java

Changeset: 84d7ff64
Author:    Ashutosh Mehra <asmehra at redhat.com>
Committer: Andrew Dinn <adinn at openjdk.org>
Date:      2022-09-21 14:28:02 +0000
URL:       https://git.openjdk.org/loom/commit/84d7ff64d86388cc60cd8257b7b1fb5a6e8c6804

8288129: Shenandoah: Skynet test crashed with iu + aggressive

Reviewed-by: eosterlund, rkennke

! src/hotspot/share/gc/shenandoah/mode/shenandoahIUMode.cpp
! src/hotspot/share/oops/access.hpp
! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/oops/oop.inline.hpp
! src/hotspot/share/oops/stackChunkOop.hpp
! src/hotspot/share/oops/stackChunkOop.inline.hpp
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! src/hotspot/share/runtime/continuationJavaClasses.hpp
! src/hotspot/share/runtime/continuationJavaClasses.inline.hpp

Changeset: e1958971
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2022-09-21 14:51:21 +0000
URL:       https://git.openjdk.org/loom/commit/e1958971c95a651da9e7fca7a98828f7fd0391bb

8294068: Unconditional and eager load of nio library since JDK-8264744

Reviewed-by: alanb, redestad

! src/java.base/linux/classes/sun/nio/fs/LinuxFileSystem.java
! src/java.base/linux/classes/sun/nio/fs/LinuxNativeDispatcher.java
- src/java.base/linux/native/libnio/fs/LinuxFileSystem.c
! src/java.base/linux/native/libnio/fs/LinuxNativeDispatcher.c

Changeset: 27b8e2f4
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2022-09-21 17:00:40 +0000
URL:       https://git.openjdk.org/loom/commit/27b8e2f49e372e09e8f070e9c90babd82e015dbf

8294038: Remove "Classpath" exception from javax/swing tests

Reviewed-by: dmarkov, iris

! test/jdk/javax/swing/JButton/TestMnemonicAction.java
! test/jdk/javax/swing/JComboBox/6406264/bug6406264.java
! test/jdk/javax/swing/JPopupMenu/6583251/bug6583251.java
! test/jdk/javax/swing/JScrollPane/6274267/bug6274267.java
! test/jdk/javax/swing/JToolBar/4529206/bug4529206.java
! test/jdk/javax/swing/Popup/6514582/bug6514582.java
! test/jdk/javax/swing/regtesthelpers/JRobot.java
! test/jdk/javax/swing/regtesthelpers/SwingTestHelper.java
! test/jdk/javax/swing/text/AbstractDocument/DocumentInsert/DocumentInsertAtWrongPositionTest.java
! test/jdk/javax/swing/text/GapContent/4496801/bug4496801.java
! test/jdk/javax/swing/text/html/CSS/ColorValue/RGBColorValueTest.java

Changeset: 711e2520
Author:    Alexey Ivanov <aivanov at openjdk.org>
Date:      2022-09-21 17:01:39 +0000
URL:       https://git.openjdk.org/loom/commit/711e2520adf87b8c285db07ff485fe4f6d0c349b

8294039: Remove "Classpath" exception from java/awt tests

Reviewed-by: dmarkov, iris

! test/jdk/java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java
! test/jdk/java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java
! test/jdk/java/awt/MenuBar/DefaultMenuBarDispose.java
! test/jdk/java/awt/MenuBar/TestNoScreenMenuBar.java
! test/jdk/java/awt/Window/FullWindowContentTest/FullWindowContentTest.java
! test/jdk/java/awt/Window/GetWindowsTest/GetWindowsTest.java
! test/jdk/java/awt/Window/HandleWindowDestroyTest/HandleWindowDestroyTest.java
! test/jdk/java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java
! test/jdk/java/awt/Window/MainKeyWindowTest/libTestMainKeyWindow.m
! test/jdk/java/awt/datatransfer/Clipboard/BasicClipboardTest.java
! test/jdk/java/awt/datatransfer/Clipboard/GetContentsInterruptedTest.java
! test/jdk/java/awt/datatransfer/ImageTransfer/ImageTransferTest.java
! test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java
! test/jdk/java/awt/datatransfer/Independence/IndependenceSwingTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/AddFlavorForNativeTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/AddFlavorTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/AddNativeForFlavorTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/AddNativeTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/GetFlavorsForNewNativeTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/GetNativesForNewFlavorTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/InvalidMapArgumentsTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/ManyFlavorMapTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/SetDataFlavorsTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/SetFlavorsForNativeTest.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/SetNativesForFlavor.java
! test/jdk/java/awt/datatransfer/SystemFlavorMap/SetNativesTest.java
! test/jdk/java/awt/datatransfer/SystemSelection/SystemSelectionAWTTest.java
! test/jdk/java/awt/datatransfer/SystemSelection/SystemSelectionSwingTest.java
! test/jdk/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java



More information about the loom-dev mailing list