hg: jdk/jdk: 47 new changesets

philip.race at oracle.com philip.race at oracle.com
Thu Jul 26 17:01:26 UTC 2018


Changeset: 7cfc6c381cfa
Author:    bulasevich
Date:      2018-07-19 21:46 +0300
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/7cfc6c381cfa

8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
Reviewed-by: shade

! src/hotspot/cpu/arm/sharedRuntime_arm.cpp

Changeset: 14b870bda24f
Author:    kvn
Date:      2018-07-19 13:41 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/14b870bda24f

8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation.
Reviewed-by: twisti, dnsimon, never

! src/hotspot/share/aot/aotCodeHeap.cpp
! src/hotspot/share/aot/aotCodeHeap.hpp
! src/hotspot/share/gc/shared/gcConfig.cpp
! src/hotspot/share/gc/shared/gcConfig.hpp
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/BinaryContainer.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Main.java

Changeset: fc24da4898f1
Author:    erikj
Date:      2018-07-19 14:25 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/fc24da4898f1

8207243: Fix translation filtering to also support zh_HK and zh_TW
Reviewed-by: tbell

! make/CompileJavaModules.gmk
! make/conf/jib-profiles.js
! test/jdk/build/translations/VerifyTranslations.java
! test/jdk/java/util/logging/LocalizedLevelName.java

Changeset: 0d2e45b25c3d
Author:    zgu
Date:      2018-07-11 13:55 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/0d2e45b25c3d

8207056: Epsilon GC to support object pinning
Summary: Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke

! src/hotspot/share/gc/epsilon/epsilonHeap.hpp

Changeset: 4630bb315ec0
Author:    mli
Date:      2018-07-20 08:40 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/4630bb315ec0

8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
Reviewed-by: alanb

! test/jdk/java/nio/channels/Selector/SelectWithConsumer.java

Changeset: e750c1a054fa
Author:    jcbeyler
Date:      2018-07-19 18:21 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/e750c1a054fa

8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Summary: Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitor.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/libHeapMonitorTest.c

Changeset: 6ed2290ba410
Author:    mli
Date:      2018-07-20 15:24 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/6ed2290ba410

8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
Reviewed-by: alanb

! test/jdk/java/nio/channels/Selector/SelectWithConsumer.java

Changeset: a138b5fe288d
Author:    rraghavan
Date:      2018-07-20 01:23 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/a138b5fe288d

8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
Summary: Added required uses statement
Reviewed-by: dnsimon, kvn

! src/jdk.internal.vm.compiler/share/classes/module-info.java

Changeset: 24c4780f69a5
Author:    goetz
Date:      2018-07-20 09:33 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/24c4780f69a5

8207766: [testbug] Adapt tests for Aix.
Reviewed-by: clanger, mbaesken

! test/jdk/ProblemList.txt
! test/jdk/com/sun/jdi/EvalArraysAsList.sh
! test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh
! test/jdk/sun/security/pkcs11/PKCS11Test.java
! test/jdk/sun/security/pkcs11/Secmod/TestNssDbSqlite.java
! test/jdk/tools/launcher/SourceMode.java

Changeset: 67736b4846a0
Author:    goetz
Date:      2018-07-20 09:46 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/67736b4846a0

8207830: [aix] disable jfr in build and tests
Reviewed-by: kvn, erikj

