git: openjdk/jdk-sandbox: json: 166 new changesets

duke duke at openjdk.org
Fri Feb 7 19:11:24 UTC 2025


Changeset: f446cefe
Branch: json
Author:    Shaojin Wen <swen at openjdk.org>
Date:      2025-01-25 03:12:56 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f446cefee0715da6532b68f65a5a15775e20945d

8343962: [REDO] Move getChars to DecimalDigits

Reviewed-by: redestad, rgiulietti

! src/java.base/share/classes/java/lang/AbstractStringBuilder.java
! src/java.base/share/classes/java/lang/Integer.java
! src/java.base/share/classes/java/lang/Long.java
! src/java.base/share/classes/java/lang/StringConcatHelper.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
! src/java.base/share/classes/java/lang/System.java
! src/java.base/share/classes/java/math/BigDecimal.java
! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java
! src/java.base/share/classes/jdk/internal/util/DecimalDigits.java
! test/hotspot/jtreg/compiler/patches/java.base/java/lang/Helper.java
! test/micro/org/openjdk/bench/java/lang/StringBuilders.java

Changeset: 1d2eb2fb
Branch: json
Author:    Alan Bateman <alanb at openjdk.org>
Date:      2025-01-25 07:25:24 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1d2eb2fbaea700fc77b644b5eb5a8a7c40ede108

8299504: Resolve `uses` and `provides` at run time if the service is optional and missing

Co-authored-by: Alan Bateman <alanb at openjdk.org>
Co-authored-by: Alex Buckley <abuckley at openjdk.org>
Reviewed-by: sundar

! src/java.base/share/classes/java/lang/module/Configuration.java
! src/java.base/share/classes/java/lang/module/Resolver.java
! src/java.base/share/classes/java/lang/module/package-info.java
! test/jdk/java/lang/module/ConfigurationTest.java

Changeset: 5431668c
Branch: json
Author:    Archie Cobbs <acobbs at openjdk.org>
Date:      2025-01-25 18:02:18 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5431668cb92a8ef2ccfe1059db1cde0e5d98adce

8348212: Need to add warn() step to JavacTaskImpl after JDK-8344148

Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java
+ test/langtools/tools/javac/api/TestJavacTaskWithWarning.java

Changeset: 99002e4f
Branch: json
Author:    Leonid Mesnik <lmesnik at openjdk.org>
Date:      2025-01-25 18:59:20 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/99002e4f9d421d08d912187a1f01809d85820427

8318098: Update jfr tests to replace keyword jfr with vm.flagless

Reviewed-by: mgronlun

! test/jdk/TEST.ROOT
! test/jdk/jdk/jfr/api/consumer/TestChunkInputStreamAvailable.java
! test/jdk/jdk/jfr/api/consumer/TestChunkInputStreamBulkRead.java
! test/jdk/jdk/jfr/api/consumer/TestFieldAccess.java
! test/jdk/jdk/jfr/api/consumer/TestGetStackTrace.java
! test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java
! test/jdk/jdk/jfr/api/consumer/TestMethodGetModifiers.java
! test/jdk/jdk/jfr/api/consumer/TestReadTwice.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedClass.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedClassLoader.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEvent.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThread.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThreadOther.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFrame.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFrameType.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFullStackTrace.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedInstantEventTimestamp.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedMethodDescriptor.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedObject.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedThreadGroupParent.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFile.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFileReadEventEof.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFileSanitization.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFileWrite.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingInternals.java
! test/jdk/jdk/jfr/api/consumer/TestSingleRecordedEvent.java
! test/jdk/jdk/jfr/api/consumer/TestToString.java
! test/jdk/jdk/jfr/api/consumer/TestValueDescriptorRecorded.java
! test/jdk/jdk/jfr/api/consumer/filestream/TestMultipleChunk.java
! test/jdk/jdk/jfr/api/consumer/filestream/TestOrdered.java
! test/jdk/jdk/jfr/api/consumer/filestream/TestReuse.java
! test/jdk/jdk/jfr/api/consumer/log/TestContent.java
! test/jdk/jdk/jfr/api/consumer/log/TestDiskOnOff.java
! test/jdk/jdk/jfr/api/consumer/log/TestDynamicStart.java
! test/jdk/jdk/jfr/api/consumer/log/TestMemoryDiskTransition.java
! test/jdk/jdk/jfr/api/consumer/log/TestMemoryOnly.java
! test/jdk/jdk/jfr/api/consumer/log/TestSystemEvents.java
! test/jdk/jdk/jfr/api/consumer/log/TestTruncation.java
! test/jdk/jdk/jfr/api/consumer/log/TestUserEvents.java
! test/jdk/jdk/jfr/api/consumer/log/TestVerbosity.java
! test/jdk/jdk/jfr/api/consumer/log/TestWithStreaming.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestAwaitTermination.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestBasics.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestClose.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestConstructor.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestDisable.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestDump.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestEnable.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestMaxAge.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnClose.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnErrorAsync.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnErrorSync.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnEvent.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnFlush.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestOnMetadata.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestRecordingName.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestRecursive.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestRemove.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestSetEndTime.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestSetMaxAge.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestSetMaxSize.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestSetSettings.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestSetStartTime.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestStart.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestStartAsync.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestStop.java
! test/jdk/jdk/jfr/api/consumer/recordingstream/TestStoppedRecording.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestBaseRepositoryAfterStart.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestBaseRepositoryBeforeStart.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestBaseRepositoryLastModified.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestBaseRepositoryMultipleProcesses.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestChunkGap.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestCrossProcessStreaming.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestEmptyChunks.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestEnableEvents.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestEventRegistration.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestFilledChunks.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestFiltering.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestInProcessMigration.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestJVMCrash.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestJVMExit.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestLatestEvent.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestOutOfProcessMigration.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestRecordingBefore.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestRemovedChunks.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestStartMultiChunk.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestStartSingleChunk.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestUnstarted.java
! test/jdk/jdk/jfr/api/event/TestAbstractEvent.java
! test/jdk/jdk/jfr/api/event/TestBeginEnd.java
! test/jdk/jdk/jfr/api/event/TestClinitRegistration.java
! test/jdk/jdk/jfr/api/event/TestClonedEvent.java
! test/jdk/jdk/jfr/api/event/TestEnableDisable.java
! test/jdk/jdk/jfr/api/event/TestEventDuration.java
! test/jdk/jdk/jfr/api/event/TestEventFactory.java
! test/jdk/jdk/jfr/api/event/TestEventFactoryRegisterTwice.java
! test/jdk/jdk/jfr/api/event/TestEventFactoryRegistration.java
! test/jdk/jdk/jfr/api/event/TestExtends.java
! test/jdk/jdk/jfr/api/event/TestGetDuration.java
! test/jdk/jdk/jfr/api/event/TestIsEnabled.java
! test/jdk/jdk/jfr/api/event/TestIsEnabledMultiple.java
! test/jdk/jdk/jfr/api/event/TestOwnCommit.java
! test/jdk/jdk/jfr/api/event/TestShouldCommit.java
! test/jdk/jdk/jfr/api/event/TestStaticEnable.java
! test/jdk/jdk/jfr/api/event/dynamic/TestDynamicAnnotations.java
! test/jdk/jdk/jfr/api/event/dynamic/TestEventFactory.java
! test/jdk/jdk/jfr/api/flightrecorder/TestAddListenerTwice.java
! test/jdk/jdk/jfr/api/flightrecorder/TestAddPeriodicEvent.java
! test/jdk/jdk/jfr/api/flightrecorder/TestFlightRecorderListenerRecorderInitialized.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetEventTypes.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetPlatformRecorder.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetRecordings.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetSettings.java
! test/jdk/jdk/jfr/api/flightrecorder/TestIsAvailable.java
! test/jdk/jdk/jfr/api/flightrecorder/TestIsInitialized.java
! test/jdk/jdk/jfr/api/flightrecorder/TestListener.java
! test/jdk/jdk/jfr/api/flightrecorder/TestListenerNull.java
! test/jdk/jdk/jfr/api/flightrecorder/TestPeriodicEventsSameHook.java
! test/jdk/jdk/jfr/api/flightrecorder/TestRecorderInitializationCallback.java
! test/jdk/jdk/jfr/api/flightrecorder/TestRegisterUnregisterEvent.java
! test/jdk/jdk/jfr/api/flightrecorder/TestSettingsControl.java
! test/jdk/jdk/jfr/api/flightrecorder/TestSnapshot.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestCategory.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestContentType.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestDescription.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestDynamicAnnotation.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestEnabled.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestExperimental.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestFieldAnnotations.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestFormatMissingValue.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestHasValue.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestInheritedAnnotations.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestLabel.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestMetadata.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestName.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestPeriod.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRegistered.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRegisteredFalseAndRunning.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRelational.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestSimpleMetadataEvent.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestStackFilter.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestStackTrace.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestThreshold.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestTypesIdentical.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotation.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotationElements.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotations.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetCategory.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDefaultValues.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDescription.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetEventType.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetField.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetFields.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetSettings.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestUnloadingEventClass.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestDefaultValue.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotation.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotationElement.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetContentType.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetDescription.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetLabel.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetName.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeId.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeName.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestClasses.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestConstructor.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetAnnotations.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetFields.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestIsArray.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestSimpleTypes.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestValueDescriptorContentType.java
! test/jdk/jdk/jfr/api/recorder/TestRecorderInitialized.java
! test/jdk/jdk/jfr/api/recorder/TestRecorderListener.java
! test/jdk/jdk/jfr/api/recorder/TestRecorderListenerWithDump.java
! test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestFileExist.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestFileReadOnly.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestInvalid.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestLongPath.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestMultiple.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestReadOnly.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestState.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskFalse.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskTrue.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestWithDuration.java
! test/jdk/jdk/jfr/api/recording/dump/TestDump.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpDevNull.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpInvalid.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpLongPath.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpMultiple.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpReadOnly.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpState.java
! test/jdk/jdk/jfr/api/recording/event/TestChunkPeriod.java
! test/jdk/jdk/jfr/api/recording/event/TestEnableClass.java
! test/jdk/jdk/jfr/api/recording/event/TestEnableName.java
! test/jdk/jdk/jfr/api/recording/event/TestEventTime.java
! test/jdk/jdk/jfr/api/recording/event/TestLoadEventAfterStart.java
! test/jdk/jdk/jfr/api/recording/event/TestPeriod.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableClass.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableMultiple.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableName.java
! test/jdk/jdk/jfr/api/recording/event/TestRecordingEnableDisable.java
! test/jdk/jdk/jfr/api/recording/event/TestShortPeriod.java
! test/jdk/jdk/jfr/api/recording/event/TestThreshold.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetId.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetSize.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetSizeToMem.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetStream.java
! test/jdk/jdk/jfr/api/recording/misc/TestRecordingBase.java
! test/jdk/jdk/jfr/api/recording/misc/TestRecordingCopy.java
! test/jdk/jdk/jfr/api/recording/options/TestDuration.java
! test/jdk/jdk/jfr/api/recording/options/TestName.java
! test/jdk/jdk/jfr/api/recording/settings/TestConfigurationGetContents.java
! test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromPath.java
! test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromReader.java
! test/jdk/jdk/jfr/api/recording/settings/TestGetConfigurations.java
! test/jdk/jdk/jfr/api/recording/settings/TestSettingsAvailability.java
! test/jdk/jdk/jfr/api/recording/state/TestOptionState.java
! test/jdk/jdk/jfr/api/recording/state/TestState.java
! test/jdk/jdk/jfr/api/recording/state/TestStateDuration.java
! test/jdk/jdk/jfr/api/recording/state/TestStateIdenticalListeners.java
! test/jdk/jdk/jfr/api/recording/state/TestStateInvalid.java
! test/jdk/jdk/jfr/api/recording/state/TestStateMultiple.java
! test/jdk/jdk/jfr/api/recording/state/TestStateScheduleStart.java
! test/jdk/jdk/jfr/api/recording/time/TestTime.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeDuration.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeMultiple.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeScheduleStart.java
! test/jdk/jdk/jfr/api/settings/TestFilterEvents.java
! test/jdk/jdk/jfr/api/settings/TestSettingControl.java
! test/jdk/jdk/jfr/event/allocation/TestObjectAllocationInNewTLABEvent.java
! test/jdk/jdk/jfr/event/allocation/TestObjectAllocationOutsideTLABEvent.java
! test/jdk/jdk/jfr/event/allocation/TestObjectAllocationSampleEvent.java
! test/jdk/jdk/jfr/event/allocation/TestObjectAllocationSampleEventThrottling.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheStats.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeper.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerInlining.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerQueueUtilization.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerStats.java
! test/jdk/jdk/jfr/event/compiler/TestDeoptimization.java
! test/jdk/jdk/jfr/event/diagnostics/TestHeapDump.java
! test/jdk/jdk/jfr/event/gc/collection/TestG1ParallelPhases.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithSerial.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithSerial.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCWithFasttime.java
! test/jdk/jdk/jfr/event/gc/collection/TestGarbageCollectionEventWithZMajor.java
! test/jdk/jdk/jfr/event/gc/collection/TestGarbageCollectionEventWithZMinor.java
! test/jdk/jdk/jfr/event/gc/collection/TestSystemGC.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/collection/TestZOldGarbageCollectionEvent.java
! test/jdk/jdk/jfr/event/gc/collection/TestZYoungGarbageCollectionEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEventWithDefaultPauseTarget.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWith32BitOops.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithHeapBasedOops.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCSurvivorConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithNewRatio.java
! test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1AIHOPEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1EvacMemoryStatsEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1HeapRegionTypeChangeEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1IHOPEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1InvalidHeapRegionTypeChangeEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1MMUEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestGCCPUTimeEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestGCHeapMemoryPoolUsageEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestGCHeapMemoryUsageEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestGCLockerEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestGCPhaseConcurrent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahHeapRegionInformationEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahHeapRegionStateChangeEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZAllocationStallEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZPageAllocationEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZRelocationSetEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZRelocationSetGroupEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZUncommitEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestZUnmapEvent.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventDefNewSerial.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventPSParOld.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithSerial.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountEvent.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestDefNewAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1HumongousAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMarkSweepCompactAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceG1GCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceParallelGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceSerialGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelScavengeAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/io/TestAsynchronousFileChannelEvents.java
! test/jdk/jdk/jfr/event/io/TestDeserializationEvent.java
! test/jdk/jdk/jfr/event/io/TestDisabledEvents.java
! test/jdk/jdk/jfr/event/io/TestFileChannelEvents.java
! test/jdk/jdk/jfr/event/io/TestFileReadOnly.java
! test/jdk/jdk/jfr/event/io/TestFileStreamEvents.java
! test/jdk/jdk/jfr/event/io/TestInstrumentation.java
! test/jdk/jdk/jfr/event/io/TestRandomAccessFileEvents.java
! test/jdk/jdk/jfr/event/io/TestRandomAccessFileThread.java
! test/jdk/jdk/jfr/event/io/TestSerializationMisdeclarationEvent.java
! test/jdk/jdk/jfr/event/io/TestSocketAdapterEvents.java
! test/jdk/jdk/jfr/event/io/TestSocketChannelEvents.java
! test/jdk/jdk/jfr/event/io/TestSocketEvents.java
! test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java
! test/jdk/jdk/jfr/event/metadata/TestEventMetadata.java
! test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java
! test/jdk/jdk/jfr/event/oldobject/TestAllocationTime.java
! test/jdk/jdk/jfr/event/oldobject/TestArrayInformation.java
! test/jdk/jdk/jfr/event/oldobject/TestCircularReference.java
! test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
! test/jdk/jdk/jfr/event/oldobject/TestFieldInformation.java
! test/jdk/jdk/jfr/event/oldobject/TestG1.java
! test/jdk/jdk/jfr/event/oldobject/TestHeapDeep.java
! test/jdk/jdk/jfr/event/oldobject/TestHeapShallow.java
! test/jdk/jdk/jfr/event/oldobject/TestLargeRootSet.java
! test/jdk/jdk/jfr/event/oldobject/TestLastKnownHeapUsage.java
! test/jdk/jdk/jfr/event/oldobject/TestListenerLeak.java
! test/jdk/jdk/jfr/event/oldobject/TestMetadataRetention.java
! test/jdk/jdk/jfr/event/oldobject/TestObjectAge.java
! test/jdk/jdk/jfr/event/oldobject/TestObjectDescription.java
! test/jdk/jdk/jfr/event/oldobject/TestObjectSize.java
! test/jdk/jdk/jfr/event/oldobject/TestParallel.java
! test/jdk/jdk/jfr/event/oldobject/TestReferenceChainLimit.java
! test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
! test/jdk/jdk/jfr/event/oldobject/TestSerial.java
! test/jdk/jdk/jfr/event/oldobject/TestShenandoah.java
! test/jdk/jdk/jfr/event/oldobject/TestThreadLocalLeak.java
! test/jdk/jdk/jfr/event/oldobject/TestZ.java
! test/jdk/jdk/jfr/event/os/TestCPUInformation.java
! test/jdk/jdk/jfr/event/os/TestCPULoad.java
! test/jdk/jdk/jfr/event/os/TestCPUTimeStampCounter.java
! test/jdk/jdk/jfr/event/os/TestInitialEnvironmentVariable.java
! test/jdk/jdk/jfr/event/os/TestOSInfo.java
! test/jdk/jdk/jfr/event/os/TestPhysicalMemoryEvent.java
! test/jdk/jdk/jfr/event/os/TestProcessStart.java
! test/jdk/jdk/jfr/event/os/TestSwapSpaceEvent.java
! test/jdk/jdk/jfr/event/os/TestSystemProcess.java
! test/jdk/jdk/jfr/event/os/TestThreadContextSwitches.java
! test/jdk/jdk/jfr/event/os/TestVirtualizationInfo.java
! test/jdk/jdk/jfr/event/profiling/TestFullStackTrace.java
! test/jdk/jdk/jfr/event/profiling/TestNative.java
! test/jdk/jdk/jfr/event/profiling/TestSamplingLongPeriod.java
! test/jdk/jdk/jfr/event/runtime/TestActiveRecordingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestAgentEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassDefineEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoaderStatsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoadingStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassRedefinition.java
! test/jdk/jdk/jfr/event/runtime/TestClassUnloadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestDeprecatedEvent.java
! test/jdk/jdk/jfr/event/runtime/TestDirectBufferStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestDumpReason.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionEvents.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionSubclass.java
! test/jdk/jdk/jfr/event/runtime/TestFinalizerStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestFlush.java
! test/jdk/jdk/jfr/event/runtime/TestJavaBlockedEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorInflateEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitTimeOut.java
! test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEventBean.java
! test/jdk/jdk/jfr/event/runtime/TestModuleEvents.java
! test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java
! test/jdk/jdk/jfr/event/runtime/TestNativeLibraryLoadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestNativeMemoryUsageEvents.java
! test/jdk/jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java
! test/jdk/jdk/jfr/event/runtime/TestRedefineClasses.java
! test/jdk/jdk/jfr/event/runtime/TestResidentSetSizeEvent.java
! test/jdk/jdk/jfr/event/runtime/TestRetransformClasses.java
! test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java
! test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java
! test/jdk/jdk/jfr/event/runtime/TestSizeTFlags.java
! test/jdk/jdk/jfr/event/runtime/TestSyncOnValueBasedClassEvent.java
! test/jdk/jdk/jfr/event/runtime/TestSystemPropertyEvent.java
! test/jdk/jdk/jfr/event/runtime/TestTableStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadAllocationEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadDumpEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadEndEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadParkEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadSleepEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadStartEvent.java
! test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.java
! test/jdk/jdk/jfr/event/runtime/TestVMOperation.java
! test/jdk/jdk/jfr/event/runtime/TestVirtualThreadEndEvent.java
! test/jdk/jdk/jfr/event/runtime/TestVirtualThreadStartEvent.java
! test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
! test/jdk/jdk/jfr/event/security/TestInitialSecurityPropertyEvent.java
! test/jdk/jdk/jfr/event/security/TestSecurityPropertyModificationEvent.java
! test/jdk/jdk/jfr/event/security/TestSecurityProviderServiceEvent.java
! test/jdk/jdk/jfr/event/security/TestTLSHandshakeEvent.java
! test/jdk/jdk/jfr/event/security/TestX509CertificateEvent.java
! test/jdk/jdk/jfr/event/security/TestX509ValidationEvent.java
! test/jdk/jdk/jfr/javaagent/TestEventInstrumentation.java
! test/jdk/jdk/jfr/javaagent/TestLoadedAgent.java
! test/jdk/jdk/jfr/javaagent/TestPremainAgent.java
! test/jdk/jdk/jfr/jcmd/TestFilenameExpansion.java
! test/jdk/jdk/jfr/jcmd/TestJcmdChangeLogLevel.java
! test/jdk/jdk/jfr/jcmd/TestJcmdConfigure.java
! test/jdk/jdk/jfr/jcmd/TestJcmdConfigureReadOnly.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDump.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpGeneratedFilename.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpLimited.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpWithFileName.java
! test/jdk/jdk/jfr/jcmd/TestJcmdLegacy.java
! test/jdk/jdk/jfr/jcmd/TestJcmdOptionSpecifiedOnce.java
! test/jdk/jdk/jfr/jcmd/TestJcmdPreserveRepository.java
! test/jdk/jdk/jfr/jcmd/TestJcmdSaveToFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartFlushInterval.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartGeneratedFilename.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartInvaldFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartPathToGCRoots.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartReadOnlyFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartStopDefault.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartWithOptions.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartWithSettings.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStopInvalidFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStopReadOnlyFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStopWithoutFilename.java
! test/jdk/jdk/jfr/jcmd/TestJcmdView.java
! test/jdk/jdk/jfr/jcmd/TestJcmdViewMissingData.java
! test/jdk/jdk/jfr/jmx/TestClone.java
! test/jdk/jdk/jfr/jmx/TestCloneRepeat.java
! test/jdk/jdk/jfr/jmx/TestConfigurationInfo.java
! test/jdk/jdk/jfr/jmx/TestCopyTo.java
! test/jdk/jdk/jfr/jmx/TestCopyToInvalidPath.java
! test/jdk/jdk/jfr/jmx/TestCopyToReadOnlyDir.java
! test/jdk/jdk/jfr/jmx/TestCopyToRunning.java
! test/jdk/jdk/jfr/jmx/TestEventTypes.java
! test/jdk/jdk/jfr/jmx/TestFlightRecorderMXBeanLeak.java
! test/jdk/jdk/jfr/jmx/TestGetRecordings.java
! test/jdk/jdk/jfr/jmx/TestGetRecordingsMultiple.java
! test/jdk/jdk/jfr/jmx/TestMultipleRecordings.java
! test/jdk/jdk/jfr/jmx/TestNotificationListener.java
! test/jdk/jdk/jfr/jmx/TestPredefinedConfiguration.java
! test/jdk/jdk/jfr/jmx/TestPredefinedConfigurationInvalid.java
! test/jdk/jdk/jfr/jmx/TestRecordingOptions.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettings.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettingsInvalid.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettingsMultiple.java
! test/jdk/jdk/jfr/jmx/TestRecordingState.java
! test/jdk/jdk/jfr/jmx/TestRecordingStateInvalid.java
! test/jdk/jdk/jfr/jmx/TestSetConfiguration.java
! test/jdk/jdk/jfr/jmx/TestSetConfigurationInvalid.java
! test/jdk/jdk/jfr/jmx/TestSnapshot.java
! test/jdk/jdk/jfr/jmx/TestStartRecording.java
! test/jdk/jdk/jfr/jmx/TestStream.java
! test/jdk/jdk/jfr/jmx/TestStreamClosed.java
! test/jdk/jdk/jfr/jmx/TestStreamMultiple.java
! test/jdk/jdk/jfr/jmx/TestWrongId.java
! test/jdk/jdk/jfr/jmx/info/TestConfigurationInfo.java
! test/jdk/jdk/jfr/jmx/info/TestEventTypeInfo.java
! test/jdk/jdk/jfr/jmx/info/TestRecordingInfo.java
! test/jdk/jdk/jfr/jmx/info/TestSettingDescriptorInfo.java
! test/jdk/jdk/jfr/jmx/streaming/TestClose.java
! test/jdk/jdk/jfr/jmx/streaming/TestDelegated.java
! test/jdk/jdk/jfr/jmx/streaming/TestDumpOrder.java
! test/jdk/jdk/jfr/jmx/streaming/TestEnableDisable.java
! test/jdk/jdk/jfr/jmx/streaming/TestMaxSize.java
! test/jdk/jdk/jfr/jmx/streaming/TestMetadataEvent.java
! test/jdk/jdk/jfr/jmx/streaming/TestMultipleChunks.java
! test/jdk/jdk/jfr/jmx/streaming/TestNew.java
! test/jdk/jdk/jfr/jmx/streaming/TestRemoteDump.java
! test/jdk/jdk/jfr/jmx/streaming/TestRotate.java
! test/jdk/jdk/jfr/jmx/streaming/TestSetSettings.java
! test/jdk/jdk/jfr/jmx/streaming/TestStart.java
! test/jdk/jdk/jfr/jmx/streaming/TestStop.java
! test/jdk/jdk/jfr/jvm/TestBeginAndEnd.java
! test/jdk/jdk/jfr/jvm/TestChunkIntegrity.java
! test/jdk/jdk/jfr/jvm/TestClassId.java
! test/jdk/jdk/jfr/jvm/TestClearStaleConstants.java
! test/jdk/jdk/jfr/jvm/TestCounterTime.java
! test/jdk/jdk/jfr/jvm/TestCreateNative.java
! test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java
! test/jdk/jdk/jfr/jvm/TestEventDuration.java
! test/jdk/jdk/jfr/jvm/TestEventWriterLog.java
! test/jdk/jdk/jfr/jvm/TestFatEvent.java
! test/jdk/jdk/jfr/jvm/TestFormatDuration.java
! test/jdk/jdk/jfr/jvm/TestGetAllEventClasses.java
! test/jdk/jdk/jfr/jvm/TestGetEventWriter.java
! test/jdk/jdk/jfr/jvm/TestGetEventWriterPackage.java
! test/jdk/jdk/jfr/jvm/TestGetEventWriterReflection.java
! test/jdk/jdk/jfr/jvm/TestGetStackTraceId.java
! test/jdk/jdk/jfr/jvm/TestHiddenWait.java
! test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
! test/jdk/jdk/jfr/jvm/TestJavaEvent.java
! test/jdk/jdk/jfr/jvm/TestLargeJavaEvent512k.java
! test/jdk/jdk/jfr/jvm/TestLargeJavaEvent64k.java
! test/jdk/jdk/jfr/jvm/TestLogImplementation.java
! test/jdk/jdk/jfr/jvm/TestLogOutput.java
! test/jdk/jdk/jfr/jvm/TestLongStringsInPool.java
! test/jdk/jdk/jfr/jvm/TestModularImage.java
! test/jdk/jdk/jfr/jvm/TestPid.java
! test/jdk/jdk/jfr/jvm/TestPrimitiveClasses.java
! test/jdk/jdk/jfr/jvm/TestThreadExclusion.java
! test/jdk/jdk/jfr/jvm/TestUnloadEventClassCount.java
! test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
! test/jdk/jdk/jfr/jvm/TestVerifyInstrumentation.java
! test/jdk/jdk/jfr/jvm/TestVirtualThreadExclusion.java
! test/jdk/jdk/jfr/jvm/TestWaste.java
! test/jdk/jdk/jfr/startupargs/TestBadOptionValues.java
! test/jdk/jdk/jfr/startupargs/TestDumpOnExit.java
! test/jdk/jdk/jfr/startupargs/TestEventSettings.java
! test/jdk/jdk/jfr/startupargs/TestFlushInterval.java
! test/jdk/jdk/jfr/startupargs/TestJFCWarnings.java
! test/jdk/jdk/jfr/startupargs/TestMemoryOptions.java
! test/jdk/jdk/jfr/startupargs/TestMultipleStartupRecordings.java
! test/jdk/jdk/jfr/startupargs/TestOldObjectQueueSize.java
! test/jdk/jdk/jfr/startupargs/TestOptionsWithLocale.java
! test/jdk/jdk/jfr/startupargs/TestPreserveRepository.java
! test/jdk/jdk/jfr/startupargs/TestRepositoryPath.java
! test/jdk/jdk/jfr/startupargs/TestRepositoryPathLong.java
! test/jdk/jdk/jfr/startupargs/TestRetransform.java
! test/jdk/jdk/jfr/startupargs/TestRetransformUsingLog.java
! test/jdk/jdk/jfr/startupargs/TestStartDelay.java
! test/jdk/jdk/jfr/startupargs/TestStartDelayRunning.java
! test/jdk/jdk/jfr/startupargs/TestStartDuration.java
! test/jdk/jdk/jfr/startupargs/TestStartHelp.java
! test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java
! test/jdk/jdk/jfr/startupargs/TestStartName.java
! test/jdk/jdk/jfr/startupargs/TestStartNoSettings.java
! test/jdk/jdk/jfr/startupargs/TestStartRecording.java
! test/jdk/jdk/jfr/startupargs/TestStartupMessage.java
! test/jdk/jdk/jfr/startupargs/TestStartupOptionSpecifiedOnce.java
! test/jdk/jdk/jfr/threading/TestDeepVirtualStackTrace.java
! test/jdk/jdk/jfr/threading/TestManyVirtualThreads.java
! test/jdk/jdk/jfr/threading/TestNestedVirtualThreads.java
! test/jdk/jdk/jfr/threading/TestStringPoolVirtualThreadPinning.java
! test/jdk/jdk/jfr/tool/TestAssemble.java
! test/jdk/jdk/jfr/tool/TestConfigure.java
! test/jdk/jdk/jfr/tool/TestDisassemble.java
! test/jdk/jdk/jfr/tool/TestHelp.java
! test/jdk/jdk/jfr/tool/TestMetadata.java
! test/jdk/jdk/jfr/tool/TestPrint.java
! test/jdk/jdk/jfr/tool/TestPrintDefault.java
! test/jdk/jdk/jfr/tool/TestPrintJSON.java
! test/jdk/jdk/jfr/tool/TestPrintXML.java
! test/jdk/jdk/jfr/tool/TestScrub.java
! test/jdk/jdk/jfr/tool/TestSummary.java
! test/jdk/jdk/jfr/tool/TestView.java

