From martijnverburg at gmail.com Wed Jun 6 08:58:50 2018 From: martijnverburg at gmail.com (Martijn Verburg) Date: Wed, 6 Jun 2018 09:58:50 +0100 Subject: Fwd: Heads up concerning the jre image in JDK 11 In-Reply-To: References: Message-ID: Hi all, FYI for folks involved in building AdoptOpenJDK binaries. Cheers, Martijn ---------- Forwarded message ---------- From: Erik Joelsson Date: 6 June 2018 at 01:15 Subject: Heads up concerning the jre image in JDK 11 To: jdk-dev Hello, I would like to make everyone aware of an impending change to JDK 11 concerning the images we build. In [1], currently under review [2], the jre-image will no longer be built by the "images" make target. Oracle intends to no longer ship the JRE in its current form and so we do no longer wish to build it. It will still be possible to build it using the make target "legacy-jre-image" (and "mac-legacy-jre-bundle" for the macos specific image). This should serve the need of any OpenJDK distributor that still wants to produce the legacy jre, while making it clear that it is slated for complete removal in a future release. The "product-bundles" target will no longer produce bundles of the legacy jre. /Erik [1] https://bugs.openjdk.java.net/browse/JDK-8200132 [2] http://mail.openjdk.java.net/pipermail/build-dev/2018-June/022274.html From abdul.kolarkunnu at oracle.com Tue Jun 12 07:01:09 2018 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Tue, 12 Jun 2018 00:01:09 -0700 (PDT) Subject: OpenJDK 11 build 17 test results now available Message-ID: OpenJDK 11 ea build 17 test results are now available at https://download.java.net/openjdk/testresults/11/testresults.html The jdk test results contain 48 differences from the build 14 test results. There are 8 testcase failures, these failures are under investigation. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/14/jdk/JTwork pass: 7,071; error: 1; not run: 2,332 1: /scratch/export/home/aginfra/muneer/jtest/merge11/17/jdk/JTwork pass: 7,093; fail: 8; error: 1; not run: 2,370 0 1 Test --- pass com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20KAT.java --- pass com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20KeyGeneratorTest.java --- pass com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20NoReuse.java --- pass com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20Poly1305ParamTest.java --- pass com/sun/jdi/JdbExprTest.sh --- pass com/sun/jdi/JdbMethodExitTest.sh --- pass java/beans/Introspector/GenericPropertyType.java --- pass java/beans/Introspector/OverloadedSetter.java --- pass java/beans/Introspector/OverriddenGenericGetter.java --- pass java/beans/Introspector/OverriddenGenericSetter.java --- pass java/io/Serializable/serialFilter/CheckArrayTest.java --- pass java/lang/Character/CharPropTest.java pass --- java/lang/Character/CheckBlocks.java pass --- java/lang/Character/TestISOControls.java --- pass java/lang/Character/UnicodeBlock/CheckBlocks.java --- pass java/lang/String/IsBlank.java --- pass java/lang/String/Lines.java --- pass java/lang/String/concat/ImplicitStringConcatAssignLHS.java --- pass java/lang/invoke/condy/CondyNestedResolutionTest.java --- pass java/net/Socket/ReadAfterReset.java --- pass java/net/SocketOption/TcpKeepAliveTest.java --- pass java/util/Collection/RandomizedIteration.java pass --- java/util/Map/InPlaceOpsCollisions.java --- pass java/util/concurrent/PriorityBlockingQueue/WhiteBox.java --- pass java/util/function/PredicateNotTest.java --- pass java/util/jar/Attributes/TestAttrsNL.java pass --- javax/sound/midi/MidiSystem/DefaultProperties.java --- pass javax/sound/midi/MidiSystem/DefaultProperties/DefaultProperties.java --- pass javax/sound/midi/MidiSystem/DefaultProperties/DefaultPropertiesNegative.java pass --- javax/sound/sampled/AudioSystem/DefaultProperties.java --- pass javax/sound/sampled/AudioSystem/DefaultProperties/DefaultProperties.java --- pass javax/sound/sampled/AudioSystem/DefaultProperties/DefaultPropertiesNegative.java --- pass jdk/internal/jline/extra/AnsiInterpretingOutputStreamTest.java pass fail jdk/jfr/cmd/TestPrintJSON.java pass fail jdk/jfr/event/oldobject/TestCMS.java pass fail jdk/jfr/event/oldobject/TestClassLoaderLeak.java pass fail jdk/jfr/event/oldobject/TestLargeRootSet.java pass fail jdk/jfr/event/oldobject/TestListenerLeak.java pass fail jdk/jfr/event/oldobject/TestParallel.java pass fail jdk/jfr/event/oldobject/TestParallelOld.java pass fail jdk/jfr/event/oldobject/TestSerial.java --- pass sun/security/krb5/ktab/BufferBoundary.java --- pass sun/security/rsa/TestSigGen15.java --- pass sun/security/rsa/pss/PSSParametersTest.java --- pass sun/security/rsa/pss/SignatureTest2.java --- pass sun/security/rsa/pss/SignatureTestPSS.java --- pass sun/security/rsa/pss/TestPSSKeySupport.java --- pass sun/security/rsa/pss/TestSigGenPSS.java 48 differences The hotspot test results contain 2330 differences from the build 14 test results. There is 1 testcase failure, this failure is under investigation. Differences can be seen here: https://download.java.net/openjdk/testresults/11/archives/17/diff-hotspot-14-17.txt The langtools test results contain 14 differences from the build 14 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/14/langtools/JTwork pass: 3,535; not run: 357 1: /scratch/export/home/aginfra/muneer/jtest/merge11/17/langtools/JTwork pass: 3,549; not run: 366 0 1 Test --- pass tools/javac/8013179/T8013179.java --- pass tools/javac/8133247/T8133247.java --- pass tools/javac/8203436/T8203436a.java --- pass tools/javac/8203436/T8203436b.java --- pass tools/javac/T8148354/IntersectionFunctionalButComponentsNotTest.java --- pass tools/javac/T8148354/IntersectionTypeBugTest.java --- pass tools/javac/T8196048/ThrownTypeVarsAsRootsTest.java --- pass tools/javac/T8203486/SkipInferenceForNonFunctionalInterfTest.java --- pass tools/javac/T8203892/CheckTargetIsNotAddedAsMarkerInterfaceTest.java --- pass tools/javac/annotations/repeatingAnnotations/generatedInRepeating/GeneratedInRepeating.java --- pass tools/javac/classfiles/attributes/Synthetic/AccessToPrivateInnerClassConstructorsTest.java --- pass tools/javac/diags/CompletionFailureInDiags.java --- pass tools/javac/importscope/BadClassFileDuringImport.java --- pass tools/javac/types/VarInstanceMemberTest.java 14 differences The nashorn test result is available at https://download.java.net/openjdk/testresults/11/archives/17/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India From martijnverburg at gmail.com Fri Jun 15 13:14:13 2018 From: martijnverburg at gmail.com (Martijn Verburg) Date: Fri, 15 Jun 2018 14:14:13 +0100 Subject: Tracking OpenJDK 9's usage and adoption rate via Maven Central Message-ID: Hi all, Several Adopt members have gotten together to look at answering the questions of what percentage of the most popular (TBD what most popular is) projects on Maven central can: 1. Run on Java9+ 2. Use Automatic-Module-Name 3. Use module-info.java As a side effect we're also working with Sonatype to improve Maven central's indexing to include searching for modules. As a follow on to this the LJC will start a crowdfunding campaign to bring any popular libraries that aren't Java 9+ compatible up to date and possible look at applying at least an Automatic-Module-Name as a starting point to modularity. See the kickoff doc for details. Cheers, Martijn From abdul.kolarkunnu at oracle.com Tue Jun 19 07:30:09 2018 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Tue, 19 Jun 2018 00:30:09 -0700 (PDT) Subject: OpenJDK 11 build 18 test results now available In-Reply-To: References: Message-ID: OpenJDK 11 ea build 18 test results are now available at https://download.java.net/openjdk/testresults/11/testresults.html The jdk test results contain 18 differences from the build 17 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/17/jdk/JTwork pass: 7,093; fail: 8; error: 1; not run: 2,370 1: /scratch/export/home/aginfra/muneer/jtest/merge11/18/jdk/JTwork pass: 7,109; not run: 2,372 0 1 Test --- pass java/lang/Package/PackageFromManifest.java pass --- java/lang/Thread/StopThrowable.java --- pass java/lang/management/MemoryMXBean/MemoryTestZGC.sh --- pass java/nio/channels/SelectionKey/AtomicUpdates.java --- pass java/util/Calendar/JapaneseEraNameTest.java --- pass javax/crypto/CipherSpi/TestGCMWithByteBuffer.java --- pass javax/imageio/plugins/jpeg/TestWriteARGBJPEG.java fail pass jdk/jfr/cmd/TestPrintJSON.java fail pass jdk/jfr/event/oldobject/TestCMS.java fail pass jdk/jfr/event/oldobject/TestClassLoaderLeak.java fail pass jdk/jfr/event/oldobject/TestLargeRootSet.java fail pass jdk/jfr/event/oldobject/TestListenerLeak.java fail pass jdk/jfr/event/oldobject/TestParallel.java fail pass jdk/jfr/event/oldobject/TestParallelOld.java fail pass jdk/jfr/event/oldobject/TestSerial.java --- pass sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java error pass sun/tools/jstatd/TestJstatdExternalRegistry.java --- pass tools/launcher/SourceMode.java 18 differences The hotspot test results contain 53 differences from the build 17 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/17/hotspot/JTwork pass: 5,603; fail: 1; not run: 11,793 1: /scratch/export/home/aginfra/muneer/jtest/merge11/18/hotspot/JTwork pass: 5,636; fail: 1; not run: 11,794 0 1 Test --- pass compiler/c2/TestUnsignedByteCompare.java --- pass compiler/gcbarriers/UnsafeIntrinsicsTest.java --- pass compiler/loopstripmining/UnexpectedNodeInOuterLoopWhenCloning.java pass --- gc/TestAgeOutput.java --- pass gc/TestAgeOutput.java#id0 --- pass gc/TestAgeOutput.java#id1 pass --- gc/TestGenerationPerfCounter.java --- pass gc/TestGenerationPerfCounter.java#id0 --- pass gc/TestGenerationPerfCounter.java#id1 pass --- gc/TestMemoryMXBeansAndPoolsPresence.java --- pass gc/TestMemoryMXBeansAndPoolsPresence.java#id0 --- pass gc/TestMemoryMXBeansAndPoolsPresence.java#id1 pass --- gc/TestNumWorkerOutput.java --- pass gc/TestNumWorkerOutput.java#id0 --- pass gc/TestNumWorkerOutput.java#id1 pass --- gc/TestSystemGC.java --- pass gc/TestSystemGC.java#id0 --- pass gc/TestSystemGC.java#id1 pass --- gc/arguments/TestAlignmentToUseLargePages.java --- pass gc/arguments/TestAlignmentToUseLargePages.java#id0 --- pass gc/arguments/TestAlignmentToUseLargePages.java#id1 pass --- gc/arguments/TestMaxNewSize.java --- pass gc/arguments/TestMaxNewSize.java#id0 --- pass gc/arguments/TestMaxNewSize.java#id1 pass --- gc/arguments/TestUseCompressedOopsErgo.java --- pass gc/arguments/TestUseCompressedOopsErgo.java#id0 --- pass gc/arguments/TestUseCompressedOopsErgo.java#id1 pass --- gc/class_unloading/TestClassUnloadingDisabled.java --- pass gc/class_unloading/TestClassUnloadingDisabled.java#id0 --- pass gc/class_unloading/TestClassUnloadingDisabled.java#id1 --- pass gc/epsilon/TestAlwaysPretouch.java --- pass gc/epsilon/TestByteArrays.java --- pass gc/epsilon/TestDieDefault.java --- pass gc/epsilon/TestDieWithHeapDump.java --- pass gc/epsilon/TestDieWithOnError.java --- pass gc/epsilon/TestElasticTLAB.java --- pass gc/epsilon/TestElasticTLABDecay.java --- pass gc/epsilon/TestEpsilonEnabled.java --- pass gc/epsilon/TestHelloWorld.java --- pass gc/epsilon/TestLogTrace.java --- pass gc/epsilon/TestManyThreads.java --- pass gc/epsilon/TestMemoryMXBeans.java --- pass gc/epsilon/TestMemoryPools.java --- pass gc/epsilon/TestObjects.java --- pass gc/epsilon/TestPrintHeapSteps.java --- pass gc/epsilon/TestRefArrays.java --- pass gc/epsilon/TestUpdateCountersSteps.java --- pass gc/stress/gcbasher/TestGCBasherWithZ.java --- pass gc/stress/gcold/TestGCOldWithZ.java --- pass serviceability/dcmd/vm/ClassLoaderHierarchyTest.java --- pass serviceability/jvmti/GetSystemProperty/JvmtiGetSystemPropertyTest.java pass --- serviceability/sa/TestUniverse.java --- pass serviceability/sa/TestUniverse.java#id0 53 differences The langtools test results contain 3 differences from the build 17 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/17/langtools/JTwork pass: 3,549; not run: 366 1: /scratch/export/home/aginfra/muneer/jtest/merge11/18/langtools/JTwork pass: 3,552; not run: 366 0 1 Test --- pass tools/javac/DefiniteAssignment/T8204610.java --- pass tools/javac/lambda/methodReference/MethodRefStuckParenthesized.java --- pass tools/javac/launcher/SourceLauncherTest.java 3 differences The nashorn test result is available at https://download.java.net/openjdk/testresults/11/archives/18/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India From martijnverburg at gmail.com Wed Jun 20 13:05:53 2018 From: martijnverburg at gmail.com (Martijn Verburg) Date: Wed, 20 Jun 2018 14:05:53 +0100 Subject: Fwd: Important Java 9+ Usage and Adoption Survey In-Reply-To: References: Message-ID: Hi all, The Java Community Process EC is looking at Java 9+ Adoption and Usage rates in the ecosystem in order to better support the Java community. We'd *really* appreciate you filling in this short survey (1-2 minutes only): https://www.surveymonkey.com/r/ZBVTL9N. *Please* do share this internally at your organisations and with your customers / users. It's really important we get to the folks who aren't always involved with community initiatives or the leading edge. Cheers, Martijn From abdul.kolarkunnu at oracle.com Tue Jun 26 10:31:01 2018 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Tue, 26 Jun 2018 03:31:01 -0700 (PDT) Subject: OpenJDK 11 build 19 test results now available Message-ID: <49a772de-35f7-4de7-bfe0-eb3b18972165@default> OpenJDK 11 ea build 19 test results are now available at https://download.java.net/openjdk/testresults/11/testresults.html The jdk test results contain 57 differences from the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/18/jdk/JTwork pass: 7,109; not run: 2,372 1: /scratch/export/home/aginfra/muneer/jtest/merge11/19/jdk/JTwork pass: 7,156; not run: 2,379 0 1 Test --- pass java/lang/annotation/Missing/MissingArrayElement/MissingAnnotationArrayElementTest.java --- pass java/lang/annotation/Missing/MissingArrayElement/MissingClassArrayElementTest.java --- pass java/lang/annotation/Missing/MissingArrayElement/MissingEnumArrayElementTest.java --- pass java/net/httpclient/AbstractThrowingPushPromises.java --- pass java/net/httpclient/ConnectExceptionTest.java --- pass java/net/httpclient/HeadTest.java --- pass java/net/httpclient/HttpHeadersOf.java --- pass java/net/httpclient/MaxStreams.java --- pass java/net/httpclient/ResponseBodyBeforeError.java --- pass java/net/httpclient/RetryPost.java --- pass java/net/httpclient/ShortResponseBody.java --- pass java/net/httpclient/ShortResponseBodyWithRetry.java --- pass java/net/httpclient/SpecialHeadersTest.java --- pass java/net/httpclient/SplitResponseAsync.java --- pass java/net/httpclient/SplitResponseKeepAlive.java --- pass java/net/httpclient/SplitResponseKeepAliveAsync.java --- pass java/net/httpclient/SplitResponseSSLAsync.java --- pass java/net/httpclient/SplitResponseSSLKeepAlive.java --- pass java/net/httpclient/SplitResponseSSLKeepAliveAsync.java pass --- java/net/httpclient/ThrowingPublishers.java --- pass java/net/httpclient/ThrowingPublishersCustomAfterCancel.java --- pass java/net/httpclient/ThrowingPublishersCustomBeforeCancel.java --- pass java/net/httpclient/ThrowingPublishersIOAfterCancel.java --- pass java/net/httpclient/ThrowingPublishersIOBeforeCancel.java --- pass java/net/httpclient/ThrowingPublishersInNextRequest.java --- pass java/net/httpclient/ThrowingPublishersInRequest.java --- pass java/net/httpclient/ThrowingPublishersInSubscribe.java --- pass java/net/httpclient/ThrowingPublishersSanity.java pass --- java/net/httpclient/ThrowingPushPromises.java --- pass java/net/httpclient/ThrowingPushPromisesAsInputStreamCustom.java --- pass java/net/httpclient/ThrowingPushPromisesAsInputStreamIO.java --- pass java/net/httpclient/ThrowingPushPromisesAsLinesCustom.java --- pass java/net/httpclient/ThrowingPushPromisesAsLinesIO.java --- pass java/net/httpclient/ThrowingPushPromisesAsStringCustom.java --- pass java/net/httpclient/ThrowingPushPromisesAsStringIO.java --- pass java/net/httpclient/ThrowingPushPromisesSanity.java pass --- java/net/httpclient/ThrowingSubscribers.java --- pass java/net/httpclient/ThrowingSubscribersAsInputStream.java --- pass java/net/httpclient/ThrowingSubscribersAsInputStreamAsync.java --- pass java/net/httpclient/ThrowingSubscribersAsLines.java --- pass java/net/httpclient/ThrowingSubscribersAsLinesAsync.java --- pass java/net/httpclient/ThrowingSubscribersAsString.java --- pass java/net/httpclient/ThrowingSubscribersAsStringAsync.java --- pass java/net/httpclient/ThrowingSubscribersSanity.java --- pass java/net/httpclient/UnauthorizedTest.java --- pass java/nio/channels/Selector/SelectWithConsumer.java --- pass java/nio/file/Files/ReadWriteString.java pass --- java/util/Formatter/NoGroupingUsed.java --- pass java/util/Formatter/spi/NoGroupingUsed.java --- pass java/util/Map/InPlaceOpsCollisions.java --- pass javax/accessibility/SlowPanelIteration/SlowPanelIteration.java --- pass javax/sound/sampled/Clip/AudioContentHandlers.java --- pass jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java --- pass jdk/jfr/startupargs/TestMultipleStartupRecordings.java pass --- sun/text/resources/JavaTimeSupplementaryTest.java --- pass tools/jar/DeprecateOptionN.java --- pass tools/pack200/DeprecatePack200.java 57 differences The hotspot test results contain 37 differences from the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/18/hotspot/JTwork pass: 5,636; fail: 1; not run: 11,794 1: /scratch/export/home/aginfra/muneer/jtest/merge11/19/hotspot/JTwork pass: 5,661; fail: 1; not run: 11,794 0 1 Test --- pass compiler/loopopts/superword/TestNegBaseOffset.java --- pass gc/arguments/TestParallelRefProc.java --- pass gc/g1/mixedgc/TestOldGenCollectionUsage.java --- pass runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java --- pass runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java --- pass runtime/ErrorHandling/TestHeapDumpPath.java --- pass runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java --- pass serviceability/dcmd/vm/ShowReflectionTargetTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorArrayAllSampledTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorEventOnOffTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorEventsForTwoThreadsTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCParallelTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCSerialTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorIllegalArgumentTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorInterpreterArrayTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorInterpreterObjectTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorMultiArrayTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorNoCapabilityTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorRecursiveTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatObjectCorrectnessTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatSimpleTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorThreadOnOffTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorTwoAgentsTest.java --- pass serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorVMEventsTest.java --- pass serviceability/sa/TestJmapCore.java --- pass serviceability/sa/TestJmapCoreMetaspace.java pass --- vmTestbase/heapdump/JMapHeap/TestDescription.java pass --- vmTestbase/heapdump/JMapMetaspace/TestDescription.java pass --- vmTestbase/heapdump/OnOOMToFile/TestDescription.java pass --- vmTestbase/heapdump/OnOOMToFileMetaspace/TestDescription.java pass --- vmTestbase/heapdump/OnOOMToPath/TestDescription.java pass --- vmTestbase/nsk/jvmti/scenarios/hotswap/HS102/hs102t002/TestDescription.java 37 differences The langtools test results contain 7 differences from the build 18 test results. No new testcase failures found. 0: /scratch/export/home/aginfra/muneer/jtest/merge11/18/langtools/JTwork pass: 3,552; not run: 366 1: /scratch/export/home/aginfra/muneer/jtest/merge11/19/langtools/JTwork pass: 3,559; not run: 365 0 1 Test --- pass tools/javac/T8203338/CheckWellFormednessIntersectionTypesTest.java --- pass tools/javac/T8203813/WrongReceiverTest.java --- pass tools/javac/generics/inference/8178150/T8178150.java --- pass tools/javac/lambda/LambdaReturnUnboxing.java --- pass tools/javac/platform/NumericalComparatorTest.java --- pass tools/jdeprscan/tests/jdk/jdeprscan/TestNotFound.java --- pass tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java 7 differences The nashorn test result is available at https://download.java.net/openjdk/testresults/11/archives/19/emailable-report.html -- Regards, Abdul Muneer Quality Engineer Oracle, Bangalore, India