! make/autoconf/hotspot.m4
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/runtime/appcds/CDSandJFR.java
! test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/FlagCombo.java
! test/jdk/TEST.ROOT
! 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/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/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/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/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/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/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/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/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/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/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/cmd/TestHelp.java
! test/jdk/jdk/jfr/cmd/TestPrint.java
! test/jdk/jdk/jfr/cmd/TestPrintDefault.java
! test/jdk/jdk/jfr/cmd/TestPrintJSON.java
! test/jdk/jdk/jfr/cmd/TestPrintXML.java
! test/jdk/jdk/jfr/cmd/TestReconstruct.java
! test/jdk/jdk/jfr/cmd/TestSplit.java
! test/jdk/jdk/jfr/cmd/TestSummary.java
! test/jdk/jdk/jfr/event/compiler/TestAllocInNewTLAB.java
! test/jdk/jdk/jfr/event/compiler/TestAllocOutsideTLAB.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheFull.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheStats.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeper.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeperConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeperStats.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/TestCompilerStats.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSMarkSweep.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/TestGCCauseWithPSMarkSweep.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/TestGCEventMixedWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSMarkSweep.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/TestGCEventMixedWithPSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParNew.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/TestYoungGarbageCollectionEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.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.sh
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithHeapBasedOops.sh
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.sh
! 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/TestCMSConcurrentModeFailureEvent.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/TestG1MMUEvent.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/TestPromotionFailedEventWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithCMS.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithCMS.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParallel.java
! test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventConcurrentCMS.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/heapsummary/TestHeapSummaryEventPSSerial.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSMarkSweep.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/TestObjectCountAfterGCEventWithPSMarkSweep.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/TestRefStatEventWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithCMSMarkSweep.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/TestRefStatEventWithPSMarkSweep.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/TestConcMarkSweepAllocationPendingStackTrace.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/TestMetaspaceConcMarkSweepGCAllocationPendingStackTrace.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/TestParNewAllocationPendingStackTrace.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/EvilInstrument.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/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/oldobject/TestAllocationTime.java
! test/jdk/jdk/jfr/event/oldobject/TestArrayInformation.java
! test/jdk/jdk/jfr/event/oldobject/TestCMS.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/TestObjectDescription.java
! test/jdk/jdk/jfr/event/oldobject/TestParallel.java
! test/jdk/jdk/jfr/event/oldobject/TestParallelOld.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/TestThreadLocalLeak.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.sh
! test/jdk/jdk/jfr/event/os/TestOSInfo.java
! test/jdk/jdk/jfr/event/os/TestPhysicalMemoryEvent.java
! test/jdk/jdk/jfr/event/os/TestSystemProcess.java
! test/jdk/jdk/jfr/event/os/TestThreadContextSwitches.java
! test/jdk/jdk/jfr/event/profiling/TestFullStackTrace.java
! test/jdk/jdk/jfr/event/runtime/TestActiveRecordingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.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/TestClassUnloadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionEvents.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionSubclass.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/TestNetworkUtilizationEvent.java
! test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java
! test/jdk/jdk/jfr/event/runtime/TestSizeTFlags.java
! test/jdk/jdk/jfr/event/runtime/TestSystemPropertyEvent.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/TestThreadParkEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadSleepEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadStartEndEvents.java
! test/jdk/jdk/jfr/event/runtime/TestThrowableInstrumentation.java
! test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.sh
! test/jdk/jdk/jfr/event/runtime/TestVMOperation.java
! test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
! test/jdk/jdk/jfr/event/sampling/TestNative.java
! test/jdk/jdk/jfr/jcmd/TestJcmdChangeLogLevel.java
! test/jdk/jdk/jfr/jcmd/TestJcmdConfigure.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/TestJcmdLegacy.java
! test/jdk/jdk/jfr/jcmd/TestJcmdSaveToFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.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/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/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/security/TestEnoughPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNoControlPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNoMonitorPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNotificationListenerPermission.java
! test/jdk/jdk/jfr/jvm/TestBeginAndEnd.java
! test/jdk/jdk/jfr/jvm/TestClassId.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/TestGetAllEventClasses.java
! test/jdk/jdk/jfr/jvm/TestGetEventWriter.java
! test/jdk/jdk/jfr/jvm/TestGetStackTraceId.java
! test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
! test/jdk/jdk/jfr/jvm/TestJavaEvent.java
! test/jdk/jdk/jfr/jvm/TestJfrJavaBase.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/TestPid.java
! test/jdk/jdk/jfr/jvm/TestUnloadEventClassCount.java
! test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
! test/jdk/jdk/jfr/startupargs/TestBadOptionValues.java
! test/jdk/jdk/jfr/startupargs/TestDumpOnExit.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/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/TestStartMaxAgeSize.java
! test/jdk/jdk/jfr/startupargs/TestStartName.java
! test/jdk/jdk/jfr/startupargs/TestStartRecording.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/sun/hotspot/WhiteBox.java