Changeset: 002679ac
Branch: json
Author:    Koushik Thirupattur <koushik.thirupattur at oracle.com>
Committer: Weijun Wang <weijun at openjdk.org>
Date:      2025-01-25 19:06:47 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/002679ac9fe4de8150b7dd4c9aeb44eeef1257d6

8347065: Add missing @spec tags for Java Security Standard Algorithm Names

Reviewed-by: weijun

! src/java.base/share/classes/java/security/AlgorithmParameterGenerator.java
! src/java.base/share/classes/java/security/AlgorithmParameters.java
! src/java.base/share/classes/java/security/DrbgParameters.java
! src/java.base/share/classes/java/security/KeyFactory.java
! src/java.base/share/classes/java/security/KeyPairGenerator.java
! src/java.base/share/classes/java/security/KeyStore.java
! src/java.base/share/classes/java/security/MessageDigest.java
! src/java.base/share/classes/java/security/SecureRandom.java
! src/java.base/share/classes/java/security/SecureRandomSpi.java
! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/java/security/cert/CertPath.java
! src/java.base/share/classes/java/security/cert/CertPathBuilder.java
! src/java.base/share/classes/java/security/cert/CertPathValidator.java
! src/java.base/share/classes/java/security/cert/CertStore.java
! src/java.base/share/classes/java/security/cert/Certificate.java
! src/java.base/share/classes/java/security/cert/CertificateFactory.java
! src/java.base/share/classes/java/security/cert/CertificateFactorySpi.java
! src/java.base/share/classes/java/security/spec/ECGenParameterSpec.java
! src/java.base/share/classes/java/security/spec/EncodedKeySpec.java
! src/java.base/share/classes/java/security/spec/NamedParameterSpec.java
! src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java
! src/java.base/share/classes/java/security/spec/PSSParameterSpec.java
! src/java.base/share/classes/java/security/spec/X509EncodedKeySpec.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! src/java.base/share/classes/javax/crypto/ExemptionMechanism.java
! src/java.base/share/classes/javax/crypto/KDF.java
! src/java.base/share/classes/javax/crypto/KEM.java
! src/java.base/share/classes/javax/crypto/KeyAgreement.java
! src/java.base/share/classes/javax/crypto/KeyGenerator.java
! src/java.base/share/classes/javax/crypto/Mac.java
! src/java.base/share/classes/javax/crypto/SecretKeyFactory.java
! src/java.base/share/classes/javax/net/ssl/KeyManagerFactory.java
! src/java.base/share/classes/javax/net/ssl/SSLContext.java
! src/java.base/share/classes/javax/net/ssl/SSLEngine.java
! src/java.base/share/classes/javax/net/ssl/SSLParameters.java
! src/java.base/share/classes/javax/net/ssl/SSLServerSocket.java
! src/java.base/share/classes/javax/net/ssl/SSLServerSocketFactory.java
! src/java.base/share/classes/javax/net/ssl/SSLSocket.java
! src/java.base/share/classes/javax/net/ssl/SSLSocketFactory.java
! src/java.base/share/classes/javax/net/ssl/TrustManagerFactory.java
! src/java.base/share/classes/javax/security/auth/login/Configuration.java
! src/java.management/share/classes/com/sun/jmx/remote/security/HashedPasswordManager.java
! src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/TransformService.java
! src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/XMLSignatureFactory.java
! src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/keyinfo/KeyInfoFactory.java
! src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java

Changeset: a1fd5f4e
Branch: json
Author:    Robbin Ehn <rehn at openjdk.org>
Date:      2025-01-27 07:13:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a1fd5f4e88f52125eef4feea91a60641981177c1

8348554: Enhance Linux kernel version checks

Reviewed-by: shade, fyang

! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_linux.hpp
! src/hotspot/os/linux/systemMemoryBarrier_linux.cpp

Changeset: 70eec900
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-27 07:35:40 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/70eec9001a550888f35476f9e2cf3c62d41442dd

8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup

Reviewed-by: mdoerr, erikj, ihse

! make/autoconf/flags-cflags.m4

Changeset: b8c68c0e
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-27 08:14:33 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/b8c68c0e8c9aee43378fe16349c083cb868447f4

8348207: Linux PPC64 PCH build broken after JDK-8347909

Co-authored-by: Stefan Karlsson <stefank at openjdk.org>
Reviewed-by: clanger, erikj, mdoerr

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 175e58b2
Branch: json
Author:    Theo Weidmann <tweidmann at openjdk.org>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
Date:      2025-01-27 08:19:55 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/175e58b2e321b779276a9a98a5e72cedb9638d0c

8332980: [IR Framework] Add option to measure IR rule processing time

Reviewed-by: kvn, chagedorn

! test/hotspot/jtreg/compiler/lib/ir_framework/README.md
! test/hotspot/jtreg/compiler/lib/ir_framework/TestFramework.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/irmethod/IRMethod.java

Changeset: afcc2b03
Branch: json
Author:    Martin Doerr <mdoerr at openjdk.org>
Date:      2025-01-27 10:11:53 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/afcc2b03afc77f730300e1d92471466d56ed75fb

