Changeset: 3704b4f8b2be Author: coffeys Date: 2015-07-17 10:37 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/3704b4f8b2be
8131665: Bad exception message in HandshakeHash.getFinishedHash Reviewed-by: xuelei ! src/java.base/share/classes/sun/security/ssl/HandshakeHash.java Changeset: 9a05d7e16d8e Author: weijun Date: 2015-07-17 19:40 +0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/9a05d7e16d8e 8131735: closed/sun/security/ssl/SSLSessionImpl/RemovedPrivateKey.java is failing Reviewed-by: vinnie ! src/java.security.jgss/share/classes/sun/security/krb5/internal/ssl/Krb5KeyExchangeService.java Changeset: 5f7e9ef899f9 Author: asmotrak Date: 2015-07-17 17:30 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/5f7e9ef899f9 8075297: Tests for RFEs 4515853 and 4745056 Reviewed-by: weijun + test/sun/security/krb5/auto/BogusKDC.java + test/sun/security/krb5/auto/Helper.java ! test/sun/security/krb5/auto/KDC.java + test/sun/security/krb5/auto/RefreshKrb5Config.java + test/sun/security/krb5/auto/refreshKrb5Config.jaas Changeset: 2919a03653a8 Author: mhaupt Date: 2015-07-17 08:10 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/2919a03653a8 8062543: Replace uses of MethodHandleImpl.castReference with Class.cast Reviewed-by: psandoz, vlivanov ! src/java.base/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java ! src/java.base/share/classes/java/lang/invoke/MethodHandleImpl.java Changeset: 0dfae816d762 Author: weijun Date: 2015-07-20 20:47 +0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/0dfae816d762 8131350: policytool can directly reference permission classes Reviewed-by: xuelei, mullan ! src/jdk.policytool/share/classes/sun/security/tools/policytool/PolicyTool.java Changeset: 01a718edc597 Author: mullan Date: 2015-07-20 09:03 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/01a718edc597 8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates Reviewed-by: weijun ! src/java.base/share/classes/java/security/CodeSource.java ! src/java.base/share/classes/java/security/SecureClassLoader.java ! test/java/security/SecureClassLoader/DefineClass.java ! test/java/security/SecureClassLoader/DefineClass.policy Changeset: 542cbf514c88 Author: mullan Date: 2015-07-20 09:03 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/542cbf514c88 Merge Changeset: f5a02595c4c7 Author: darcy Date: 2015-07-20 13:11 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/f5a02595c4c7 8129904: Add beans tests to tier 3 Reviewed-by: alanb, serb ! test/TEST.groups Changeset: f6699d8032ff Author: darcy Date: 2015-07-20 15:13 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/f6699d8032ff 8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu. Reviewed-by: chegar ! test/java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java Changeset: 9eceb4a5ea96 Author: tyan Date: 2015-07-21 14:15 -0400 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/9eceb4a5ea96 8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException Reviewed-by: rriggs ! test/java/nio/channels/ServerSocketChannel/AdaptServerSocket.java Changeset: 134d27e9237e Author: ykantser Date: 2015-07-10 14:48 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/134d27e9237e 8076471: Remove hprof agent tests in JDK Reviewed-by: alanb ! test/ProblemList.txt ! test/TEST.groups - test/demo/jvmti/Context.java - test/demo/jvmti/DemoRun.java - test/demo/jvmti/HeapUser.java - test/demo/jvmti/Hello.java - test/demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java - test/demo/jvmti/gctest/BigHello.java - test/demo/jvmti/gctest/Gctest.java - test/demo/jvmti/heapTracker/HeapTrackerTest.java - test/demo/jvmti/heapViewer/HeapViewerTest.java - test/demo/jvmti/hprof/CpuOldTest.java - test/demo/jvmti/hprof/CpuSamplesTest.java - test/demo/jvmti/hprof/CpuTimesDefineClassTest.java - test/demo/jvmti/hprof/CpuTimesTest.java - test/demo/jvmti/hprof/DefineClass.java - test/demo/jvmti/hprof/HeapAllTest.java - test/demo/jvmti/hprof/HeapBinaryFormatTest.java - test/demo/jvmti/hprof/HeapDumpTest.java - test/demo/jvmti/hprof/HeapSitesTest.java - test/demo/jvmti/hprof/HelloWorld.java - test/demo/jvmti/hprof/MonitorTest.java - test/demo/jvmti/hprof/OptionsTest.java - test/demo/jvmti/hprof/StackMapTableTest.java - test/demo/jvmti/hprof/UseAllBytecodes.java - test/demo/jvmti/minst/MinstExample.java - test/demo/jvmti/minst/MinstTest.java - test/demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java - test/demo/jvmti/waiters/WaitersTest.java Changeset: c71e6f17c045 Author: jfdenise Date: 2015-07-13 14:05 +0100 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/c71e6f17c045 8130344: assert(handle != __null) failed: JNI handle should not be null' in jni_GetLongArrayElements Summary: Check JNI NewArray for NULL value Reviewed-by: lfoltan, alanb, dholmes ! src/java.base/share/classes/jdk/internal/jimage/ImageNativeSubstrate.java ! src/java.base/share/native/libjava/Image.c Changeset: 5d73b4c28c93 Author: jfdenise Date: 2015-07-13 15:10 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/5d73b4c28c93 Merge - test/demo/jvmti/Context.java - test/demo/jvmti/DemoRun.java - test/demo/jvmti/HeapUser.java - test/demo/jvmti/Hello.java - test/demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java - test/demo/jvmti/gctest/BigHello.java - test/demo/jvmti/gctest/Gctest.java - test/demo/jvmti/heapTracker/HeapTrackerTest.java - test/demo/jvmti/heapViewer/HeapViewerTest.java - test/demo/jvmti/hprof/CpuOldTest.java - test/demo/jvmti/hprof/CpuSamplesTest.java - test/demo/jvmti/hprof/CpuTimesDefineClassTest.java - test/demo/jvmti/hprof/CpuTimesTest.java - test/demo/jvmti/hprof/DefineClass.java - test/demo/jvmti/hprof/HeapAllTest.java - test/demo/jvmti/hprof/HeapBinaryFormatTest.java - test/demo/jvmti/hprof/HeapDumpTest.java - test/demo/jvmti/hprof/HeapSitesTest.java - test/demo/jvmti/hprof/HelloWorld.java - test/demo/jvmti/hprof/MonitorTest.java - test/demo/jvmti/hprof/OptionsTest.java - test/demo/jvmti/hprof/StackMapTableTest.java - test/demo/jvmti/hprof/UseAllBytecodes.java - test/demo/jvmti/minst/MinstExample.java - test/demo/jvmti/minst/MinstTest.java - test/demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java - test/demo/jvmti/waiters/WaitersTest.java Changeset: 8b87bc855a10 Author: ykantser Date: 2015-07-13 15:35 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/8b87bc855a10 8131035: [TESTBUG] sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java needs to enable UsePerfData Reviewed-by: jbachorik, dholmes ! test/sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java Changeset: e83bbd038d00 Author: ykantser Date: 2015-07-15 13:21 +0200 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/e83bbd038d00 8131328: Restore demo/jvmti tests Reviewed-by: sspitsyn ! test/TEST.groups + test/demo/jvmti/Context.java + test/demo/jvmti/DemoRun.java + test/demo/jvmti/HeapUser.java + test/demo/jvmti/Hello.java + test/demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java + test/demo/jvmti/gctest/BigHello.java + test/demo/jvmti/gctest/Gctest.java + test/demo/jvmti/heapTracker/HeapTrackerTest.java + test/demo/jvmti/heapViewer/HeapViewerTest.java + test/demo/jvmti/minst/MinstExample.java + test/demo/jvmti/minst/MinstTest.java + test/demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java + test/demo/jvmti/waiters/WaitersTest.java Changeset: c2e706c73dd5 Author: amurillo Date: 2015-07-17 08:46 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/c2e706c73dd5 Merge ! test/ProblemList.txt ! test/demo/jvmti/Context.java ! test/demo/jvmti/DemoRun.java ! test/demo/jvmti/HeapUser.java ! test/demo/jvmti/Hello.java ! test/demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java ! test/demo/jvmti/gctest/BigHello.java ! test/demo/jvmti/gctest/Gctest.java ! test/demo/jvmti/heapTracker/HeapTrackerTest.java ! test/demo/jvmti/heapViewer/HeapViewerTest.java - test/demo/jvmti/hprof/CpuOldTest.java - test/demo/jvmti/hprof/CpuSamplesTest.java - test/demo/jvmti/hprof/CpuTimesDefineClassTest.java - test/demo/jvmti/hprof/CpuTimesTest.java - test/demo/jvmti/hprof/DefineClass.java - test/demo/jvmti/hprof/HeapAllTest.java - test/demo/jvmti/hprof/HeapBinaryFormatTest.java - test/demo/jvmti/hprof/HeapDumpTest.java - test/demo/jvmti/hprof/HeapSitesTest.java - test/demo/jvmti/hprof/HelloWorld.java - test/demo/jvmti/hprof/MonitorTest.java - test/demo/jvmti/hprof/OptionsTest.java - test/demo/jvmti/hprof/StackMapTableTest.java - test/demo/jvmti/hprof/UseAllBytecodes.java ! test/demo/jvmti/minst/MinstExample.java ! test/demo/jvmti/minst/MinstTest.java ! test/demo/jvmti/versionCheck/FailsWhenJvmtiVersionDiffers.java ! test/demo/jvmti/waiters/WaitersTest.java Changeset: 166f8af5e632 Author: amurillo Date: 2015-07-21 09:19 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/166f8af5e632 Merge ! test/TEST.groups Changeset: 5da8504e723a Author: amurillo Date: 2015-07-21 14:18 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/5da8504e723a Merge Changeset: 3952078c4c54 Author: weijun Date: 2015-07-21 18:02 +0800 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/3952078c4c54 8131051: KDC might issue a renewable ticket even if not requested Reviewed-by: xuelei ! src/java.security.jgss/share/classes/sun/security/krb5/KrbKdcRep.java ! test/sun/security/krb5/auto/KDC.java + test/sun/security/krb5/auto/LongLife.java ! test/sun/security/krb5/auto/OneKDC.java Changeset: 7b293a0016c6 Author: rhalade Date: 2015-07-22 11:08 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/7b293a0016c6 8130031: Remove the intermittent keyword for this test Reviewed-by: xuelei ! test/javax/net/ssl/TLS/TestJSSE.java Changeset: 48b296b645bd Author: sherman Date: 2015-07-22 21:43 +0000 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/48b296b645bd 8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion Summary: to add a pair of set/getTimeLocal() Reviewed-by: ksrini, rriggs ! src/java.base/share/classes/java/util/zip/ZipEntry.java ! src/java.base/share/classes/java/util/zip/ZipUtils.java ! test/java/util/zip/TestExtraTime.java + test/java/util/zip/TestLocalTime.java Changeset: 12c549112c87 Author: sherman Date: 2015-07-22 21:11 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/12c549112c87 8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455" Summary: fixed the 32-bit overflow. Reviewed-by: rriggs ! src/java.base/share/classes/java/util/zip/ZipUtils.java ! test/java/util/zip/TestExtraTime.java Changeset: 1d42e865f18c Author: kshefov Date: 2015-07-23 16:46 +0300 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/1d42e865f18c 8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails Reviewed-by: psandoz ! test/java/lang/invoke/MethodHandles/CatchExceptionTest.java Changeset: 4dd09cb5f7c2 Author: lana Date: 2015-07-23 15:27 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/4dd09cb5f7c2 Merge - test/demo/jvmti/hprof/CpuOldTest.java - test/demo/jvmti/hprof/CpuSamplesTest.java - test/demo/jvmti/hprof/CpuTimesDefineClassTest.java - test/demo/jvmti/hprof/CpuTimesTest.java - test/demo/jvmti/hprof/DefineClass.java - test/demo/jvmti/hprof/HeapAllTest.java - test/demo/jvmti/hprof/HeapBinaryFormatTest.java - test/demo/jvmti/hprof/HeapDumpTest.java - test/demo/jvmti/hprof/HeapSitesTest.java - test/demo/jvmti/hprof/HelloWorld.java - test/demo/jvmti/hprof/MonitorTest.java - test/demo/jvmti/hprof/OptionsTest.java - test/demo/jvmti/hprof/StackMapTableTest.java - test/demo/jvmti/hprof/UseAllBytecodes.java Changeset: ab2f946581d1 Author: katleman Date: 2015-07-30 11:15 -0700 URL: http://hg.openjdk.java.net/bsd-port/jdk9/jdk/rev/ab2f946581d1 Added tag jdk9-b75 for changeset 4dd09cb5f7c2 ! .hgtags