Changeset: 936823fcf202
Author:    erikj
Date:      2018-07-20 09:07 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/936823fcf202

8207365: Make man pages optional
Reviewed-by: tbell

! make/Images.gmk
! make/autoconf/configure.ac
! make/autoconf/jdk-options.m4
! make/autoconf/spec.gmk.in
! make/conf/jib-profiles.js

Changeset: e429a304c97d
Author:    ascarpino
Date:      2018-07-20 09:55 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/e429a304c97d

8204196: integer cleanup
Reviewed-by: xuelei

! src/java.base/share/classes/com/sun/crypto/provider/RSACipher.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! src/java.base/share/classes/sun/security/provider/DSA.java
! src/java.base/share/classes/sun/security/x509/AlgorithmId.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Signature.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSASignature.java
! src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSASignature.java

Changeset: 79926aa725f7
Author:    naoto
Date:      2018-07-20 10:12 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/79926aa725f7

8206886: Java does not set the default format locale correctly on mac10.13
Reviewed-by: rriggs

! src/java.base/macosx/native/libjava/java_props_macosx.c

Changeset: bfcdf06f97fa
Author:    iignatyev
Date:      2018-07-20 11:39 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/bfcdf06f97fa

8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
Reviewed-by: kvn

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Collector.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/ClassSearch.java
+ test/hotspot/jtreg/compiler/aot/cli/jaotc/IgnoreErrorsTest.java
+ test/hotspot/jtreg/compiler/aot/cli/jaotc/IllegalClass.jasm

Changeset: e5c3953c5f88
Author:    epavlova
Date:      2018-07-20 11:39 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/e5c3953c5f88

8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/graalunit/common/GraalUnitTestLauncher.java

Changeset: 23167d80e0f2
Author:    smarks
Date:      2018-07-20 14:34 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/23167d80e0f2

8206865: RMI activation tests fail with InvalidClassException
Reviewed-by: darcy, alanb, mchung

! src/java.base/share/classes/jdk/internal/reflect/ReflectionFactory.java
! test/jdk/ProblemList.txt

Changeset: b65916c52e3c
Author:    coleenp
Date:      2018-07-20 18:03 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/b65916c52e3c

8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
Summary: Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler
Reviewed-by: vromero, jiangli

! test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine.java

Changeset: d5138f8da1ba
Author:    weijun
Date:      2018-07-21 21:46 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/d5138f8da1ba

8207223: SSL Handshake failures are reported with more generic SSLException
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/ssl/Alert.java

Changeset: 7efacf6d4cc6
Author:    xiaofeya
Date:      2018-07-23 10:02 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/7efacf6d4cc6

8207952: Problem-list 3 sctp tests
Reviewed-by: chegar

! test/jdk/ProblemList.txt

Changeset: dd1aa4229fd4
Author:    jcbeyler
Date:      2018-07-22 20:00 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/dd1aa4229fd4

8207252: C1 still does eden allocations when TLAB is enabled
Summary: Only do eden allocations when TLAB is disabled
Reviewed-by: kbarrett, jrose, tschatzl, iveresov
Contributed-by: jcbeyler at google.com

! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
! src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp

Changeset: 50eb2c0f252b
Author:    gromero
Date:      2018-07-19 16:56 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/50eb2c0f252b

8189922: UseNUMA memory interleaving vs membind
Reviewed-by: gromero, drwhite, dholmes, tschatzl
Contributed-by: Swati Sharma <swatibits14 at gmail.com>

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