8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis

Reviewed-by: rcastanedalo, rrich

! src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp

Changeset: ffeb9b5a
Branch: json
Author:    Eirik Bjørsnøs <eirbjo at openjdk.org>
Date:      2025-01-27 12:46:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ffeb9b5aff6b91297b4bbedb7b33670dc17309ed

8342807: Update links in java.base to use https://

Reviewed-by: rriggs, ihse, jkern

! src/java.base/aix/native/libjli/java_md_aix.h
! src/java.base/linux/native/libsimdsort/xss-common-qsort.h
! src/java.base/share/man/keytool.md
! src/java.base/unix/classes/sun/net/PortConfig.java
! src/java.base/unix/native/libjava/ProcessEnvironment_md.c
! src/java.base/unix/native/libjava/ProcessImpl_md.c
! src/java.base/unix/native/libjava/childproc.c
! src/java.base/unix/native/libjava/childproc.h

Changeset: f1e07974
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-01-27 13:10:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f1e07974a09e5deaecdfe0d9e18553f1cde15e2d

8348586: Optionally silence make warnings about non-control variables

Reviewed-by: mcimadamore, erikj

! bin/idea.sh
! make/Global.gmk
! make/InitSupport.gmk

Changeset: 7d6055a7
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-01-27 13:11:03 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/7d6055a786ba5e146bcdd6f58b5d47f968a4af90

8348429: Update cross-compilation devkits to Fedora 41/gcc 13.2

Reviewed-by: erikj

! make/autoconf/flags-cflags.m4
! make/conf/jib-profiles.js
! make/devkit/Tools.gmk

Changeset: 1d8ccb89
Branch: json
Author:    Chen Liang <liach at openjdk.org>
Date:      2025-01-27 14:03:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1d8ccb89204cc5efbcecdaa0c9de7b2c5a109d5d

8342465: Improve API documentation for java.lang.classfile

Reviewed-by: asotona, darcy

! src/java.base/share/classes/java/lang/classfile/AccessFlags.java
! src/java.base/share/classes/java/lang/classfile/AnnotationValue.java
! src/java.base/share/classes/java/lang/classfile/AttributedElement.java
! src/java.base/share/classes/java/lang/classfile/ClassBuilder.java
! src/java.base/share/classes/java/lang/classfile/ClassElement.java
! src/java.base/share/classes/java/lang/classfile/ClassFile.java
! src/java.base/share/classes/java/lang/classfile/ClassFileBuilder.java
! src/java.base/share/classes/java/lang/classfile/ClassFileElement.java
! src/java.base/share/classes/java/lang/classfile/ClassFileTransform.java
! src/java.base/share/classes/java/lang/classfile/ClassFileVersion.java
! src/java.base/share/classes/java/lang/classfile/ClassHierarchyResolver.java
! src/java.base/share/classes/java/lang/classfile/ClassModel.java
! src/java.base/share/classes/java/lang/classfile/ClassTransform.java
! src/java.base/share/classes/java/lang/classfile/CodeBuilder.java
! src/java.base/share/classes/java/lang/classfile/CodeElement.java
! src/java.base/share/classes/java/lang/classfile/CodeModel.java
! src/java.base/share/classes/java/lang/classfile/CodeTransform.java
! src/java.base/share/classes/java/lang/classfile/CompoundElement.java
! src/java.base/share/classes/java/lang/classfile/FieldBuilder.java
! src/java.base/share/classes/java/lang/classfile/FieldElement.java
! src/java.base/share/classes/java/lang/classfile/FieldModel.java
! src/java.base/share/classes/java/lang/classfile/FieldTransform.java
! src/java.base/share/classes/java/lang/classfile/Instruction.java
! src/java.base/share/classes/java/lang/classfile/Interfaces.java
! src/java.base/share/classes/java/lang/classfile/MethodBuilder.java
! src/java.base/share/classes/java/lang/classfile/MethodElement.java
! src/java.base/share/classes/java/lang/classfile/MethodModel.java
! src/java.base/share/classes/java/lang/classfile/MethodTransform.java
! src/java.base/share/classes/java/lang/classfile/Opcode.java
! src/java.base/share/classes/java/lang/classfile/PseudoInstruction.java
! src/java.base/share/classes/java/lang/classfile/Superclass.java
! src/java.base/share/classes/java/lang/classfile/TypeKind.java
! src/java.base/share/classes/java/lang/classfile/attribute/CodeAttribute.java
! src/java.base/share/classes/java/lang/classfile/attribute/InnerClassInfo.java
! src/java.base/share/classes/java/lang/classfile/attribute/MethodParameterInfo.java
! src/java.base/share/classes/java/lang/classfile/attribute/ModuleAttribute.java
! src/java.base/share/classes/java/lang/classfile/attribute/ModuleExportInfo.java
! src/java.base/share/classes/java/lang/classfile/attribute/ModuleOpenInfo.java
! src/java.base/share/classes/java/lang/classfile/attribute/ModuleRequireInfo.java
! src/java.base/share/classes/java/lang/classfile/attribute/ModuleResolutionAttribute.java
! src/java.base/share/classes/java/lang/classfile/constantpool/ConstantPoolBuilder.java
! src/java.base/share/classes/java/lang/classfile/instruction/ExceptionCatch.java
! src/java.base/share/classes/java/lang/classfile/package-info.java
! src/java.base/share/classes/java/lang/classfile/snippet-files/PackageSnippets.java

Changeset: ad01dfb6
Branch: json
Author:    Albert Mingkun Yang <ayang at openjdk.org>
Date:      2025-01-27 14:57:49 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ad01dfb670215a35d4151c7129c9086888e1f9e8

8346920: Serial: Support allocation in old generation when heap is almost full

Reviewed-by: tschatzl, gli, sjohanss

! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp

Changeset: 03106eb2
Branch: json
Author:    Gennadiy Krivoshein <gennadiy.krivoshein at bell-sw.com>
Committer: Alexander Scherbatiy <alexsch at openjdk.org>
Date:      2025-01-27 18:05:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/03106eb2d37903f3367b54c615a77e9df219e9cd

8344119: CUPSPrinter does not respect PostScript printer definition specification in case of reading ImageableArea values from PPD files

Reviewed-by: prr, psadhukhan

! src/java.desktop/unix/native/common/awt/CUPSfuncs.c
+ test/jdk/javax/print/CUPSPrinterImageableAreaTest.java

Changeset: aba60a92
Branch: json
Author:    Weijun Wang <weijun at openjdk.org>
Date:      2025-01-27 18:09:17 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/aba60a927494d114904e27930040755855bbb348

8189441: Define algorithm names for keys derived from KeyAgreement

Reviewed-by: mullan

! src/java.base/share/classes/com/sun/crypto/provider/DHKeyAgreement.java
! src/java.base/share/classes/javax/crypto/KeyAgreement.java
! src/java.base/share/classes/javax/crypto/KeyAgreementSpi.java
! src/java.base/share/classes/sun/security/ec/ECDHKeyAgreement.java
! src/java.base/share/classes/sun/security/ec/XDHKeyAgreement.java
! src/java.base/share/classes/sun/security/util/KeyUtil.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11KeyAgreement.java
+ test/jdk/java/security/KeyAgreement/Generic.java
! test/jdk/sun/security/pkcs11/nss/p11-nss-sensitive.txt

Changeset: 039e73fc
Branch: json
Author:    Weijun Wang <weijun at openjdk.org>
Date:      2025-01-27 18:21:51 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/039e73fcdb765cb73ecb9929187dd9630de131b4

8346736: Java Security Standard Algorithm Names spec should include key algorithm names

Reviewed-by: mullan, hchao

! src/java.base/share/classes/java/security/Key.java
! src/java.base/share/classes/java/security/spec/EncodedKeySpec.java
! src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java
! src/java.base/share/classes/java/security/spec/X509EncodedKeySpec.java
! src/java.base/share/classes/javax/crypto/KDF.java
! src/java.base/share/classes/javax/crypto/KDFSpi.java
! src/java.base/share/classes/javax/crypto/KEM.java
! src/java.base/share/classes/javax/crypto/KEMSpi.java
! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java

Changeset: 8cc13045
Branch: json
Author:    Matthias Ernst <mernst-github at mernst.org>
Committer: Jorn Vernee <jvernee at openjdk.org>
Date:      2025-01-27 19:40:26 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/8cc13045428eebb8933df865f9a87f0f91909ba5

8287788: Implement a better allocator for downcalls

Reviewed-by: jvernee

! src/java.base/share/classes/jdk/internal/foreign/SlicingAllocator.java
+ src/java.base/share/classes/jdk/internal/foreign/abi/BufferStack.java
! src/java.base/share/classes/jdk/internal/foreign/abi/SharedUtils.java
+ test/jdk/java/foreign/TestBufferStack.java
+ test/jdk/java/foreign/libTestBufferStack.c
+ test/micro/org/openjdk/bench/java/lang/foreign/CallOverheadByValue.java
+ test/micro/org/openjdk/bench/java/lang/foreign/libCallOverheadByValue.c

Changeset: 21feef32
Branch: json
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2025-01-27 19:45:50 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/21feef32803b2593b097fb225c7a4c7cd46525da

8348239: SA does not know about DeoptimizeObjectsALotThread

Reviewed-by: kevinw, dlong, dholmes, lmesnik

! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/compiler/compileBroker.hpp
! src/hotspot/share/runtime/vmStructs.cpp
+ src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/DeoptimizeObjectsALotThread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/Thread.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/Threads.java

Changeset: 1916a777
Branch: json
Author:    Calvin Cheung <ccheung at openjdk.org>
Date:      2025-01-27 22:41:55 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1916a7773f2083096e18b92d71d384453652c07d

8346923: MetaspaceShared base calculation may cause overflow in align_up

Reviewed-by: iklam, matsaave

! src/hotspot/share/cds/metaspaceShared.cpp

Changeset: 46f48e4e
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-01-28 00:12:57 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/46f48e4e3d5dd4506c77cda1b01b9c008cb6a738

8348515: Add docs for -XX:AOT* options in java man pages

Reviewed-by: adinn, kvn

! src/java.base/share/man/java.md

Changeset: 2537a05c
Branch: json
Author:    Robbin Ehn <rehn at openjdk.org>
Date:      2025-01-28 07:35:30 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2537a05c06171ce91eae69d478c4e4e88a11a60f

8348384: RISC-V: Disable auto-enable Vector on buggy kernels

Reviewed-by: fyang, mli, luhenry

! src/hotspot/os_cpu/linux_riscv/riscv_hwprobe.cpp

Changeset: f71541c9
Branch: json
Author:    Kevin Walls <kevinw at openjdk.org>
Date:      2025-01-28 09:22:50 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f71541c93b814cd39c3dd253234a453e5d71f4c0

8344976: Remove the jmx.invoke.getters compatibility property

Reviewed-by: cjplummer, dfuchs, sspitsyn

! src/java.management/share/classes/com/sun/jmx/mbeanserver/PerInterface.java
! test/jdk/javax/management/Introspector/InvokeGettersTest.java

Changeset: 1f74caa7
Branch: json
Author:    Theo Weidmann <tweidmann at openjdk.org>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
Date:      2025-01-28 09:41:12 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1f74caa7da9dc0bf0eb515b36791f6fd069e044d

8348401: [IR Framework] PrintTimes should not require verbose

Reviewed-by: kvn, chagedorn

! test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java
! test/hotspot/jtreg/compiler/lib/ir_framework/test/TestVM.java

Changeset: 558255ae
Branch: json
Author:    Volkan Yazici <vyazici at openjdk.org>
Committer: Jaikiran Pai <jpai at openjdk.org>
Date:      2025-01-28 10:22:55 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/558255ae7029ea1091ec5bb05d2d48e9f0c58f72

8328919: Add BodyHandlers / BodySubscribers methods to handle excessive server input

Reviewed-by: jpai

! src/java.net.http/share/classes/java/net/http/HttpResponse.java
+ src/java.net.http/share/classes/jdk/internal/net/http/LimitingSubscriber.java
+ test/jdk/java/net/httpclient/HttpResponseLimitingTest.java

Changeset: a4942a2f
Branch: json
Author:    Joachim Kern <jkern at openjdk.org>
Date:      2025-01-28 10:25:36 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a4942a2f7a2afdea5577eaae7cc4322ef1662fb9

8348286: [AIX] clang 17 introduces new warning Wtentative-Definitions which produces Build errors

Reviewed-by: ihse, azvegint

! src/java.desktop/share/native/libawt/awt/image/imageInitIDs.c
! src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h
- src/java.desktop/unix/native/libawt_xawt/awt/fp_pipewire.h
! src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c

Changeset: 3a8680e9
Branch: json
Author:    Nizar Benalla <nbenalla at openjdk.org>
Date:      2025-01-28 11:13:54 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3a8680e919fb2505ff0e05e6ea6ae39ef25c81b2

8347058: When automatically translating the page to pt-br, all CSS styling disappears

Reviewed-by: hannesw, liach

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Head.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/html/HtmlTree.java
! test/langtools/jdk/javadoc/doclet/testModuleSpecificStylesheet/TestModuleSpecificStylesheet.java
! test/langtools/jdk/javadoc/doclet/testOptions/TestOptions.java
! test/langtools/jdk/javadoc/doclet/testPackageSpecificStylesheet/TestPackageSpecificStylesheet.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testStylesheet/TestStylesheet.java

Changeset: 2bef5b4a
Branch: json
Author:    Dhamoder Nalla <dhanalla at openjdk.org>
Committer: Kevin Walls <kevinw at openjdk.org>
Date:      2025-01-28 11:32:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2bef5b4a877f4d3bc766558b8782b7b57dee79a8

8348323: Corrupted timezone string in JVM crash log

Reviewed-by: dholmes, amitkumar, kevinw

! src/hotspot/share/runtime/os.cpp

Changeset: 5fec9994
Branch: json
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2025-01-28 13:29:37 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5fec999474dd4e88299ca02fccce8332fa5766ec

8339668: Parallel: Adopt PartialArrayState to consolidate marking stack in Full GC

Co-authored-by: Thomas Schatzl <tschatzl at openjdk.org>
Reviewed-by: tschatzl, ayang

! src/hotspot/share/gc/parallel/psCompactionManager.cpp
! src/hotspot/share/gc/parallel/psCompactionManager.hpp
! src/hotspot/share/gc/parallel/psCompactionManager.inline.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/shared/taskqueue.hpp

Changeset: fb066cae
Branch: json
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2025-01-28 13:51:04 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fb066caea8a6bbf5b7a6fbe1ca51282e2c7c1ff2

8347272: [ubsan] JvmLauncher.cpp:262:52: runtime error: applying non-zero offset 40 to null pointer

Reviewed-by: almatvee, mbaesken

! src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp

Changeset: 81032560
Branch: json
Author:    Jiangli Zhou <jiangli at openjdk.org>
Date:      2025-01-28 16:42:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/81032560f797dc18bd6a4a75b44c26925aabac5b

8348348: Remove unnecessary #ifdef STATIC_BUILD around DEF_STATIC_JNI_OnLoad from zip_util.c

Reviewed-by: sgehwolf

! src/java.base/share/native/libzip/zip_util.c

Changeset: a224f12c
Branch: json
Author:    Justin Lu <jlu at openjdk.org>
Date:      2025-01-28 17:40:20 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a224f12cb701b45df4706a403a05c66de2d623af

8348205: Improve cutover time selection when building available currencies set

Reviewed-by: naoto, rriggs

! src/java.base/share/classes/java/util/Currency.java

Changeset: 9f4d3de4
Branch: json
Author:    Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date:      2025-01-28 19:17:15 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/9f4d3de442a846c503dac52de4a757e5b5638e73

8347718: Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges

Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/escape.cpp
+ test/hotspot/jtreg/compiler/c2/TestReduceAllocationAndPointerComparisons.java

Changeset: c3c38887
Branch: json
Author:    Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date:      2025-01-28 19:18:59 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/c3c3888762712e455757e4a52de8d680d58b8883

8336760: [JVMCI] -XX:+PrintCompilation should also print "hosted" JVMCI compilations

Reviewed-by: dnsimon, kvn

! src/hotspot/share/jvmci/jvmciCodeInstaller.cpp

Changeset: c018a604
Branch: json
Author:    Daniel Gredler <dgredler at openjdk.org>
Committer: Phil Race <prr at openjdk.org>
Date:      2025-01-28 20:02:48 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/c018a604f6857e319bf8b14913c14dc2d36aaca1

8344637: Fix Page8 of manual test java/awt/print/PrinterJob/PrintTextTest.java on Linux and Windows

Reviewed-by: honkar, prr

! src/java.desktop/share/classes/sun/print/PathGraphics.java
! src/java.desktop/windows/classes/sun/awt/windows/WPathGraphics.java
! test/jdk/ProblemList.txt
! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java

Changeset: 1efae9a4
Branch: json
Author:    Jiangli Zhou <jiangli at openjdk.org>
Date:      2025-01-28 20:24:16 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1efae9a41e36859ccf31dbe64524a46af6823269

8348888: tier1 closed build failure on Windows after JDK-8348348

Reviewed-by: kcr, liach, asemenyuk

! src/java.base/share/native/libzip/zip_util.c

Changeset: 3a564ed1
Branch: json
Author:    Justin Lu <jlu at openjdk.org>
Date:      2025-01-28 21:31:46 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3a564ed1019c66c28afa729973948d3a6e6c4c41

8347955: TimeZone methods to stream the available timezone IDs

Reviewed-by: naoto, rriggs