Changeset: d9b22cbe3e7a
Author:    sdama
Date:      2018-07-23 19:58 +0530
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/d9b22cbe3e7a

8206445: JImageListTest.java failed in Windows
Summary: Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb

! test/jdk/ProblemList.txt
! test/jdk/tools/jimage/JImageListTest.java

Changeset: ed66516bab5b
Author:    dcubed
Date:      2018-07-23 14:41 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ed66516bab5b

8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 087c3ba2d138
Author:    dlong
Date:      2018-07-23 12:01 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/087c3ba2d138

8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/AMD64HotSpotReturnOp.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/AMD64Call.java

Changeset: 17b7d7034e8e
Author:    valeriep
Date:      2018-07-23 23:18 +0000
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/17b7d7034e8e

8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Summary: Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan

! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/java/security/SignatureSpi.java
! src/java.base/share/classes/sun/security/rsa/RSAPSSSignature.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSASignature.java

Changeset: 9c1d9d1fb543
Author:    mli
Date:      2018-07-24 13:55 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/9c1d9d1fb543

8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
Reviewed-by: alanb

! test/jdk/ProblemList.txt

Changeset: 1d8b1d4eae6a
Author:    chegar
Date:      2018-07-23 11:47 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/1d8b1d4eae6a

8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
Reviewed-by: michaelm

! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java
! src/java.net.http/share/classes/jdk/internal/net/http/frame/SettingsFrame.java
! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java

Changeset: ad1fa1db73d9
Author:    chegar
Date:      2018-07-24 10:07 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ad1fa1db73d9

8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
Reviewed-by: michaelm

! src/java.net.http/share/classes/jdk/internal/net/http/WindowController.java
+ test/jdk/java/net/httpclient/whitebox/WindowControllerTestDriver.java
+ test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/WindowControllerTest.java

Changeset: ceebbc92b3b0
Author:    ghaug
Date:      2018-07-24 12:57 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ceebbc92b3b0

8207392: [PPC64] Implement JFR profiling.
Reviewed-by: simonis, goetz

! src/hotspot/cpu/ppc/frame_ppc.cpp
! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp

Changeset: 5cff3e41d003
Author:    cjplummer
Date:      2018-07-24 10:35 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/5cff3e41d003

8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Summary: add test to ProblemsList.txt
Reviewed-by: sspitsyn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 049b2037b5d8
Author:    rhalade
Date:      2018-07-24 12:12 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/049b2037b5d8

8203230: update VerifyCACerts test
Reviewed-by: mullan

! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: a90d8198d7e4
Author:    chegar
Date:      2018-07-25 10:08 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/a90d8198d7e4

8207846: Generalize the jdk.net.includeInExceptions security property
Reviewed-by: alanb, michaelm, rriggs, mullan

! src/java.base/share/classes/sun/net/util/SocketExceptions.java
! src/java.base/share/conf/security/java.security
! test/jdk/java/net/Socket/ExceptionText.java

Changeset: ea900a7dc7d7
Author:    erikj
Date:      2018-07-25 08:36 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ea900a7dc7d7

8208096: Update build documentation to reflect compiler upgrades at Oracle
Reviewed-by: tbell

! doc/building.html
! doc/building.md

Changeset: 628718bf8970
Author:    dcubed
Date:      2018-07-25 12:32 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/628718bf8970

8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 7087c6657f35
Author:    jnimeh
Date:      2018-07-25 09:48 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/7087c6657f35

8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/ssl/CipherSuite.java

Changeset: 224c202c02a5
Author:    jcbeyler
Date:      2018-07-25 10:51 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/224c202c02a5

8207765: HeapMonitorTest.java intermittent failure
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorTest.java

Changeset: ec6d5843068a
Author:    dcubed
Date:      2018-07-25 15:38 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ec6d5843068a

8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer

! test/hotspot/jtreg/ProblemList.txt

Changeset: f6c70dedae1a
Author:    cjplummer
Date:      2018-07-25 13:15 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/f6c70dedae1a

8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
Summary: do a better job of handling compilations before execution
Reviewed-by: sspitsyn, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.c

Changeset: 9e04723f53c7
Author:    dcubed
Date:      2018-07-25 17:22 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/9e04723f53c7

8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn

! test/jdk/ProblemList.txt

Changeset: d31dcfaa96f3
Author:    xuelei
Date:      2018-07-25 17:21 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/d31dcfaa96f3

8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
Reviewed-by: ascarpino

! src/java.base/share/classes/sun/security/ssl/SSLAlgorithmConstraints.java

Changeset: f095e3bc2d41
Author:    jjiang
Date:      2018-07-26 08:46 +0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/f095e3bc2d41

8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
Summary: Improve the logics on skipping test
Reviewed-by: valeriep

! test/jdk/sun/security/pkcs11/PKCS11Test.java
! test/jdk/sun/security/pkcs11/Secmod/TestNssDbSqlite.java
! test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java
! test/jdk/sun/security/pkcs11/ec/TestCurves.java
! test/jdk/sun/security/pkcs11/ec/TestECDH.java
! test/jdk/sun/security/pkcs11/ec/TestECDH2.java
! test/jdk/sun/security/pkcs11/ec/TestECDSA.java
! test/jdk/sun/security/pkcs11/ec/TestECDSA2.java
! test/jdk/sun/security/pkcs11/ec/TestECGenSpec.java

Changeset: 73f3487f271d
Author:    ljiang
Date:      2018-07-25 22:48 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/73f3487f271d

8207948: JDK 11 L10n resource file update msg drop 10
Reviewed-by: naoto

! src/demo/share/jfc/SwingSet2/resources/swingset_ja.properties
! src/demo/share/jfc/SwingSet2/resources/swingset_zh_CN.properties
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_ja.java
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_zh_CN.java
! src/java.base/share/classes/sun/launcher/resources/launcher_ja.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_zh_CN.properties
! src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java
! src/java.base/share/classes/sun/security/tools/keytool/Resources_zh_CN.java
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_ja.properties
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
+ src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher_ja.properties
+ src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher_zh_CN.properties
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_ja.java
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_ja.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_zh_CN.properties
! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_zh_CN.properties
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_zh_CN.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_zh_CN.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_ja.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_zh_CN.properties
! src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic_ja.properties
! src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties

Changeset: 13e816d02c25
Author:    rgoel
Date:      2018-07-26 14:15 +0530
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/13e816d02c25

8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
Summary: generated display names for missing timezones at run time.
Reviewed-by: naoto

! src/java.base/share/classes/sun/util/locale/provider/LocaleResources.java
! src/java.base/share/classes/sun/util/resources/TimeZoneNames.java
! test/jdk/java/util/TimeZone/Bug8149452.java

Changeset: 21ce0a9e592a
Author:    simonis
Date:      2018-07-23 15:17 +0200
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/21ce0a9e592a

8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
Reviewed-by: sspitsyn, cjplummer

! src/jdk.jdwp.agent/share/native/libjdwp/ThreadReferenceImpl.c
+ test/jdk/com/sun/jdi/Frames2Test.java

Changeset: 3fe0329588b8
Author:    jlaskey
Date:      2018-07-26 10:25 -0300
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/3fe0329588b8

8208164: (str) improve specification of String::lines
Reviewed-by: smarks

! src/java.base/share/classes/java/lang/String.java

Changeset: a87d1966c35c
Author:    prr
Date:      2018-07-26 09:27 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/a87d1966c35c

Added tag jdk-11+24 for changeset ea900a7dc7d7

! .hgtags

Changeset: 0a7a0a6dfa22
Author:    prr
Date:      2018-07-26 10:00 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/0a7a0a6dfa22

Merge

! .hgtags
! make/autoconf/spec.gmk.in
! src/hotspot/os/linux/os_linux.cpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
! test/jtreg-ext/requires/VMProps.java



More information about the jdk-all-changes mailing list