! src/java.base/share/classes/java/util/TimeZone.java
! src/java.base/share/classes/sun/util/calendar/ZoneInfo.java
! src/java.base/share/classes/sun/util/calendar/ZoneInfoFile.java
! src/java.base/share/classes/sun/util/cldr/CLDRTimeZoneNameProviderImpl.java
! test/jdk/java/text/Format/DateFormat/DateFormatTest.java
! test/jdk/java/util/Calendar/CalendarRegression.java
! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java
+ test/jdk/java/util/TimeZone/AvailableIDsTest.java
! test/jdk/java/util/TimeZone/Bug5097350.java
! test/jdk/java/util/TimeZone/Bug6329116.java
! test/jdk/java/util/TimeZone/Bug6772689.java
! test/jdk/java/util/TimeZone/CLDRDisplayNamesTest.java
! test/jdk/java/util/TimeZone/DaylightTimeTest.java
! test/jdk/java/util/TimeZone/IDTest.java
! test/jdk/java/util/TimeZone/ListTimeZones.java
! test/jdk/sun/util/resources/TimeZone/Bug4640234.java

Changeset: 5e81fa6a
Branch: json
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2025-01-28 23:06:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5e81fa6a1f53e3efb93f32ee44eff20cabcf125f

8348892: Properly fix compilation error for zip_util.c on Windows

Reviewed-by: kcr, jiangli

! src/java.base/share/native/libzip/zip_util.c

Changeset: 98a93e11
Branch: json
Author:    Chris Plummer <cjplummer at openjdk.org>
Date:      2025-01-28 23:29:59 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/98a93e115137a305aed6b7dbf1d4a7d5906fe77c

8348800: Many serviceability/sa tests failing after JDK-8348239

Reviewed-by: shade, kevinw, lmesnik

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/Threads.java

Changeset: 55c3e78f
Branch: json
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2025-01-29 07:13:11 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/55c3e78f4ec982908e9a4b5e64b8be89717c49f4

8348631: Crash in PredictedCallGenerator::generate after JDK-8347006

Reviewed-by: kvn, epeter

! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/library_call.hpp
+ test/hotspot/jtreg/compiler/intrinsics/TestArrayGuardWithInterfaces.java

Changeset: 168a471f
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-29 08:22:42 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/168a471fd0b6cc7c6a9e2ada19edbc489d62849c

8348830: LIBFONTMANAGER optimization is always HIGHEST

Reviewed-by: erikj, prr, serb

! make/modules/java.desktop/lib/ClientLibraries.gmk

Changeset: 3af4cfc5
Branch: json
Author:    Stefan Karlsson <stefank at openjdk.org>
Date:      2025-01-29 08:36:23 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3af4cfc52d7d72ebd93d277a7b46d3526f8f59d2

8348180: Remove mention of include of precompiled.hpp from the HotSpot Style Guide

Reviewed-by: dholmes, eosterlund

! doc/hotspot-style.html
! doc/hotspot-style.md

Changeset: 69ec4534
Branch: json
Author:    Kevin Walls <kevinw at openjdk.org>
Date:      2025-01-29 08:42:06 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/69ec45348a89eb93794f04cf0d5a61377b90f156

8347985: Deprecate java.management Permission classes for removal

Reviewed-by: sspitsyn, rriggs

! src/java.management/share/classes/java/lang/management/ManagementPermission.java
! src/java.management/share/classes/javax/management/MBeanPermission.java
! src/java.management/share/classes/javax/management/MBeanServerPermission.java
! src/java.management/share/classes/javax/management/MBeanTrustPermission.java
! src/java.management/share/classes/javax/management/remote/SubjectDelegationPermission.java

Changeset: fff97d6d
Branch: json
Author:    Theo Weidmann <tweidmann at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date:      2025-01-29 08:59:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fff97d6d9ae136121f042c760fed2ece431f9473

8343938: TestStressBailout triggers "Should not be locked when freed" assert

Reviewed-by: kvn, thartmann

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

Changeset: fe6d9ab9
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-29 13:04:44 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fe6d9ab951cb84d1161aee781af2d93edaac3595

8348582: Set -fstack-protector when building with clang

Reviewed-by: jkern, erikj

! make/autoconf/flags-cflags.m4

Changeset: f98d9a33
Branch: json
Author:    Shaojin Wen <swen at openjdk.org>
Date:      2025-01-29 13:07:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f98d9a330128302207fb66dfa2555885ad93135f

8348870: Eliminate array bound checks in DecimalDigits

Reviewed-by: liach, rgiulietti

! src/java.base/share/classes/jdk/internal/util/DecimalDigits.java

Changeset: 6bfae3ac
Branch: json
Author:    Guoxiong Li <gli at openjdk.org>
Date:      2025-01-29 14:36:55 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/6bfae3acc107e046294bfc2e535ccddc99205490

8333386: TestAbortOnVMOperationTimeout test fails for client VM

Reviewed-by: ayang, tschatzl

! test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java

Changeset: 51cce6e6
Branch: json
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date:      2025-01-29 14:37:14 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/51cce6e612e1e3b4647ad2c0c8bffc0f3adccb63

8318577: Windows Look-and-Feel JProgressBarUI does not render correctly on 2x UI scale

Reviewed-by: tr

! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsProgressBarUI.java
+ test/jdk/javax/swing/JProgressBar/TestProgressBarUI.java

Changeset: 96fefed3
Branch: json
Author:    Theo Weidmann <tweidmann at openjdk.org>
Date:      2025-01-29 15:14:40 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/96fefed37f658c3aefd7419dd96ccaa474949a42

8319850: PrintInlining should print which methods are late inlines

Reviewed-by: chagedorn, kvn, jsjolen, dlong

! src/hotspot/share/compiler/compileTask.cpp
! src/hotspot/share/compiler/compileTask.hpp
! src/hotspot/share/nmt/nmtTreap.hpp
! src/hotspot/share/opto/bytecodeInfo.cpp
! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/callGenerator.hpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/doCall.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/parse.hpp
+ src/hotspot/share/opto/printinlining.cpp
+ src/hotspot/share/opto/printinlining.hpp
! test/hotspot/jtreg/compiler/ciReplay/InliningBase.java
+ test/hotspot/jtreg/compiler/inlining/LateInlinePrinting.java
! test/hotspot/jtreg/compiler/inlining/TestDuplicatedLateInliningOutput.java

Changeset: cbc89a7a
Branch: json
Author:    Shaojin Wen <swen at openjdk.org>
Date:      2025-01-29 16:24:01 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/cbc89a7ac6a45acd35ddfee4ab6fac9cc807d8fb

8348898: Remove unused OctalDigits to clean up code

Reviewed-by: liach

- src/java.base/share/classes/jdk/internal/util/OctalDigits.java

Changeset: d266ca96
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-01-29 16:52:10 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d266ca965d214f54c1ab16c1863f87728542b3e0

8348752: Enable -XX:+AOTClassLinking by default when -XX:AOTMode is specified

Reviewed-by: shade, heidinga

! src/hotspot/share/cds/cdsConfig.cpp
! test/hotspot/jtreg/runtime/cds/appcds/AOTFlags.java

Changeset: 4662363e
Branch: json
Author:    Theo Weidmann <tweidmann at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date:      2025-01-29 16:57:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/4662363e86990eee4864cc496eaefdde177dad00

8348687: [BACKOUT] C2: Non-fluid StringBuilder pattern bails out in OptoStringConcat

Reviewed-by: chagedorn, shade

! src/hotspot/share/opto/stringopts.cpp
! src/hotspot/share/opto/stringopts.hpp
- test/hotspot/jtreg/compiler/stringopts/TestFluidAndNonFluid.java
- test/micro/org/openjdk/bench/vm/compiler/FluidSBBench.java

Changeset: 6b581d22
Branch: json
Author:    Vladimir Kozlov <kvn at openjdk.org>
Date:      2025-01-29 17:24:10 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/6b581d22e13599b16b38aff1ca5a795c6a910d30

8347997: assert(false) failed: EA: missing memory path

Reviewed-by: thartmann, chagedorn

! src/hotspot/share/opto/library_call.cpp
+ test/hotspot/jtreg/compiler/intrinsics/TestContinuationPinningAndEA.java

Changeset: cbe9ec53
Branch: json
Author:    Jiangli Zhou <jiangli at openjdk.org>
Date:      2025-01-29 17:52:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/cbe9ec530fc248be74766ff6ff32761cd415a6f0

8348905: Add support to specify the JDK for compiling Jtreg tests

Reviewed-by: erikj

! make/RunTests.gmk

Changeset: d985b31c
Branch: json
Author:    Alexander Zvegintsev <azvegint at openjdk.org>
Date:      2025-01-29 22:09:01 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d985b31cbb5646c526e1a68a7547f26f56d37607

8342096: Popup menus that request focus are not shown on Linux with Wayland

Reviewed-by: aivanov, honkar

! src/java.desktop/unix/classes/sun/awt/UNIXToolkit.java
! test/jdk/javax/swing/JPopupMenu/FocusablePopupDismissTest.java
+ test/jdk/javax/swing/JPopupMenu/NestedFocusablePopupTest.java

Changeset: 04c24f18
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-30 08:23:04 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/04c24f18d554a57c537f3a77c5f6d0d03e7fc3d1

8347779: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with Unable to deduce type of thread from address

Reviewed-by: cjplummer, kevinw

! test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java

Changeset: 14136f8b
Branch: json
Author:    Axel Boldt-Christmas <aboldtch at openjdk.org>
Date:      2025-01-30 08:33:16 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/14136f8b1106137317393bc2ab0a2db0d212f8d8

8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents

Reviewed-by: eosterlund, stefank, vlivanov

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/javaClasses.inline.hpp
! src/hotspot/share/classfile/javaClassesImpl.hpp
! src/hotspot/share/classfile/vmClassMacros.hpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/code/dependencyContext.cpp
! src/hotspot/share/code/dependencyContext.hpp
! src/hotspot/share/prims/methodHandles.cpp
! src/java.base/share/classes/java/lang/invoke/CallSite.java
! src/java.base/share/classes/java/lang/invoke/MethodHandleNatives.java
! test/hotspot/jtreg/compiler/jsr292/CallSiteDepContextTest.java
! test/hotspot/jtreg/compiler/jsr292/patches/java.base/java/lang/invoke/MethodHandleHelper.java

Changeset: e0c2cb48
Branch: json
Author:    Joachim Kern <jkern at openjdk.org>
Date:      2025-01-30 08:36:05 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/e0c2cb48b3c51f21596d76fe6b94bbe408196e22

8348663: [AIX] clang pollutes the burned-in library search paths of the generated executables

Reviewed-by: ihse, clanger, mbaesken

! make/autoconf/basic.m4
! make/autoconf/flags-ldflags.m4
= make/scripts/aix/ld.sh

Changeset: bb528d5a
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-01-30 08:55:40 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/bb528d5ad6f28e9c1bc4e283d40c70489465bd00

8348567: [ASAN] Memory access partially overflows by NativeCallStack

Reviewed-by: jsjolen, dholmes

! test/hotspot/gtest/nmt/test_nmt_nativecallstackstorage.cpp

Changeset: fb0f2d25
Branch: json
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
Date:      2025-01-30 09:11:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fb0f2d25d218e64a86995478fd3ea10d619834d5

8300708: Some nsk jvmti tests fail with virtual thread wrapper due to jvmti missing some virtual thread support

Reviewed-by: cjplummer, lmesnik

! test/hotspot/jtreg/ProblemList-Virtual.txt
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp

Changeset: f81772a4
Branch: json
Author:    Stefan Karlsson <stefank at openjdk.org>
Date:      2025-01-30 09:47:45 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f81772a49ebfa197bac7bf05cf7d468d819f742a

8348647: CDS dumping commits 3GB when large pages are used

Reviewed-by: aboldtch, iklam

! src/hotspot/share/cds/metaspaceShared.cpp

Changeset: 22069ff4
Branch: json
Author:    Nizar Benalla <nbenalla at openjdk.org>
Date:      2025-01-30 10:10:49 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/22069ff42b7e5c3058415ef9b6e0b50b9d2c16ef

8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33

Reviewed-by: liach

! make/common/Modules.gmk
! src/java.base/share/classes/java/util/Formatter.java
! src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java
! src/java.naming/share/classes/javax/naming/ldap/PagedResultsControl.java
! src/java.naming/share/classes/javax/naming/ldap/PagedResultsResponseControl.java
! src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java
! test/docs/jdk/javadoc/doccheck/ExtLinksJdk.txt

Changeset: 1858dc14
Branch: json
Author:    Michal Karm Babacek <karm at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
Date:      2025-01-30 11:12:44 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1858dc141041dbea7167007b17d03fe41378c0be

8336382: Fix error reporting in loading AWT

Reviewed-by: prr, aivanov, serb

! src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c
+ test/jdk/java/awt/Headless/HeadlessMalfunctionAgent.java
+ test/jdk/java/awt/Headless/HeadlessMalfunctionTest.java

Changeset: a937f6db
Branch: json
Author:    Andrew Dinn <adinn at openjdk.org>
Date:      2025-01-30 11:46:39 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a937f6db30ab55b98dae25d5b6d041cf4b7b7291

8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations

Reviewed-by: vlivanov, mdoerr

+ src/hotspot/cpu/aarch64/stubDeclarations_aarch64.hpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/stubRoutines_aarch64.cpp
! src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp
+ src/hotspot/cpu/arm/stubDeclarations_arm.hpp
! src/hotspot/cpu/arm/stubGenerator_arm.cpp
! src/hotspot/cpu/arm/stubRoutinesCrypto_arm.cpp
! src/hotspot/cpu/arm/stubRoutines_arm.cpp
! src/hotspot/cpu/arm/stubRoutines_arm.hpp
+ src/hotspot/cpu/ppc/stubDeclarations_ppc.hpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/ppc/stubRoutines_ppc.hpp
+ src/hotspot/cpu/riscv/stubDeclarations_riscv.hpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
! src/hotspot/cpu/riscv/stubRoutines_riscv.cpp
! src/hotspot/cpu/riscv/stubRoutines_riscv.hpp
+ src/hotspot/cpu/s390/stubDeclarations_s390.hpp
! src/hotspot/cpu/s390/stubGenerator_s390.cpp
! src/hotspot/cpu/s390/stubRoutines_s390.cpp
! src/hotspot/cpu/s390/stubRoutines_s390.hpp
! src/hotspot/cpu/x86/c2_stubGenerator_x86_64_string.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
+ src/hotspot/cpu/x86/stubDeclarations_x86.hpp
! src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_adler.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_aes.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_arraycopy.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_chacha.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_cos.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_exp.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_fmod.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_ghash.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_log.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_poly1305.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_poly_mont.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_pow.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_sha3.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_sin.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_tan.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_tanh.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.hpp
! src/hotspot/cpu/x86/stubRoutines_x86_32.cpp
! src/hotspot/cpu/x86/stubRoutines_x86_64.cpp
+ src/hotspot/cpu/zero/stubDeclarations_zero.hpp
! src/hotspot/cpu/zero/stubGenerator_zero.cpp
! src/hotspot/cpu/zero/stubRoutines_zero.cpp
! src/hotspot/cpu/zero/stubRoutines_zero.hpp
! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
! src/hotspot/share/runtime/stubCodeGenerator.cpp
! src/hotspot/share/runtime/stubCodeGenerator.hpp
! src/hotspot/share/runtime/stubDeclarations.hpp
! src/hotspot/share/runtime/stubRoutines.cpp
! src/hotspot/share/runtime/stubRoutines.hpp
! test/hotspot/gtest/runtime/test_stubRoutines.cpp

Changeset: 2efb6aaa
Branch: json
Author:    Casper Norrbin <cnorrbin at openjdk.org>
Date:      2025-01-30 12:34:29 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2efb6aaadb0df50b5cc4b2495d988802f9dbff50

8345314: Add a red–black tree as a utility data structure

Reviewed-by: aboldtch, jsjolen, stuefe

+ src/hotspot/share/utilities/rbTree.hpp
+ src/hotspot/share/utilities/rbTree.inline.hpp
+ test/hotspot/gtest/utilities/test_rbtree.cpp

Changeset: fac63d43
Branch: json
Author:    Jorn Vernee <jvernee at openjdk.org>
Date:      2025-01-30 14:55:37 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fac63d4383c931ea515dcdf7a89e4285f753f41b

8348668: Prevent first resource cleanup in confined arena from escaping

Reviewed-by: liach

! src/java.base/share/classes/jdk/internal/foreign/ConfinedSession.java
! src/java.base/share/classes/jdk/internal/foreign/MemorySessionImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/AllocTest.java

Changeset: 3f8a8754
Branch: json
Author:    Shaojin Wen <swen at openjdk.org>
Date:      2025-01-30 15:13:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3f8a875497c0e8356f9104e32aa801b879c7b941

8348880: Replace ConcurrentMap with AtomicReferenceArray for ZoneOffset.QUARTER_CACHE

Reviewed-by: naoto, liach

! src/java.base/share/classes/java/time/ZoneOffset.java
! test/jdk/java/time/test/java/time/TestZoneOffset.java

Changeset: 5d5b294b
Branch: json
Author:    Andrew Dinn <adinn at openjdk.org>
Date:      2025-01-30 15:29:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5d5b294b0aaf619a4ed57296f389205e04556870

8349070: Fix riscv and ppc build errors caused by JDK-8343767

Reviewed-by: mdoerr, fyang, jwaters

! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/arm/stubRoutines_arm.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
! src/hotspot/cpu/riscv/stubRoutines_riscv.cpp
! src/hotspot/cpu/s390/stubRoutines_s390.cpp
! src/hotspot/cpu/zero/stubRoutines_zero.cpp

Changeset: fdfb68c8
Branch: json
Author:    Shaojin Wen <swen at openjdk.org>
Date:      2025-01-30 15:57:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fdfb68c8d0fddfe527291a7f4b75176c830dbb49

8344168: Change Unsafe base offset from int to long

Reviewed-by: liach

! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/invoke/VarHandles.java
! src/java.base/share/classes/java/util/concurrent/ConcurrentHashMap.java
! src/java.base/share/classes/java/util/zip/CRC32C.java
! src/java.base/share/classes/java/util/zip/ZipUtils.java
! src/java.base/share/classes/jdk/internal/classfile/impl/RawBytecodeHelper.java
! src/java.base/share/classes/jdk/internal/foreign/HeapMemorySegmentImpl.java
! src/java.base/share/classes/jdk/internal/foreign/Utils.java
! src/java.base/share/classes/jdk/internal/misc/Unsafe.java
! src/java.base/share/classes/jdk/internal/util/ArraysSupport.java
! src/java.base/share/classes/jdk/internal/util/DecimalDigits.java
! src/java.base/unix/classes/sun/nio/fs/UnixUserDefinedFileAttributeView.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ByteVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/DoubleVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/FloatVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/IntVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/LongVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ShortVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template
! src/jdk.unsupported/share/classes/sun/misc/Unsafe.java
! test/hotspot/jtreg/compiler/c2/Test6968348.java
! test/hotspot/jtreg/compiler/c2/cr8004867/TestIntUnsafeCAS.java
! test/hotspot/jtreg/compiler/c2/cr8004867/TestIntUnsafeOrdered.java
! test/hotspot/jtreg/compiler/c2/cr8004867/TestIntUnsafeVolatile.java
! test/hotspot/jtreg/compiler/loopopts/superword/TestMovingLoadBeforeStore.java
! test/hotspot/jtreg/compiler/runtime/Test8010927.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestBoolean.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestByte.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestChar.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestDouble.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestFloat.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestInt.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestLong.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestObject.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeAccessTestShort.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestBoolean.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestByte.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestChar.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestFloat.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestInt.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestLong.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestObject.java
! test/hotspot/jtreg/compiler/unsafe/SunMiscUnsafeAccessTestShort.java
! test/hotspot/jtreg/compiler/unsafe/X-UnsafeAccessTest.java.template
! test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java
! test/hotspot/jtreg/runtime/FieldLayout/BaseOffsets.java
! test/hotspot/jtreg/runtime/Unsafe/GetField.java
! test/hotspot/jtreg/runtime/Unsafe/InternalErrorTest.java
! test/micro/org/openjdk/bench/java/lang/foreign/BulkOps.java
! test/micro/org/openjdk/bench/java/lang/foreign/LoopOverNonConstantHeap.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayUnsafeXorOpImpl.java

Changeset: 0cae8880
Branch: json
Author:    Zhengyu Gu <zgu at openjdk.org>
Date:      2025-01-30 16:14:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/0cae888046e0b014e2222d16ef9f830cecf8f8dd

8349003: NativeCallStack::print_on() output is unreadable

Reviewed-by: stuefe, dholmes

! src/hotspot/share/utilities/nativeCallStack.cpp

Changeset: 1ac2d6e0
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-01-30 16:21:57 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1ac2d6e0fb3d503241af1a44c9ed65837c63b646

8349009: JVM fails to start when AOTClassLinking is used with unverifiable old classes

Reviewed-by: jrose, kvn

! src/hotspot/share/classfile/systemDictionaryShared.cpp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClassA.jasm
+ test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClassB.jasm
! test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java

Changeset: 06ebb170
Branch: json
Author:    William Kemper <wkemper at openjdk.org>
Date:      2025-01-30 17:01:41 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/06ebb170bac3879dc1e378b48b1c7ef006070c86

8349002: GenShen: Deadlock during shutdown

Reviewed-by: shade

! src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.cpp
! src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.hpp

Changeset: cc775b16
Branch: json
Author:    Andrey Turbanov <aturbanov at openjdk.org>
Date:      2025-01-30 17:48:11 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/cc775b16208bba4df98485de0970513baa0495a7

8348648: Unnecessary Hashtable usage in javax.swing.text.html.CSS.LengthUnit

Reviewed-by: aivanov, azvegint, serb

! src/java.desktop/share/classes/javax/swing/text/html/CSS.java

Changeset: f05c53c2
Branch: json
Author:    Justin Lu <jlu at openjdk.org>
Date:      2025-01-30 17:55:47 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f05c53c2c4adec4c4e875d8b84ec7682bbe356f8

8347949: Currency method to stream available Currencies

Reviewed-by: naoto, liach, rriggs

! src/java.base/share/classes/java/util/Currency.java
+ test/jdk/java/util/Currency/AvailableCurrenciesTest.java

Changeset: d589a82d
Branch: json
Author:    Harshitha Onkar <honkar at openjdk.org>
Date:      2025-01-30 21:11:34 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d589a82d08a01ae6ff87103b58d286f3c14367e5

8349101: Problemlist HeadlessMalfunctionTest.java

Reviewed-by: dholmes

! test/jdk/ProblemList.txt

Changeset: 8986cb27
Branch: json
Author:    Nizar Benalla <nbenalla at openjdk.org>
Date:      2025-01-31 01:16:54 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/8986cb2772469fa8fe30bbe7407eeb35545af1a3

8331873: Improve/expand info in `New API In` on Help page

Co-authored-by: Jonathan Gibbons <jjg at openjdk.org>
Reviewed-by: liach, hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlIds.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! test/langtools/jdk/javadoc/doclet/testNewApiList/TestNewApiList.java

Changeset: cdc84acd
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-01-31 01:56:05 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/cdc84acdcc7689c2b2e42075a26939da14a1ba34

8348890: Fix docs for -XX:AOT* options in java man page

Reviewed-by: jrose

! src/java.base/share/man/java.md

Changeset: 0d30b869
Branch: json
Author:    naveen.n.narayanan <“naveen.n.narayanan at oracle.com”>
Date:      2025-01-31 05:14:57 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/0d30b869d8be831bfc5ff5511b3a42900e4c22a4

8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS

Reviewed-by: aivanov, azvegint, abhiscxk

! test/jdk/ProblemList.txt
! test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java

Changeset: 03f5c33b
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-01-31 05:37:38 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/03f5c33b53749ed7a1ee04d908909ce1e761477f

8349122: -XX:+AOTClassLinking is not compatible with jdwp

Reviewed-by: jrose, kvn

! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/arguments.hpp

Changeset: 2df9d5bc
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-01-31 06:40:26 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2df9d5bc2f4d0cbfe62138adc8a3771abb89418b

8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850

Reviewed-by: mbaesken, thartmann

! test/hotspot/jtreg/compiler/inlining/LateInlinePrinting.java

Changeset: 5a45de5e
Branch: json
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2025-01-31 07:56:13 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5a45de5e1ec5ab3e6ed1f5cefa7b320353bb523f

8347989: Trees.getScope may crash for not-yet attributed source

Reviewed-by: asotona

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java
! test/langtools/tools/javac/api/TestGetScopeResult.java

Changeset: 669f8c0c
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-01-31 08:11:30 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/669f8c0c07b57fa00ac84b8a90c4a1a1459443e3

8349039: Adjust exception No type named <ThreadType> in database

Reviewed-by: kevinw, cjplummer

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java

Changeset: c3923fbb
Branch: json
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2025-01-31 08:22:11 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/c3923fbb9a859c57f4f5d441e332623627b7c177

8349130: Problem list TestCodeEntryAlignment.java

Reviewed-by: chagedorn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 8f7e6e2d
Branch: json
Author:    Erik Gahlin <egahlin at openjdk.org>
Date:      2025-01-31 08:55:52 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/8f7e6e2dbc0a3ccf56242bf071e57bfd671de951

8348430: Update jfr tests to allow execution with different vm flags

Reviewed-by: mgronlun

! test/jdk/jdk/jfr/api/event/dynamic/TestEventFactory.java
! test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
! test/jdk/jdk/jfr/api/recording/dump/TestDump.java
! test/jdk/jdk/jfr/event/allocation/TestObjectAllocationSampleEvent.java
! test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
! test/jdk/jdk/jfr/event/profiling/TestFullStackTrace.java
! test/jdk/jdk/jfr/jvm/TestChunkIntegrity.java
! test/jdk/jdk/jfr/jvm/TestGetAllEventClasses.java
! test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
! test/jdk/jdk/jfr/threading/TestManyVirtualThreads.java

Changeset: 5878e45a
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-01-31 13:48:09 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5878e45ae07404bc18518e6a2cb551a7969fddd6

8348998: Split out PreInit.gmk from Init.gmk

Reviewed-by: erikj

! Makefile
! make/Init.gmk
! make/InitSupport.gmk
+ make/PreInit.gmk
+ make/PreInitSupport.gmk
! make/RunTestsPrebuilt.gmk
+ make/common/LogUtils.gmk

Changeset: a414a591
Branch: json
Author:    Sorna Sarathi N <ssarathi at openjdk.org>
Date:      2025-01-31 14:06:22 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a414a591dd8d66f1500cd69dd65baa6ba4224c2a

8344983: [PPC64] Rename ConditionRegisters

Reviewed-by: rrich, mdoerr

! src/hotspot/cpu/ppc/assembler_ppc.cpp
! src/hotspot/cpu/ppc/assembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/c1_CodeStubs_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp
! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/downcallLinker_ppc.cpp
! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/g1/g1_ppc.ad
! src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/shared/cardTableBarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/shared/modRefBarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/shenandoah/shenandoahBarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/z/zBarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/ppc/gc/z/z_ppc.ad
! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp
! src/hotspot/cpu/ppc/interpreterRT_ppc.cpp
! src/hotspot/cpu/ppc/jniFastGetField_ppc.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/macroAssembler_ppc_sha.cpp
! src/hotspot/cpu/ppc/methodHandles_ppc.cpp
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/register_ppc.hpp
! src/hotspot/cpu/ppc/runtime_ppc.cpp
! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/ppc/vtableStubs_ppc_64.cpp

Changeset: ee87d187
Branch: json
Author:    Daniel Lundén <dlunden at openjdk.org>
Date:      2025-01-31 14:09:15 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ee87d187d1cab09317b4f0068bfafc68efbbfe56

8348658: [AArch64] The node limit in compiler/codegen/TestMatcherClone.java is too strict

Co-authored-by: Aleksey Shipilev <shade at openjdk.org>
Reviewed-by: shade, kvn

! test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java

Changeset: bba6a8f0
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-01-31 14:29:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/bba6a8f0c19e40e65b9f63d5bc69c6a3bfa7442b

8349143: All make control variables need special propagation

Reviewed-by: erikj

! make/PreInitSupport.gmk

Changeset: fcd5ebc7
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-01-31 14:35:42 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fcd5ebc7e8964c7936c0eede031cb6193621f5fb

8292944: Noisy output when running make help the first time

Reviewed-by: erikj

! make/Init.gmk
! make/Main.gmk
! make/RunTestsPrebuilt.gmk
! make/common/FindTests.gmk
! make/common/Modules.gmk

Changeset: 77647421
Branch: json
Author:    Jorn Vernee <jvernee at openjdk.org>
Date:      2025-01-31 16:49:03 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/77647421c5b13738f6fa145bf30cbb9dd741e164

8348909: [BACKOUT] Implement a better allocator for downcalls

Reviewed-by: shade, liach

! src/java.base/share/classes/jdk/internal/foreign/SlicingAllocator.java
- src/java.base/share/classes/jdk/internal/foreign/abi/BufferStack.java
! src/java.base/share/classes/jdk/internal/foreign/abi/SharedUtils.java
- test/jdk/java/foreign/TestBufferStack.java
- test/jdk/java/foreign/libTestBufferStack.c
- test/micro/org/openjdk/bench/java/lang/foreign/CallOverheadByValue.java
- test/micro/org/openjdk/bench/java/lang/foreign/libCallOverheadByValue.c

Changeset: 137ad5d0
Branch: json
Author:    Jorn Vernee <jvernee at openjdk.org>
Date:      2025-01-31 16:49:21 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/137ad5d03c598d5e2888d08e6fbc638936650f30

8348976: MemorySegment::reinretpret should be force inlined

Reviewed-by: liach

! src/java.base/share/classes/jdk/internal/foreign/AbstractMemorySegmentImpl.java

Changeset: 13d852a0
Branch: json
Author:    Rajan Halade <rhalade at openjdk.org>
Date:      2025-01-31 16:56:38 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/13d852a0b81a1fbf49e8b32ec8dc06e044263809

8349017: Update ML tests to verify against ACVP 1.1.0.38 version

Reviewed-by: weijun

! test/jdk/sun/security/provider/acvp/Launcher.java
! test/jdk/sun/security/provider/acvp/ML_DSA_Test.java
- test/jdk/sun/security/provider/acvp/data/ML-DSA-keyGen-FIPS204/internalProjection.json
- test/jdk/sun/security/provider/acvp/data/ML-DSA-sigGen-FIPS204/internalProjection.json
- test/jdk/sun/security/provider/acvp/data/ML-DSA-sigVer-FIPS204/internalProjection.json
- test/jdk/sun/security/provider/acvp/data/ML-KEM-encapDecap-FIPS203/internalProjection.json
- test/jdk/sun/security/provider/acvp/data/ML-KEM-keyGen-FIPS203/internalProjection.json
- test/jdk/sun/security/provider/acvp/data/acvp.md

Changeset: 2d6045a2
Branch: json
Author:    Naoto Sato <naoto at openjdk.org>
Date:      2025-01-31 17:12:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2d6045a26f60fb36f69680e3a83b8303ab2c13e4

8301875: java.util.TimeZone.getSystemTimeZoneID uses C library default file mode

Reviewed-by: jlu, joehw

! src/java.base/windows/native/libjava/TimeZone_md.c

Changeset: 651ac3cc
Branch: json
Author:    anass baya <anass.baya at oracle.com>
Date:      2025-01-31 18:30:01 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/651ac3cc0f2a8b3edf5cddb42df1d38d4aa0e1a6

6899304: java.awt.Toolkit.getScreenInsets(GraphicsConfiguration) returns incorrect values

Reviewed-by: aivanov, honkar, prr, serb

! src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp
! test/jdk/java/awt/Multiscreen/MultiScreenInsetsTest/MultiScreenInsetsTest.java

Changeset: 305bbdae
Branch: json
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2025-02-01 14:06:48 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/305bbdae7fe40e33cf2baa100c134bd85ecaa553

8348402: PerfDataManager stalls shutdown for 1ms

Reviewed-by: dholmes, pchilanomate, coleenp

! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/perfData.cpp
! src/hotspot/share/runtime/perfData.hpp
! src/hotspot/share/runtime/synchronizer.cpp

Changeset: 2cce5eeb
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-02-02 02:46:16 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2cce5eeb092b68b4e4ce6a8289a8aa567f47c973

8349142: [JMH] compiler.MergeLoadBench.getCharBV fails

Reviewed-by: liach

! test/micro/org/openjdk/bench/vm/compiler/MergeLoadBench.java

Changeset: 9aa6d09b
Branch: json
Author:    Aggelos Biboudis <abimpoudis at openjdk.org>
Date:      2025-02-03 09:08:25 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/9aa6d09bf74110bf4f5756d7c3b106558042102f

8326485: Assertion due to Type.addMetadata adding annotations to already-annotated type

Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
+ test/langtools/tools/javac/T8326485.java
+ test/langtools/tools/javac/T8326485.out

Changeset: 6f4fc821
Branch: json
Author:    Alexander Zvegintsev <azvegint at openjdk.org>
Date:      2025-02-03 11:14:14 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/6f4fc82149b52dd91289fe42def7d1cacad31212

8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland

Reviewed-by: aivanov, dnguyen

! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java
! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java
! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java
! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java

Changeset: 3f1d9b57
Branch: json
Author:    Hamlin Li <mli at openjdk.org>
Date:      2025-02-03 12:33:31 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3f1d9b573546685215af06031656efe6f1429caf

8348575: SpinLockT is typedef'ed but unused

Reviewed-by: dholmes

! src/hotspot/share/runtime/thread.cpp

Changeset: d330421d
Branch: json
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2025-02-03 13:55:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d330421d28b62eae19114994d7266e9c0038dd94

8337548: Parallel class loading can pass is_superclass true for interfaces

Reviewed-by: iklam

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp

Changeset: a57c9b10
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-02-03 14:25:47 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a57c9b101a7fdb08ed1c8ca31ab0d4cc0040f1ba

8349184: [JMH] jdk.incubator.vector.ColumnFilterBenchmark.filterDoubleColumn fails on linux-aarch64

Reviewed-by: haosun, aph

! test/micro/org/openjdk/bench/jdk/incubator/vector/ColumnFilterBenchmark.java

Changeset: bb837d2f
Branch: json
Author:    Tom Rodriguez <never at openjdk.org>
Date:      2025-02-03 17:04:55 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/bb837d2f9b636c05ff0c7733bc3d06c002974c17

8342775: [Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME  thrown from the UncaughtExceptionHandler

Reviewed-by: jpai, dholmes

! test/jdk/java/util/concurrent/locks/Lock/OOMEInAQS.java
! test/jdk/java/util/concurrent/locks/StampedLock/OOMEInStampedLock.java

Changeset: 618c5eb2
Branch: json
Author:    Jaikiran Pai <jpai at openjdk.org>
Date:      2025-02-03 18:21:33 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/618c5eb27b4c719afd577b690e6bcb21a45fcb0d

8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt

Reviewed-by: redestad, liach

! src/java.base/share/classes/java/lang/AbstractStringBuilder.java
! src/java.base/share/classes/java/lang/StringConcatHelper.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
! test/hotspot/jtreg/compiler/patches/java.base/java/lang/Helper.java
! test/micro/org/openjdk/bench/java/lang/StringBuilders.java

Changeset: 43979fb1
Branch: json
Author:    Ben Perez <bperez at openjdk.org>
Date:      2025-02-03 22:14:38 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/43979fb1be424157b33268db078d345b4da29119

8347428: Avoid using secret-key in specifications

Reviewed-by: mullan

! src/java.base/share/classes/com/sun/crypto/provider/JceKeyStore.java
! src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java
! src/java.base/share/classes/javax/crypto/SecretKeyFactory.java
! src/java.base/share/classes/javax/crypto/SecretKeyFactorySpi.java
! src/java.base/share/classes/javax/crypto/spec/PBEKeySpec.java
! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java
! test/jdk/com/sun/crypto/provider/CICO/PBEFunc/AbstractPBEWrapper.java

Changeset: 9b495972
Branch: json
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2025-02-03 22:48:28 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/9b49597244f898400222cfc252f50a2401ca3e2f

8334320: Replace vmTestbase/metaspace/share/TriggerUnloadingWithWhiteBox.java with ClassUnloadCommon from testlibrary

Reviewed-by: dholmes, lmesnik

+ test/hotspot/jtreg/vmTestbase/metaspace/share/TriggerUnloadingWithFullGC.java
- test/hotspot/jtreg/vmTestbase/metaspace/share/TriggerUnloadingWithWhiteBox.java
! test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchyBaseClass.java

Changeset: 7ea176d7
Branch: json
Author:    Amit Kumar <amitkumar at openjdk.org>
Date:      2025-02-04 03:05:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/7ea176d79c126c69cea5631d6542cd42bd8b11d9

8349193: compiler/intrinsics/TestContinuationPinningAndEA.java missing @requires vm.continuations

Reviewed-by: chagedorn

! test/hotspot/jtreg/compiler/intrinsics/TestContinuationPinningAndEA.java

Changeset: c545a3e0
Branch: json
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2025-02-04 07:33:34 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/c545a3e028ad0760ed2f996e8bb7c56d28e4570a

8346774: Use Predicate classes instead of Node classes

Reviewed-by: epeter, kvn

! src/hotspot/share/opto/predicates.cpp
! src/hotspot/share/opto/predicates.hpp

Changeset: beae8843
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-02-04 08:10:49 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/beae8843b9b2433af5e9fbe420b17e663cbdb960

8349150: Support precompiled headers on AIX

Reviewed-by: jkern, erikj

! make/hotspot/lib/CompileJvm.gmk
! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 81126c20
Branch: json
Author:    Per Minborg <pminborg at openjdk.org>
Date:      2025-02-04 11:00:54 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/81126c20cbcab577d82e690d9cf1c1b738754a07

8349238: Some more FFM benchmarks are broken

Reviewed-by: mcimadamore

! test/micro/org/openjdk/bench/java/lang/foreign/xor/XorTest.java

Changeset: d699aba2
Branch: json
Author:    Volkan Yazici <vyazici at openjdk.org>
Date:      2025-02-04 13:56:25 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d699aba26f65ce1941bfbaaf1918c987dd01727e

8349135: Add tests for HttpRequest.Builder.copy()

Reviewed-by: jpai, dfuchs

! test/jdk/java/net/httpclient/HttpRequestBuilderTest.java

Changeset: e91a6ec4
Branch: json
Author:    Fei Yang <fyang at openjdk.org>
Date:      2025-02-04 14:03:07 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/e91a6ec49c80ea53bb6f1eb43c924f188803de7e

8347489: RISC-V: Misaligned memory access with COH

Reviewed-by: mli, vkempik

! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp

Changeset: beb43e26
Branch: json
Author:    Per Minborg <pminborg at openjdk.org>
Date:      2025-02-04 14:10:42 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/beb43e2633900bb9ab3c975376fe5860b6d054e0

8349343: Add missing copyright messages in FFM benchmarks

Reviewed-by: jvernee

! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayCriticalXorOpImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayElementsXorOpImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayForeignXorOpCriticalImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayForeignXorOpImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayForeignXorOpInitImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/GetArrayRegionXorOpImpl.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/XorOp.java
! test/micro/org/openjdk/bench/java/lang/foreign/xor/libjnitest.c

Changeset: b985347c
Branch: json
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2025-02-04 16:08:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/b985347c2383a7a637ffa9a4a8687f7f7cde1369

8348349: Refactor CDSConfig::is_dumping_heap()

Reviewed-by: ccheung, matsaave

! src/hotspot/share/cds/archiveHeapWriter.cpp
! src/hotspot/share/cds/cdsConfig.cpp
! src/hotspot/share/cds/cdsConfig.hpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/heapShared.hpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/classfile/classLoaderExt.cpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/IncompatibleOptions.java
! test/jtreg-ext/requires/VMProps.java

Changeset: ee4caa41
Branch: json
Author:    Jamil Nimeh <jnimeh at openjdk.org>
Date:      2025-02-04 16:28:04 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ee4caa4180e76911ee75148583c2923f847f8605

8349106: Change ChaCha20 intrinsic to use quarter-round parallel implementation on aarch64

Reviewed-by: aph

! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp

Changeset: 250ff86d
Branch: json
Author:    Justin Lu <jlu at openjdk.org>
Date:      2025-02-04 17:07:01 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/250ff86dc86f73dbf7c944d9b5a792c4bdfeef0d

8349000: Performance improvement for Currency.isPastCutoverDate(String)

Reviewed-by: naoto, aturbanov

! src/java.base/share/classes/java/util/Currency.java

Changeset: bad39b6d
Branch: json
Author:    Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2025-02-04 17:19:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/bad39b6d8892ba9b86bc81bf01108a1df617defb

8348610: GenShen: TestShenandoahEvacuationInformationEvent failed with setRegions >= regionsFreed: expected 1 >= 57

Reviewed-by: wkemper, phh

! src/hotspot/share/gc/shenandoah/heuristics/shenandoahGenerationalHeuristics.cpp
! src/hotspot/share/gc/shenandoah/shenandoahEvacInfo.hpp
! src/hotspot/share/gc/shenandoah/shenandoahTrace.cpp
! src/hotspot/share/jfr/metadata/metadata.xml
! test/jdk/jdk/jfr/event/gc/detailed/TestShenandoahEvacuationInformationEvent.java

Changeset: d222c186
Branch: json
Author:    Brent Christian <bchristi at openjdk.org>
Date:      2025-02-04 22:37:31 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d222c186a6c5a282e9ef143fac3568351ad7b9d7

8349107: Remove RMI finalizers

Reviewed-by: rriggs, vklang, djelinski, smarks

! src/java.rmi/share/classes/sun/rmi/log/LogInputStream.java
! src/jdk.naming.rmi/share/classes/com/sun/jndi/rmi/registry/RegistryContext.java

Changeset: 9d23de58
Branch: json
Author:    Ben Perez <bperez at openjdk.org>
Date:      2025-02-04 23:13:16 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/9d23de58d167ff7d23ee1b8da675ec1b26b885f9

8184352: Remove Sun provider information from KeyPairGenerator javadoc

Reviewed-by: mullan

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

Changeset: a51e6699
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-02-05 02:18:01 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a51e6699b497564de65620a36dc38437ca87cb32

8349200: [JMH] time.format.ZonedDateTimeFormatterBenchmark fails

Reviewed-by: naoto, jlu

! test/micro/org/openjdk/bench/java/time/format/ZonedDateTimeFormatterBenchmark.java

Changeset: 09269497
Branch: json
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2025-02-05 06:44:36 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/09269497a27c732ce4644d0bb95e0380162398c9

8347629: Test FailOverDirectExecutionControlTest.java fails with -Xcomp

Reviewed-by: liach

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

Changeset: 40603a5b
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-02-05 08:05:56 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/40603a5bf039eef03c157bfc49ac8ea2229a94de

8349214: Improve size optimization flags for MSVC builds

Reviewed-by: djelinski, ihse

! make/autoconf/flags-cflags.m4

Changeset: 66a38984
Branch: json
Author:    Bhavana Kilambi <bkilambi at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date:      2025-02-05 08:37:21 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/66a3898448023f1f22da7d7cbcf4c79a0eb59963

8348659: AArch64: IR rule failure with compiler/loopopts/superword/TestSplitPacks.java

Reviewed-by: shade, epeter

! test/hotspot/jtreg/compiler/loopopts/superword/TestSplitPacks.java

Changeset: 61465883
Branch: json
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
Date:      2025-02-05 11:17:08 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/61465883b465a184e31e7a03e2603d29ab4815a4

8348190: Framework for tracing makefile inclusion and parsing

Reviewed-by: erikj

! .github/actions/get-gtest/action.yml
! .github/actions/get-jtreg/action.yml
! Makefile
! make/Bundles.gmk
! make/CompileCommands.gmk
! make/CompileDemos.gmk
! make/CompileInterimLangtools.gmk
! make/CompileJavaModules.gmk
! make/CompileModuleTools.gmk
! make/CompileToolsHotspot.gmk
! make/CompileToolsJdk.gmk
! make/CopyImportModules.gmk
! make/CopyInterimTZDB.gmk
! make/Coverage.gmk
! make/CreateJmods.gmk
! make/Docs.gmk
! make/Doctor.gmk
! make/ExplodedImageOptimize.gmk
! make/GenerateLinkOptData.gmk
! make/GenerateModuleSummary.gmk
! make/Global.gmk
! make/GraalBuilderImage.gmk
! make/Hsdis.gmk
! make/Images.gmk
! make/Init.gmk
! make/InitSupport.gmk
! make/InterimImage.gmk
! make/JrtfsJar.gmk
! make/MacBundles.gmk
! make/Main.gmk
! make/MainSupport.gmk
! make/ModuleTools.gmk
! make/ModuleWrapper.gmk
! make/PreInit.gmk
! make/PreInitSupport.gmk
! make/ReleaseFile.gmk
! make/RunTests.gmk
! make/RunTestsPrebuilt.gmk
+ make/RunTestsPrebuiltFindTests.gmk
! make/SourceRevision.gmk
! make/StaticLibs.gmk
! make/StaticLibsImage.gmk
! make/TestImage.gmk
! make/ToolsHotspot.gmk
! make/ToolsJdk.gmk
! make/ToolsLangtools.gmk
! make/UpdateBuildDocs.gmk
! make/UpdateSleefSource.gmk
! make/UpdateX11Wrappers.gmk
! make/ZipSecurity.gmk
! make/ZipSource.gmk
! make/common/CopyFiles.gmk
! make/common/DebugInfoUtils.gmk
! make/common/Execute.gmk
! make/common/FileUtils.gmk
! make/common/FindTests.gmk
! make/common/JarArchive.gmk
! make/common/JavaCompilation.gmk
! make/common/JdkNativeCompilation.gmk
! make/common/LogUtils.gmk
! make/common/MakeBase.gmk
+ make/common/MakeFileEnd.gmk
+ make/common/MakeFileStart.gmk
! make/common/MakeIO.gmk
+ make/common/MakeIncludeEnd.gmk
+ make/common/MakeIncludeStart.gmk
+ make/common/MakeSnippetEnd.gmk
+ make/common/MakeSnippetStart.gmk
! make/common/Modules.gmk
! make/common/NativeCompilation.gmk
! make/common/ProcessMarkdown.gmk
! make/common/TestFilesCompilation.gmk
! make/common/TextFileProcessing.gmk
! make/common/Utils.gmk
! make/common/ZipArchive.gmk
! make/common/modules/CopyCommon.gmk
! make/common/modules/GendataCommon.gmk
! make/common/modules/GensrcCommon.gmk
! make/common/modules/GensrcModuleInfo.gmk
! make/common/modules/GensrcProperties.gmk
! make/common/modules/LauncherCommon.gmk
! make/common/modules/LibCommon.gmk
! make/common/native/CompileFile.gmk
! make/common/native/DebugSymbols.gmk
! make/common/native/Flags.gmk
! make/common/native/Link.gmk
! make/common/native/LinkMicrosoft.gmk
! make/common/native/Paths.gmk
! make/hotspot/CopyToExplodedJdk.gmk
! make/hotspot/HotspotCommon.gmk
! make/hotspot/gensrc/GenerateSources.gmk
! make/hotspot/gensrc/GensrcAdlc.gmk
! make/hotspot/gensrc/GensrcDtrace.gmk
! make/hotspot/gensrc/GensrcJfr.gmk
! make/hotspot/gensrc/GensrcJvmti.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/hotspot/lib/CompileLibraries.gmk
! make/hotspot/lib/JvmFeatures.gmk
! make/hotspot/lib/JvmFlags.gmk
! make/hotspot/lib/JvmOverrideFiles.gmk
! make/hotspot/test/GtestImage.gmk
! make/ide/eclipse/CreateWorkspace.gmk
! make/ide/idea/jdk/IdeaGenConfig.gmk
! make/ide/visualstudio/hotspot/CreateVSProject.gmk
! make/ide/vscode/hotspot/CreateVSCodeProject.gmk
! make/ide/xcode/hotspot/CreateXcodeProject.gmk
! make/modules/java.base/Copy.gmk
! make/modules/java.base/Gendata.gmk
! make/modules/java.base/Gensrc.gmk
! make/modules/java.base/Java.gmk
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/gendata/GendataBlockedCerts.gmk
! make/modules/java.base/gendata/GendataBreakIterator.gmk
! make/modules/java.base/gendata/GendataCryptoPolicy.gmk
! make/modules/java.base/gendata/GendataPublicSuffixList.gmk
! make/modules/java.base/gendata/GendataTZDB.gmk
! make/modules/java.base/gensrc/GensrcBuffer.gmk
! make/modules/java.base/gensrc/GensrcCharacterData.gmk
! make/modules/java.base/gensrc/GensrcCharsetCoder.gmk
! make/modules/java.base/gensrc/GensrcCharsetMapping.gmk
! make/modules/java.base/gensrc/GensrcExceptions.gmk
! make/modules/java.base/gensrc/GensrcMisc.gmk
! make/modules/java.base/gensrc/GensrcModuleLoaderMap.gmk
! make/modules/java.base/gensrc/GensrcRegex.gmk
! make/modules/java.base/gensrc/GensrcScopedMemoryAccess.gmk
! make/modules/java.base/gensrc/GensrcVarHandles.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.compiler/Java.gmk
! make/modules/java.datatransfer/Java.gmk
! make/modules/java.desktop/Copy.gmk
! make/modules/java.desktop/Gendata.gmk
! make/modules/java.desktop/Gensrc.gmk
! make/modules/java.desktop/Java.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/gendata/GendataFontConfig.gmk
! make/modules/java.desktop/gendata/GendataHtml32dtd.gmk
! make/modules/java.desktop/gensrc/GensrcIcons.gmk
! make/modules/java.desktop/gensrc/GensrcSwing.gmk
! make/modules/java.desktop/gensrc/GensrcX11Wrappers.gmk
! make/modules/java.desktop/lib/AwtLibraries.gmk
! make/modules/java.desktop/lib/ClientLibraries.gmk
! make/modules/java.instrument/Java.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.logging/Copy.gmk
! make/modules/java.logging/Gensrc.gmk
! make/modules/java.logging/Java.gmk
! make/modules/java.management.rmi/Java.gmk
! make/modules/java.management/Java.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.naming/Java.gmk
! make/modules/java.prefs/Java.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Java.gmk
! make/modules/java.rmi/Launcher.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.scripting/Java.gmk
! make/modules/java.scripting/Launcher.gmk
! make/modules/java.security.jgss/Java.gmk
! make/modules/java.security.jgss/Launcher.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.security.sasl/Java.gmk
! make/modules/java.smartcardio/Java.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/java.sql.rowset/Java.gmk
! make/modules/java.sql/Java.gmk
! make/modules/java.transaction.xa/Java.gmk
! make/modules/java.xml.crypto/Java.gmk
! make/modules/java.xml/Copy.gmk
! make/modules/java.xml/Java.gmk
! make/modules/jdk.accessibility/Copy.gmk
! make/modules/jdk.accessibility/Java.gmk
! make/modules/jdk.accessibility/Launcher.gmk
! make/modules/jdk.accessibility/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.charsets/Gensrc.gmk
! make/modules/jdk.charsets/Java.gmk
! make/modules/jdk.compiler/Gendata.gmk
! make/modules/jdk.compiler/Gensrc.gmk
! make/modules/jdk.compiler/Java.gmk
! make/modules/jdk.compiler/Launcher.gmk
! make/modules/jdk.crypto.cryptoki/Java.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Java.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.dev/Java.gmk
! make/modules/jdk.dynalink/Java.gmk
! make/modules/jdk.editpad/Java.gmk
! make/modules/jdk.hotspot.agent/Gensrc.gmk
! make/modules/jdk.hotspot.agent/Java.gmk
! make/modules/jdk.hotspot.agent/Launcher.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.httpserver/Gensrc.gmk
! make/modules/jdk.httpserver/Java.gmk
! make/modules/jdk.httpserver/Jmod.gmk
! make/modules/jdk.httpserver/Launcher.gmk
! make/modules/jdk.incubator.vector/Java.gmk
! make/modules/jdk.incubator.vector/Lib.gmk
! make/modules/jdk.internal.jvmstat/Java.gmk
! make/modules/jdk.internal.le/Java.gmk
! make/modules/jdk.internal.md/Java.gmk
! make/modules/jdk.internal.opt/Java.gmk
! make/modules/jdk.internal.vm.ci/Java.gmk
! make/modules/jdk.jartool/Gensrc.gmk
! make/modules/jdk.jartool/Java.gmk
! make/modules/jdk.jartool/Jmod.gmk
! make/modules/jdk.jartool/Launcher.gmk
! make/modules/jdk.javadoc/Copy.gmk
! make/modules/jdk.javadoc/Gendata.gmk
! make/modules/jdk.javadoc/Gensrc.gmk
! make/modules/jdk.javadoc/Java.gmk
! make/modules/jdk.javadoc/Launcher.gmk
! make/modules/jdk.jcmd/Java.gmk
! make/modules/jdk.jcmd/Launcher.gmk
! make/modules/jdk.jconsole/Java.gmk
! make/modules/jdk.jconsole/Launcher.gmk
! make/modules/jdk.jdeps/Gensrc.gmk
! make/modules/jdk.jdeps/Java.gmk
! make/modules/jdk.jdeps/Launcher.gmk
! make/modules/jdk.jdi/Gensrc.gmk
! make/modules/jdk.jdi/Java.gmk
! make/modules/jdk.jdi/Launcher.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Copy.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.jfr/Copy.gmk
! make/modules/jdk.jfr/Gendata.gmk
! make/modules/jdk.jfr/Java.gmk
! make/modules/jdk.jfr/Jmod.gmk
! make/modules/jdk.jfr/Launcher.gmk
! make/modules/jdk.jlink/Gensrc.gmk
! make/modules/jdk.jlink/Launcher.gmk
! make/modules/jdk.jpackage/Gensrc.gmk
! make/modules/jdk.jpackage/Java.gmk
! make/modules/jdk.jpackage/Jmod.gmk
! make/modules/jdk.jpackage/Launcher.gmk
! make/modules/jdk.jpackage/Lib.gmk
! make/modules/jdk.jshell/Gensrc.gmk
! make/modules/jdk.jshell/Java.gmk
! make/modules/jdk.jshell/Jmod.gmk
! make/modules/jdk.jshell/Launcher.gmk
! make/modules/jdk.jstatd/Jmod.gmk
! make/modules/jdk.jstatd/Launcher.gmk
! make/modules/jdk.localedata/Gensrc.gmk
! make/modules/jdk.localedata/Java.gmk
! make/modules/jdk.management.agent/Copy.gmk
! make/modules/jdk.management.agent/Gensrc.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.management/Java.gmk
! make/modules/jdk.management/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Java.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Java.gmk
! make/modules/jdk.security.auth/Lib.gmk
! make/modules/sun.charsets/Java.gmk
! make/test/BuildFailureHandler.gmk
! make/test/BuildJtregTestThreadFactory.gmk
! make/test/BuildMicrobenchmark.gmk
! make/test/BuildTestLib.gmk
! make/test/BuildTestLibNative.gmk
! make/test/JtregNativeHotspot.gmk
! make/test/JtregNativeJdk.gmk
! make/test/JtregNativeLibTest.gmk
! test/make/TestCompileCommands.gmk
! test/make/TestCopyFiles.gmk
! test/make/TestFixDepsFile.gmk
! test/make/TestIdea.gmk
! test/make/TestJavaCompilation.gmk
! test/make/TestMake.gmk
! test/make/TestMakeBase.gmk
! test/make/UtilsForTests.gmk

Changeset: 19399d27
Branch: json
Author:    Emanuel Peter <epeter at openjdk.org>
Date:      2025-02-05 12:58:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/19399d271ef00f925232fbbe9087b5772f2fca01

8348572: C2 compilation asserts due to unexpected irreducible loop

Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/c2_globals.hpp
! src/hotspot/share/opto/cfgnode.cpp
! src/hotspot/share/opto/cfgnode.hpp
! src/hotspot/share/opto/loopnode.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestSplitIfNewIrreducibleLoop.java

Changeset: 2ff8440c
Branch: json
Author:    Per Minborg <pminborg at openjdk.org>
Date:      2025-02-05 13:48:34 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2ff8440c76bb090634ecf4e6faa523498fd1d9f3

8349344: Clarify documentation of Arena.ofConfined

Reviewed-by: jvernee, jpai, mcimadamore

! src/java.base/share/classes/java/lang/foreign/Arena.java

Changeset: 6b994cd8
Branch: json
Author:    Roland Westrelin <roland at openjdk.org>
Date:      2025-02-05 13:54:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/6b994cd8ccba4f5d0199cb2925f0a6b5450ac115

8333697: C2: Hit MemLimit in PhaseCFG::global_code_motion

Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/indexSet.cpp
! src/hotspot/share/opto/indexSet.hpp
! test/hotspot/jtreg/compiler/escapeAnalysis/TestFindInstMemRecursion.java

Changeset: b9b62a02
Branch: json
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
Date:      2025-02-05 16:03:39 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/b9b62a02488ee9c1a5a7a9ede87505781dfc0f73

8346792: serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed

Reviewed-by: dholmes, pchilanomate

! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/services/threadService.hpp

Changeset: 2f2f7cf0
Branch: json
Author:    Mark Powers <mpowers at openjdk.org>
Date:      2025-02-05 18:04:00 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2f2f7cf0dddd82f11d6dfc4f8a5401ec1c5629dc

8349084: Update vectors used in several PQC benchmarks

Reviewed-by: weijun

! test/micro/org/openjdk/bench/java/security/HSS.java
! test/micro/org/openjdk/bench/java/security/MLDSA.java
! test/micro/org/openjdk/bench/java/security/MLKEMBench.java

Changeset: 82bc0a7f
Branch: json
Author:    Mikhail Yankelevich <mikhail.yankelevich at oracle.com>
Committer: Weijun Wang <weijun at openjdk.org>
Date:      2025-02-05 18:23:25 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/82bc0a7f8c7ee63d2f8c3db57dc22f39963ae022

8344316: security/auth/callback/TextCallbackHandler/Password.java make runnable with JTReg and add the UI

Reviewed-by: weijun

! test/jdk/com/sun/security/auth/callback/TextCallbackHandler/Password.java

Changeset: 379c3f99
Branch: json
Author:    Damon Nguyen <dnguyen at openjdk.org>
Date:      2025-02-05 18:43:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/379c3f99665829c5d8c373d1fb324dc7ef4d84cf

8347836: Disabled PopupMenu shows shortcuts on Mac

Reviewed-by: azvegint, achung, kizune, abhiscxk

! test/jdk/java/awt/PopupMenu/PopupMenuVisuals.java

Changeset: b499c827
Branch: json
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2025-02-05 21:40:47 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/b499c827a512fb209a806d95b97df0f5932a29c0

8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value

Reviewed-by: djelinski

! src/java.base/share/classes/java/nio/file/FileTreeWalker.java

Changeset: aad6664b
Branch: json
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2025-02-05 23:23:54 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/aad6664bb6d2b311b3e0cb056afaa9b6534bdbbb

8333569: jpackage tests must run app launchers with retries on Linux only

Reviewed-by: almatvee

! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java
! test/jdk/tools/jpackage/share/AppLauncherEnvTest.java
! test/jdk/tools/jpackage/windows/WinChildProcessTest.java

Changeset: 89e5e7ab
Branch: json
Author:    Archie Cobbs <acobbs at openjdk.org>
Date:      2025-02-06 01:52:51 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/89e5e7ab73472b7d02aac5b8b0c7e9f26db6ec32

8349155: The "log" parameter to Lint.logIfEnabled() is not needed

Reviewed-by: mcimadamore

! 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/comp/Flow.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacFiler.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java

Changeset: 5e1cc082
Branch: json
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2025-02-06 02:27:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5e1cc0825938527bd7011ade8b237e34c821862c

8349504: Support platform-specific JUnit tests in jpackage

Reviewed-by: almatvee

! test/jdk/tools/jpackage/junit/TEST.properties
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/AppImageFileTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/ApplicationLayoutTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/DeployParamsTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/DottedVersionTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/EnquoterTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/OverridableResourceTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/PathGroupTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/PlatformVersionTest.java
= test/jdk/tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/ToolValidatorTest.java

Changeset: 64bd8d25
Branch: json
Author:    David Holmes <dholmes at openjdk.org>
Date:      2025-02-06 02:51:12 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/64bd8d2592d26e02a7f2f96caa47cba5e158aaa2

8349511: [BACKOUT] Framework for tracing makefile inclusion and parsing

Reviewed-by: darcy, mikael

! .github/actions/get-gtest/action.yml
! .github/actions/get-jtreg/action.yml
! Makefile
! make/Bundles.gmk
! make/CompileCommands.gmk
! make/CompileDemos.gmk
! make/CompileInterimLangtools.gmk
! make/CompileJavaModules.gmk
! make/CompileModuleTools.gmk
! make/CompileToolsHotspot.gmk
! make/CompileToolsJdk.gmk
! make/CopyImportModules.gmk
! make/CopyInterimTZDB.gmk
! make/Coverage.gmk
! make/CreateJmods.gmk
! make/Docs.gmk
! make/Doctor.gmk
! make/ExplodedImageOptimize.gmk
! make/GenerateLinkOptData.gmk
! make/GenerateModuleSummary.gmk
! make/Global.gmk
! make/GraalBuilderImage.gmk
! make/Hsdis.gmk
! make/Images.gmk
! make/Init.gmk
! make/InitSupport.gmk
! make/InterimImage.gmk
! make/JrtfsJar.gmk
! make/MacBundles.gmk
! make/Main.gmk
! make/MainSupport.gmk
! make/ModuleTools.gmk
! make/ModuleWrapper.gmk
! make/PreInit.gmk
! make/PreInitSupport.gmk
! make/ReleaseFile.gmk
! make/RunTests.gmk
! make/RunTestsPrebuilt.gmk
- make/RunTestsPrebuiltFindTests.gmk
! make/SourceRevision.gmk
! make/StaticLibs.gmk
! make/StaticLibsImage.gmk
! make/TestImage.gmk
! make/ToolsHotspot.gmk
! make/ToolsJdk.gmk
! make/ToolsLangtools.gmk
! make/UpdateBuildDocs.gmk
! make/UpdateSleefSource.gmk
! make/UpdateX11Wrappers.gmk
! make/ZipSecurity.gmk
! make/ZipSource.gmk
! make/common/CopyFiles.gmk
! make/common/DebugInfoUtils.gmk
! make/common/Execute.gmk
! make/common/FileUtils.gmk
! make/common/FindTests.gmk
! make/common/JarArchive.gmk
! make/common/JavaCompilation.gmk
! make/common/JdkNativeCompilation.gmk
! make/common/LogUtils.gmk
! make/common/MakeBase.gmk
- make/common/MakeFileEnd.gmk
- make/common/MakeFileStart.gmk
! make/common/MakeIO.gmk
- make/common/MakeIncludeEnd.gmk
- make/common/MakeIncludeStart.gmk
- make/common/MakeSnippetEnd.gmk
- make/common/MakeSnippetStart.gmk
! make/common/Modules.gmk
! make/common/NativeCompilation.gmk
! make/common/ProcessMarkdown.gmk
! make/common/TestFilesCompilation.gmk
! make/common/TextFileProcessing.gmk
! make/common/Utils.gmk
! make/common/ZipArchive.gmk
! make/common/modules/CopyCommon.gmk
! make/common/modules/GendataCommon.gmk
! make/common/modules/GensrcCommon.gmk
! make/common/modules/GensrcModuleInfo.gmk
! make/common/modules/GensrcProperties.gmk
! make/common/modules/LauncherCommon.gmk
! make/common/modules/LibCommon.gmk
! make/common/native/CompileFile.gmk
! make/common/native/DebugSymbols.gmk
! make/common/native/Flags.gmk
! make/common/native/Link.gmk
! make/common/native/LinkMicrosoft.gmk
! make/common/native/Paths.gmk
! make/hotspot/CopyToExplodedJdk.gmk
! make/hotspot/HotspotCommon.gmk
! make/hotspot/gensrc/GenerateSources.gmk
! make/hotspot/gensrc/GensrcAdlc.gmk
! make/hotspot/gensrc/GensrcDtrace.gmk
! make/hotspot/gensrc/GensrcJfr.gmk
! make/hotspot/gensrc/GensrcJvmti.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/hotspot/lib/CompileLibraries.gmk
! make/hotspot/lib/JvmFeatures.gmk
! make/hotspot/lib/JvmFlags.gmk
! make/hotspot/lib/JvmOverrideFiles.gmk
! make/hotspot/test/GtestImage.gmk
! make/ide/eclipse/CreateWorkspace.gmk
! make/ide/idea/jdk/IdeaGenConfig.gmk
! make/ide/visualstudio/hotspot/CreateVSProject.gmk
! make/ide/vscode/hotspot/CreateVSCodeProject.gmk
! make/ide/xcode/hotspot/CreateXcodeProject.gmk
! make/modules/java.base/Copy.gmk
! make/modules/java.base/Gendata.gmk
! make/modules/java.base/Gensrc.gmk
! make/modules/java.base/Java.gmk
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/gendata/GendataBlockedCerts.gmk
! make/modules/java.base/gendata/GendataBreakIterator.gmk
! make/modules/java.base/gendata/GendataCryptoPolicy.gmk
! make/modules/java.base/gendata/GendataPublicSuffixList.gmk
! make/modules/java.base/gendata/GendataTZDB.gmk
! make/modules/java.base/gensrc/GensrcBuffer.gmk
! make/modules/java.base/gensrc/GensrcCharacterData.gmk
! make/modules/java.base/gensrc/GensrcCharsetCoder.gmk
! make/modules/java.base/gensrc/GensrcCharsetMapping.gmk
! make/modules/java.base/gensrc/GensrcExceptions.gmk
! make/modules/java.base/gensrc/GensrcMisc.gmk
! make/modules/java.base/gensrc/GensrcModuleLoaderMap.gmk
! make/modules/java.base/gensrc/GensrcRegex.gmk
! make/modules/java.base/gensrc/GensrcScopedMemoryAccess.gmk
! make/modules/java.base/gensrc/GensrcVarHandles.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.compiler/Java.gmk
! make/modules/java.datatransfer/Java.gmk
! make/modules/java.desktop/Copy.gmk
! make/modules/java.desktop/Gendata.gmk
! make/modules/java.desktop/Gensrc.gmk
! make/modules/java.desktop/Java.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/gendata/GendataFontConfig.gmk
! make/modules/java.desktop/gendata/GendataHtml32dtd.gmk
! make/modules/java.desktop/gensrc/GensrcIcons.gmk
! make/modules/java.desktop/gensrc/GensrcSwing.gmk
! make/modules/java.desktop/gensrc/GensrcX11Wrappers.gmk
! make/modules/java.desktop/lib/AwtLibraries.gmk
! make/modules/java.desktop/lib/ClientLibraries.gmk
! make/modules/java.instrument/Java.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.logging/Copy.gmk
! make/modules/java.logging/Gensrc.gmk
! make/modules/java.logging/Java.gmk
! make/modules/java.management.rmi/Java.gmk
! make/modules/java.management/Java.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.naming/Java.gmk
! make/modules/java.prefs/Java.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Java.gmk
! make/modules/java.rmi/Launcher.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.scripting/Java.gmk
! make/modules/java.scripting/Launcher.gmk
! make/modules/java.security.jgss/Java.gmk
! make/modules/java.security.jgss/Launcher.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.security.sasl/Java.gmk
! make/modules/java.smartcardio/Java.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/java.sql.rowset/Java.gmk
! make/modules/java.sql/Java.gmk
! make/modules/java.transaction.xa/Java.gmk
! make/modules/java.xml.crypto/Java.gmk
! make/modules/java.xml/Copy.gmk
! make/modules/java.xml/Java.gmk
! make/modules/jdk.accessibility/Copy.gmk
! make/modules/jdk.accessibility/Java.gmk
! make/modules/jdk.accessibility/Launcher.gmk
! make/modules/jdk.accessibility/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.charsets/Gensrc.gmk
! make/modules/jdk.charsets/Java.gmk
! make/modules/jdk.compiler/Gendata.gmk
! make/modules/jdk.compiler/Gensrc.gmk
! make/modules/jdk.compiler/Java.gmk
! make/modules/jdk.compiler/Launcher.gmk
! make/modules/jdk.crypto.cryptoki/Java.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Java.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.dev/Java.gmk
! make/modules/jdk.dynalink/Java.gmk
! make/modules/jdk.editpad/Java.gmk
! make/modules/jdk.hotspot.agent/Gensrc.gmk
! make/modules/jdk.hotspot.agent/Java.gmk
! make/modules/jdk.hotspot.agent/Launcher.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.httpserver/Gensrc.gmk
! make/modules/jdk.httpserver/Java.gmk
! make/modules/jdk.httpserver/Jmod.gmk
! make/modules/jdk.httpserver/Launcher.gmk
! make/modules/jdk.incubator.vector/Java.gmk
! make/modules/jdk.incubator.vector/Lib.gmk
! make/modules/jdk.internal.jvmstat/Java.gmk
! make/modules/jdk.internal.le/Java.gmk
! make/modules/jdk.internal.md/Java.gmk
! make/modules/jdk.internal.opt/Java.gmk
! make/modules/jdk.internal.vm.ci/Java.gmk
! make/modules/jdk.jartool/Gensrc.gmk
! make/modules/jdk.jartool/Java.gmk
! make/modules/jdk.jartool/Jmod.gmk
! make/modules/jdk.jartool/Launcher.gmk
! make/modules/jdk.javadoc/Copy.gmk
! make/modules/jdk.javadoc/Gendata.gmk
! make/modules/jdk.javadoc/Gensrc.gmk
! make/modules/jdk.javadoc/Java.gmk
! make/modules/jdk.javadoc/Launcher.gmk
! make/modules/jdk.jcmd/Java.gmk
! make/modules/jdk.jcmd/Launcher.gmk
! make/modules/jdk.jconsole/Java.gmk
! make/modules/jdk.jconsole/Launcher.gmk
! make/modules/jdk.jdeps/Gensrc.gmk
! make/modules/jdk.jdeps/Java.gmk
! make/modules/jdk.jdeps/Launcher.gmk
! make/modules/jdk.jdi/Gensrc.gmk
! make/modules/jdk.jdi/Java.gmk
! make/modules/jdk.jdi/Launcher.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Copy.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.jfr/Copy.gmk
! make/modules/jdk.jfr/Gendata.gmk
! make/modules/jdk.jfr/Java.gmk
! make/modules/jdk.jfr/Jmod.gmk
! make/modules/jdk.jfr/Launcher.gmk
! make/modules/jdk.jlink/Gensrc.gmk
! make/modules/jdk.jlink/Launcher.gmk
! make/modules/jdk.jpackage/Gensrc.gmk
! make/modules/jdk.jpackage/Java.gmk
! make/modules/jdk.jpackage/Jmod.gmk
! make/modules/jdk.jpackage/Launcher.gmk
! make/modules/jdk.jpackage/Lib.gmk
! make/modules/jdk.jshell/Gensrc.gmk
! make/modules/jdk.jshell/Java.gmk
! make/modules/jdk.jshell/Jmod.gmk
! make/modules/jdk.jshell/Launcher.gmk
! make/modules/jdk.jstatd/Jmod.gmk
! make/modules/jdk.jstatd/Launcher.gmk
! make/modules/jdk.localedata/Gensrc.gmk
! make/modules/jdk.localedata/Java.gmk
! make/modules/jdk.management.agent/Copy.gmk
! make/modules/jdk.management.agent/Gensrc.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.management/Java.gmk
! make/modules/jdk.management/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Java.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Java.gmk
! make/modules/jdk.security.auth/Lib.gmk
! make/modules/sun.charsets/Java.gmk
! make/test/BuildFailureHandler.gmk
! make/test/BuildJtregTestThreadFactory.gmk
! make/test/BuildMicrobenchmark.gmk
! make/test/BuildTestLib.gmk
! make/test/BuildTestLibNative.gmk
! make/test/JtregNativeHotspot.gmk
! make/test/JtregNativeJdk.gmk
! make/test/JtregNativeLibTest.gmk
! test/make/TestCompileCommands.gmk
! test/make/TestCopyFiles.gmk
! test/make/TestFixDepsFile.gmk
! test/make/TestIdea.gmk
! test/make/TestJavaCompilation.gmk
! test/make/TestMake.gmk
! test/make/TestMakeBase.gmk
! test/make/UtilsForTests.gmk

Changeset: 30f71622
Branch: json
Author:    David Holmes <dholmes at openjdk.org>
Date:      2025-02-06 07:32:22 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/30f71622a1c86e297bf6d4b24d90e7531a0f19c2

8349417: Fix NULL usage from JDK-8346433

Reviewed-by: chagedorn

! src/hotspot/os/windows/os_windows.cpp

Changeset: 3cf04dec
Branch: json
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2025-02-06 07:34:28 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3cf04dec493d28730d4462257f64ea636f58d7e5

8349132: javac Analyzers should handle non-deferrable errors

Reviewed-by: abimpoudis

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Analyzer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/Log.java
+ test/langtools/tools/javac/analyzer/Diamond.java

Changeset: 3eb57f6d
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-02-06 08:08:59 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3eb57f6d46b4375cb02b575739a1c12f71e088cf

8349140: Size optimization (opt-size) build fails after recent PCH changes

Reviewed-by: jwaters, erikj, ihse

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 7e307916
Branch: json
Author:    Andrew Dinn <adinn at openjdk.org>
Date:      2025-02-06 09:14:50 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/7e307916ecbf1ae9795e42e5b5a8347daad4af8c

8349102: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory

Reviewed-by: dlong

! src/hotspot/cpu/x86/stubDeclarations_x86.hpp
! test/hotspot/jtreg/ProblemList.txt

Changeset: d85f6514
Branch: json
Author:    Gui Cao <gcao at openjdk.org>
Committer: Hamlin Li <mli at openjdk.org>
Date:      2025-02-06 09:31:54 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/d85f65147aeb4009742bfe401c6070d920b71b3e

8349428: RISC-V: "bad alignment" with -XX:-AvoidUnalignedAccesses after JDK-8347489

Reviewed-by: fyang, mli

! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp

Changeset: acb46ddb
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-02-06 09:33:02 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/acb46ddb8901a4e96238de217d3e7931f381b699

8345155: Add /native to native test in FFM

Reviewed-by: mcimadamore, pminborg

! test/jdk/java/foreign/LibraryLookupTest.java
! test/jdk/java/foreign/SafeFunctionAccessTest.java
! test/jdk/java/foreign/Test4BAlignedDouble.java
! test/jdk/java/foreign/TestAddressDereference.java
! test/jdk/java/foreign/TestClassLoaderFindNative.java
! test/jdk/java/foreign/TestDowncallScope.java
! test/jdk/java/foreign/TestDowncallStack.java
! test/jdk/java/foreign/TestHFA.java
! test/jdk/java/foreign/TestIntrinsics.java
! test/jdk/java/foreign/TestNULLAddress.java
! test/jdk/java/foreign/TestNative.java
! test/jdk/java/foreign/TestScope.java
! test/jdk/java/foreign/TestUpcallAsync.java
! test/jdk/java/foreign/TestUpcallScope.java
! test/jdk/java/foreign/TestUpcallStack.java
! test/jdk/java/foreign/TestVarArgs.java
! test/jdk/java/foreign/arraystructs/TestArrayStructs.java
! test/jdk/java/foreign/capturecallstate/TestCaptureCallState.java
! test/jdk/java/foreign/critical/TestCritical.java
! test/jdk/java/foreign/critical/TestCriticalUpcall.java
! test/jdk/java/foreign/dontrelease/TestDontRelease.java
! test/jdk/java/foreign/enablenativeaccess/TestEnableNativeAccess.java
! test/jdk/java/foreign/enablenativeaccess/TestEnableNativeAccessJarManifest.java
! test/jdk/java/foreign/loaderLookup/TestLoaderLookup.java
! test/jdk/java/foreign/loaderLookup/TestLoaderLookupJNI.java
! test/jdk/java/foreign/loaderLookup/TestSymbolLookupFindOrThrow.java
! test/jdk/java/foreign/nested/TestNested.java
! test/jdk/java/foreign/normalize/TestNormalize.java
! test/jdk/java/foreign/passheapsegment/TestPassHeapSegment.java
! test/jdk/java/foreign/stackwalk/TestAsyncStackWalk.java
! test/jdk/java/foreign/stackwalk/TestReentrantUpcalls.java
! test/jdk/java/foreign/stackwalk/TestStackWalk.java
! test/jdk/java/foreign/upcalldeopt/TestUpcallDeopt.java
! test/jdk/java/foreign/virtual/TestVirtualCalls.java

Changeset: 4618993e
Branch: json
Author:    Tobias Hartmann <thartmann at openjdk.org>
Date:      2025-02-06 10:41:30 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/4618993e27c806e5b349de98c020a91475727d65

8349537: Bad copyright in TestArrayStructs.java

Reviewed-by: jpai

! test/jdk/java/foreign/arraystructs/TestArrayStructs.java
! test/jdk/java/foreign/loaderLookup/TestSymbolLookupFindOrThrow.java

Changeset: dd8720e9
Branch: json
Author:    Amit Kumar <amitkumar at openjdk.org>
Date:      2025-02-06 13:15:18 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/dd8720e90dc5475afd4ccc7321bb5cd97282e101

8348520: [s390x] Problemlist TestVectorReinterpret.java

Reviewed-by: mdoerr

! test/hotspot/jtreg/ProblemList.txt

Changeset: 2093bb74
Branch: json
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
Date:      2025-02-06 14:10:44 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2093bb74676620c416e42fb94b6f5a482700926b

8346434: Add test for non-automatic service binding

Reviewed-by: almatvee

! test/jdk/tools/jpackage/apps/PrintEnv.java
! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Comm.java
! test/jdk/tools/jpackage/share/JLinkOptionsTest.java

Changeset: 2b82e2d5
Branch: json
Author:    Archie Cobbs <acobbs at openjdk.org>
Date:      2025-02-06 14:32:25 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/2b82e2d57bdb8cb677764abc99d70f6d03295625

8347958: Minor compiler cleanups relating to MandatoryWarningHandler

Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Preview.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java

Changeset: e0487c7c
Branch: json
Author:    Christian Hagedorn <chagedorn at openjdk.org>
Date:      2025-02-06 14:49:28 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/e0487c7cbc16fdfe26d22f2b6e65bca7d4398252

8346777: Add missing const declarations and rename variables

Reviewed-by: epeter, thartmann

! src/hotspot/share/opto/predicates.cpp
! src/hotspot/share/opto/predicates.hpp

Changeset: 3fbae32d
Branch: json
Author:    SendaoYan <syan at openjdk.org>
Date:      2025-02-06 15:01:05 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3fbae32d0a9dbe612d4170e135a813c114fdcec2

8349465: [UBSAN] test_os_reserve_between.cpp reported applying non-zero offset to null pointer

Reviewed-by: mdoerr, amitkumar

! test/hotspot/gtest/runtime/test_os_reserve_between.cpp

Changeset: 5ec1aae2
Branch: json
Author:    Viktor Klang <vklang at openjdk.org>
Date:      2025-02-06 15:02:21 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/5ec1aae21e80d86c55df28a86935f50ae77f7b41

8347842: ThreadPoolExecutor specification discusses RuntimePermission

Reviewed-by: alanb, jpai

! src/java.base/share/classes/java/util/concurrent/ThreadPoolExecutor.java

Changeset: f12d2de5
Branch: json
Author:    Nizar Benalla <nbenalla at openjdk.org>
Date:      2025-02-06 16:14:30 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/f12d2de53a62ec1c2c98e90409b27811de0560e1

8345212: Since checker should better handle non numeric values

Reviewed-by: liach

! test/jdk/tools/sincechecker/SinceChecker.java

Changeset: eb847026
Branch: json
Author:    Jiangli Zhou <jiangli at openjdk.org>
Date:      2025-02-06 16:15:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/eb84702626ef1ededc55969923958e8c2835d821

8349513: Remove unused BUILD_JDK_JTREG_LIBRARIES_JDK_LIBS_libTracePinnedThreads

Reviewed-by: dholmes, erikj

! make/test/JtregNativeJdk.gmk

Changeset: 1ab1c1d5
Branch: json
Author:    Liam Miller-Cushon <cushon at openjdk.org>
Date:      2025-02-06 17:33:44 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1ab1c1d53b86228be85aac96fa5d69db39ac6317

8349058: 'internal proprietary API' warnings make javac warnings unusable

Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/ClassFinder.java
! test/langtools/tools/javac/options/system/SystemSunProprietary.java

Changeset: ed8945a6
Branch: json
Author:    Harshitha Onkar <honkar at openjdk.org>
Date:      2025-02-06 18:30:39 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ed8945a68a67dd51a7cfa332905941afccc12b36

8347377: Add validation checks for ICC_Profile header fields

Reviewed-by: prr, jdv

! src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java
! src/java.desktop/share/classes/java/awt/color/ICC_Profile.java
+ test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeaderData.java
= test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/invalidSRGB.icc

Changeset: 0181030b
Branch: json
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2025-02-06 19:10:26 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/0181030bdc300f1d8fe02c3e2e599c997a4ab876

8349006: File.getCanonicalPath should remove "(on UNIX platforms)" from its specification

Reviewed-by: jlu, naoto

! src/java.base/share/classes/java/io/File.java

Changeset: 1a74ee64
Branch: json
Author:    Brian Burkhalter <bpb at openjdk.org>
Date:      2025-02-06 19:11:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1a74ee64eb835c3395fe763c42fd36e2a720f441

8349092: File.getFreeSpace violates specification if quotas are in effect (win)

Reviewed-by: naoto

! src/java.base/windows/classes/java/io/WinNTFileSystem.java
! test/jdk/java/io/File/GetXSpace.java

Changeset: 10791477
Branch: json
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2025-02-06 20:20:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/10791477cf0a0a31d2703fc718a7a649d494d534

8348570: CTW: Expose the code hidden by uncommon traps

Reviewed-by: kvn, thartmann

! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java
! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java

Changeset: a0c7f661
Branch: json
Author:    Calvin Cheung <ccheung at openjdk.org>
Date:      2025-02-06 22:31:19 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/a0c7f661bedaf50b22cf83c798be46e8e5004b60

8349508: runtime/cds/appcds/TestParallelGCWithCDS.java should not check for specific output

Reviewed-by: dholmes, iklam

! test/hotspot/jtreg/runtime/cds/appcds/TestParallelGCWithCDS.java
! test/hotspot/jtreg/runtime/cds/appcds/TestSerialGCWithCDS.java

Changeset: 1eb54e42
Branch: json
Author:    Fernando Guallini <fguallini at openjdk.org>
Committer: Rajan Halade <rhalade at openjdk.org>
Date:      2025-02-07 00:31:11 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/1eb54e4228ba9319ac2f980055ed366dd861ec0b

8346049: jdk/test/lib/security/timestamp/TsaServer.java warnings

Reviewed-by: weijun, rhalade, hchao, lmesnik

! test/lib/jdk/test/lib/security/timestamp/TsaServer.java

Changeset: 3989a199
Branch: json
Author:    Joe Wang <joehw at openjdk.org>
Date:      2025-02-07 02:26:20 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/3989a199578fc1d91988cfdbb95f11dd6d4c7b81

8344925: translet-name ignored when package-name is also set

Reviewed-by: lancea, iris, naoto

! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java
! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java
+ test/jaxp/javax/xml/jaxp/libs/jaxp/library/JUnitTestUtil.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/PropertiesTest.java

Changeset: 006ed5c0
Branch: json
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2025-02-07 07:43:43 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/006ed5c02b47d12fdcc070f50cfeb77d5c158bca

8349375: Cleanup AIX special file build settings

Reviewed-by: mdoerr, clanger, erikj, jwaters

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 86cec4ea
Branch: json
Author:    Ivan Walulya <iwalulya at openjdk.org>
Date:      2025-02-07 10:22:23 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/86cec4ea2c2c56f03b23be44caade49b922cd3c6

8343782: G1: Use one G1CardSet instance for multiple old gen regions

Reviewed-by: ayang, tschatzl

! src/hotspot/share/gc/g1/g1CardSet.cpp
! 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/g1CollectionSet.cpp
! src/hotspot/share/gc/g1/g1CollectionSet.hpp
+ src/hotspot/share/gc/g1/g1CollectionSet.inline.hpp
! src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp
! src/hotspot/share/gc/g1/g1CollectionSetCandidates.hpp
! src/hotspot/share/gc/g1/g1CollectionSetCandidates.inline.hpp
! src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1FullCollector.cpp
! src/hotspot/share/gc/g1/g1FullGCResetMetadataTask.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp
! src/hotspot/share/gc/g1/g1HeapRegionRemSet.cpp
! src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp
! src/hotspot/share/gc/g1/g1HeapRegionRemSet.inline.hpp
! src/hotspot/share/gc/g1/g1OopClosures.inline.hpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1Policy.hpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/g1RemSetSummary.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
! src/hotspot/share/gc/g1/g1YoungCollector.cpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp
! src/hotspot/share/gc/g1/g1_globals.hpp
! test/hotspot/jtreg/gc/g1/pinnedobjs/TestPinnedOldObjectsEvacuation.java

Changeset: 7cd5cb29
Branch: json
Author:    Mikhail Yankelevich <mikhail.yankelevich at oracle.com>
Committer: Weijun Wang <weijun at openjdk.org>
Date:      2025-02-07 15:40:17 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/7cd5cb2916e8a62ec57c022a5fac19fb62b7c779

8349532: Refactor ./util/Pem/encoding.sh to run in java

Reviewed-by: weijun

! test/jdk/sun/security/util/Pem/PemEncoding.java
- test/jdk/sun/security/util/Pem/encoding.sh

Changeset: fb847bb2
Branch: json
Author:    Justin Lu <jlu at openjdk.org>
Date:      2025-02-07 17:08:52 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/fb847bb2afc9e9e164430078c5c403ec6583d50e

8349493: Replace sun.util.locale.ParseStatus usage with java.text.ParsePosition

Reviewed-by: naoto

! src/java.base/share/classes/java/util/Locale.java
! src/java.base/share/classes/sun/util/locale/LanguageTag.java
- src/java.base/share/classes/sun/util/locale/ParseStatus.java

Changeset: 88a84835
Branch: json
Author:    Bradford Wetmore <wetmore at openjdk.org>
Date:      2025-02-07 17:09:56 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/88a84835a3a13f9adfcfa2ad034acff8fbc4fadc

8349121: SSLParameters.setApplicationProtocols() ALPN example could be clarified

Reviewed-by: abarashev, jnimeh, dfuchs

! src/java.base/share/classes/javax/net/ssl/SSLParameters.java

Changeset: b40f8eef
Branch: json
Author:    Andrew Haley <aph at openjdk.org>
Date:      2025-02-07 17:39:10 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/b40f8eef98dac066816d4d548b2304276a76d5e0

8337251: C1: Improve Class.isInstance intrinsic

Reviewed-by: vlivanov

! src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
! src/hotspot/cpu/riscv/c1_LIRGenerator_riscv.cpp
! src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp
! src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp
! src/hotspot/share/c1/c1_Canonicalizer.cpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/c1/c1_LIRGenerator.hpp
! src/hotspot/share/c1/c1_Runtime1.cpp
! src/hotspot/share/runtime/stubDeclarations.hpp

Changeset: ba43f869
Branch: json
Author:    Naoto Sato <naoto.sato at oracle.com>
Date:      2025-02-07 11:04:35 +0000
URL:       https://git.openjdk.org/jdk-sandbox/commit/ba43f86906e5a7120669c6c9e5a3fb6c26878691

Merge branch 'master' into json




More information about the jdk-sandbox-changes mailing list