hg: jdk9/client/jdk: 31 new changesets

dmitry.cherepanov at oracle.com dmitry.cherepanov at oracle.com
Wed Jul 29 08:33:15 UTC 2015


Changeset: 2919a03653a8
Author:    mhaupt
Date:      2015-07-17 08:10 +0200
URL:       http://hg.openjdk.java.net/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/jdk/rev/542cbf514c88

Merge


Changeset: f5a02595c4c7
Author:    darcy
Date:      2015-07-20 13:11 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/jdk/rev/166f8af5e632

Merge

! test/TEST.groups

Changeset: 5da8504e723a
Author:    amurillo
Date:      2015-07-21 14:18 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/5da8504e723a

Merge


Changeset: 3952078c4c54
Author:    weijun
Date:      2015-07-21 18:02 +0800
URL:       http://hg.openjdk.java.net/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/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/jdk9/client/jdk/rev/1d42e865f18c

8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
Reviewed-by: psandoz

! test/java/lang/invoke/MethodHandles/CatchExceptionTest.java

Changeset: 5e0789110c5f
Author:    katleman
Date:      2015-07-23 11:54 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/5e0789110c5f

Added tag jdk9-b74 for changeset 6dd82d2e4a10

! .hgtags

Changeset: 4dd09cb5f7c2
Author:    lana
Date:      2015-07-23 15:27 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/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: e91956f8f0cf
Author:    jfdenise
Date:      2015-07-24 18:57 +0200
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/e91956f8f0cf

8132335: jimage tool extract and recreate options are not consistent
Summary: Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension.
Reviewed-by: jlaskey

! src/java.base/share/classes/jdk/internal/jimage/ImageFileCreator.java

Changeset: 6b0ba4ed1ea4
Author:    bpb
Date:      2015-07-24 11:52 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/6b0ba4ed1ea4

8065556: (bf) Buffer.position and other methods should include detail in IAE
Summary: Add messages to IAEs which have none.
Reviewed-by: alanb

! src/java.base/share/classes/java/nio/Buffer.java
! src/java.base/share/classes/java/nio/Direct-X-Buffer.java.template
! src/java.base/share/classes/java/nio/Heap-X-Buffer.java.template
! src/java.base/share/classes/java/nio/X-Buffer.java.template
! test/java/nio/Buffer/Basic-X.java.template
! test/java/nio/Buffer/BasicByte.java
! test/java/nio/Buffer/BasicChar.java
! test/java/nio/Buffer/BasicDouble.java
! test/java/nio/Buffer/BasicFloat.java
! test/java/nio/Buffer/BasicInt.java
! test/java/nio/Buffer/BasicLong.java
! test/java/nio/Buffer/BasicShort.java

Changeset: 06c8b6dc07a2
Author:    asmotrak
Date:      2015-07-25 08:50 +0300
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/06c8b6dc07a2

8048596: Tests for AEAD ciphers
Reviewed-by: valeriep

+ test/com/sun/crypto/provider/Cipher/AEAD/Encrypt.java
+ test/com/sun/crypto/provider/Cipher/AEAD/GCMParameterSpecTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/Helper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/KeyWrapper.java
+ test/com/sun/crypto/provider/Cipher/AEAD/ReadWriteSkip.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SameBuffer.java
+ test/com/sun/crypto/provider/Cipher/AEAD/SealedObjectTest.java
+ test/com/sun/crypto/provider/Cipher/AEAD/WrongAAD.java

Changeset: 64b2be1b304c
Author:    simonis
Date:      2015-07-27 19:50 +0200
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/64b2be1b304c

8132374: AIX: fix value of os.version property
Reviewed-by: alanb, rriggs

! src/java.base/unix/native/libjava/java_props_md.c
+ test/java/lang/System/OsVersionTest.java

Changeset: aa8e52dfeee9
Author:    mfang
Date:      2015-07-27 16:49 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/aa8e52dfeee9

8131105: Header Template for nroff man pages *.1 files contains errors
Reviewed-by: katleman

! src/bsd/doc/man/appletviewer.1
! src/bsd/doc/man/idlj.1
! src/bsd/doc/man/jar.1
! src/bsd/doc/man/jarsigner.1
! src/bsd/doc/man/java.1
! src/bsd/doc/man/javac.1
! src/bsd/doc/man/javadoc.1
! src/bsd/doc/man/javah.1
! src/bsd/doc/man/javap.1
! src/bsd/doc/man/jcmd.1
! src/bsd/doc/man/jconsole.1
! src/bsd/doc/man/jdb.1
! src/bsd/doc/man/jdeps.1
! src/bsd/doc/man/jhat.1
! src/bsd/doc/man/jinfo.1
! src/bsd/doc/man/jjs.1
! src/bsd/doc/man/jmap.1
! src/bsd/doc/man/jps.1
! src/bsd/doc/man/jrunscript.1
! src/bsd/doc/man/jsadebugd.1
! src/bsd/doc/man/jstack.1
! src/bsd/doc/man/jstat.1
! src/bsd/doc/man/jstatd.1
! src/bsd/doc/man/keytool.1
! src/bsd/doc/man/orbd.1
! src/bsd/doc/man/pack200.1
! src/bsd/doc/man/policytool.1
! src/bsd/doc/man/rmic.1
! src/bsd/doc/man/rmid.1
! src/bsd/doc/man/rmiregistry.1
! src/bsd/doc/man/schemagen.1
! src/bsd/doc/man/serialver.1
! src/bsd/doc/man/servertool.1
! src/bsd/doc/man/tnameserv.1
! src/bsd/doc/man/unpack200.1
! src/bsd/doc/man/wsgen.1
! src/bsd/doc/man/wsimport.1
! src/bsd/doc/man/xjc.1
! src/linux/doc/man/appletviewer.1
! src/linux/doc/man/idlj.1
! src/linux/doc/man/ja/appletviewer.1
! src/linux/doc/man/ja/idlj.1
! src/linux/doc/man/ja/jar.1
! src/linux/doc/man/ja/jarsigner.1
! src/linux/doc/man/ja/java.1
! src/linux/doc/man/ja/javac.1
! src/linux/doc/man/ja/javadoc.1
! src/linux/doc/man/ja/javah.1
! src/linux/doc/man/ja/javap.1
! src/linux/doc/man/ja/javaws.1
! src/linux/doc/man/ja/jcmd.1
! src/linux/doc/man/ja/jconsole.1
! src/linux/doc/man/ja/jdb.1
! src/linux/doc/man/ja/jdeps.1
! src/linux/doc/man/ja/jhat.1
! src/linux/doc/man/ja/jinfo.1
! src/linux/doc/man/ja/jjs.1
! src/linux/doc/man/ja/jmap.1
! src/linux/doc/man/ja/jps.1
! src/linux/doc/man/ja/jrunscript.1
! src/linux/doc/man/ja/jsadebugd.1
! src/linux/doc/man/ja/jstack.1
! src/linux/doc/man/ja/jstat.1
! src/linux/doc/man/ja/jstatd.1
! src/linux/doc/man/ja/jvisualvm.1
! src/linux/doc/man/ja/keytool.1
! src/linux/doc/man/ja/orbd.1
! src/linux/doc/man/ja/pack200.1
! src/linux/doc/man/ja/policytool.1
! src/linux/doc/man/ja/rmic.1
! src/linux/doc/man/ja/rmid.1
! src/linux/doc/man/ja/rmiregistry.1
! src/linux/doc/man/ja/schemagen.1
! src/linux/doc/man/ja/serialver.1
! src/linux/doc/man/ja/servertool.1
! src/linux/doc/man/ja/tnameserv.1
! src/linux/doc/man/ja/unpack200.1
! src/linux/doc/man/ja/wsgen.1
! src/linux/doc/man/ja/wsimport.1
! src/linux/doc/man/ja/xjc.1
! src/linux/doc/man/jar.1
! src/linux/doc/man/jarsigner.1
! src/linux/doc/man/java.1
! src/linux/doc/man/javac.1
! src/linux/doc/man/javadoc.1
! src/linux/doc/man/javah.1
! src/linux/doc/man/javap.1
! src/linux/doc/man/jcmd.1
! src/linux/doc/man/jconsole.1
! src/linux/doc/man/jdb.1
! src/linux/doc/man/jdeps.1
! src/linux/doc/man/jhat.1
! src/linux/doc/man/jinfo.1
! src/linux/doc/man/jjs.1
! src/linux/doc/man/jmap.1
! src/linux/doc/man/jps.1
! src/linux/doc/man/jrunscript.1
! src/linux/doc/man/jsadebugd.1
! src/linux/doc/man/jstack.1
! src/linux/doc/man/jstat.1
! src/linux/doc/man/jstatd.1
! src/linux/doc/man/keytool.1
! src/linux/doc/man/orbd.1
! src/linux/doc/man/pack200.1
! src/linux/doc/man/policytool.1
! src/linux/doc/man/rmic.1
! src/linux/doc/man/rmid.1
! src/linux/doc/man/rmiregistry.1
! src/linux/doc/man/schemagen.1
! src/linux/doc/man/serialver.1
! src/linux/doc/man/servertool.1
! src/linux/doc/man/tnameserv.1
! src/linux/doc/man/unpack200.1
! src/linux/doc/man/wsgen.1
! src/linux/doc/man/wsimport.1
! src/linux/doc/man/xjc.1
! src/solaris/doc/sun/man/man1/appletviewer.1
! src/solaris/doc/sun/man/man1/idlj.1
! src/solaris/doc/sun/man/man1/ja/appletviewer.1
! src/solaris/doc/sun/man/man1/ja/idlj.1
! src/solaris/doc/sun/man/man1/ja/jar.1
! src/solaris/doc/sun/man/man1/ja/jarsigner.1
! src/solaris/doc/sun/man/man1/ja/java.1
! src/solaris/doc/sun/man/man1/ja/javac.1
! src/solaris/doc/sun/man/man1/ja/javadoc.1
! src/solaris/doc/sun/man/man1/ja/javah.1
! src/solaris/doc/sun/man/man1/ja/javap.1
! src/solaris/doc/sun/man/man1/ja/jcmd.1
! src/solaris/doc/sun/man/man1/ja/jconsole.1
! src/solaris/doc/sun/man/man1/ja/jdb.1
! src/solaris/doc/sun/man/man1/ja/jdeps.1
! src/solaris/doc/sun/man/man1/ja/jhat.1
! src/solaris/doc/sun/man/man1/ja/jinfo.1
! src/solaris/doc/sun/man/man1/ja/jjs.1
! src/solaris/doc/sun/man/man1/ja/jmap.1
! src/solaris/doc/sun/man/man1/ja/jps.1
! src/solaris/doc/sun/man/man1/ja/jrunscript.1
! src/solaris/doc/sun/man/man1/ja/jsadebugd.1
! src/solaris/doc/sun/man/man1/ja/jstack.1
! src/solaris/doc/sun/man/man1/ja/jstat.1
! src/solaris/doc/sun/man/man1/ja/jstatd.1
! src/solaris/doc/sun/man/man1/ja/jvisualvm.1
! src/solaris/doc/sun/man/man1/ja/keytool.1
! src/solaris/doc/sun/man/man1/ja/orbd.1
! src/solaris/doc/sun/man/man1/ja/pack200.1
! src/solaris/doc/sun/man/man1/ja/policytool.1
! src/solaris/doc/sun/man/man1/ja/rmic.1
! src/solaris/doc/sun/man/man1/ja/rmid.1
! src/solaris/doc/sun/man/man1/ja/rmiregistry.1
! src/solaris/doc/sun/man/man1/ja/schemagen.1
! src/solaris/doc/sun/man/man1/ja/serialver.1
! src/solaris/doc/sun/man/man1/ja/servertool.1
! src/solaris/doc/sun/man/man1/ja/tnameserv.1
! src/solaris/doc/sun/man/man1/ja/unpack200.1
! src/solaris/doc/sun/man/man1/ja/wsgen.1
! src/solaris/doc/sun/man/man1/ja/wsimport.1
! src/solaris/doc/sun/man/man1/ja/xjc.1
! src/solaris/doc/sun/man/man1/jar.1
! src/solaris/doc/sun/man/man1/jarsigner.1
! src/solaris/doc/sun/man/man1/java.1
! src/solaris/doc/sun/man/man1/javac.1
! src/solaris/doc/sun/man/man1/javadoc.1
! src/solaris/doc/sun/man/man1/javah.1
! src/solaris/doc/sun/man/man1/javap.1
! src/solaris/doc/sun/man/man1/jcmd.1
! src/solaris/doc/sun/man/man1/jconsole.1
! src/solaris/doc/sun/man/man1/jdb.1
! src/solaris/doc/sun/man/man1/jdeps.1
! src/solaris/doc/sun/man/man1/jhat.1
! src/solaris/doc/sun/man/man1/jinfo.1
! src/solaris/doc/sun/man/man1/jjs.1
! src/solaris/doc/sun/man/man1/jmap.1
! src/solaris/doc/sun/man/man1/jps.1
! src/solaris/doc/sun/man/man1/jrunscript.1
! src/solaris/doc/sun/man/man1/jsadebugd.1
! src/solaris/doc/sun/man/man1/jstack.1
! src/solaris/doc/sun/man/man1/jstat.1
! src/solaris/doc/sun/man/man1/jstatd.1
! src/solaris/doc/sun/man/man1/keytool.1
! src/solaris/doc/sun/man/man1/orbd.1
! src/solaris/doc/sun/man/man1/pack200.1
! src/solaris/doc/sun/man/man1/policytool.1
! src/solaris/doc/sun/man/man1/rmic.1
! src/solaris/doc/sun/man/man1/rmid.1
! src/solaris/doc/sun/man/man1/rmiregistry.1
! src/solaris/doc/sun/man/man1/schemagen.1
! src/solaris/doc/sun/man/man1/serialver.1
! src/solaris/doc/sun/man/man1/servertool.1
! src/solaris/doc/sun/man/man1/tnameserv.1
! src/solaris/doc/sun/man/man1/unpack200.1
! src/solaris/doc/sun/man/man1/wsgen.1
! src/solaris/doc/sun/man/man1/wsimport.1
! src/solaris/doc/sun/man/man1/xjc.1

Changeset: f160dec9a350
Author:    darcy
Date:      2015-07-27 18:51 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/f160dec9a350

8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
Reviewed-by: dholmes

! test/sun/jvmstat/perfdata/PrologSanity/PrologSizeSanityCheck.java

Changeset: fafac1751567
Author:    olagneau
Date:      2015-07-28 15:07 +0200
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/fafac1751567

8131783: Put LowMemoryTest.java in quarantine
Summary: Add LowMemoryTest.java to ProblemList.txt
Reviewed-by: sspitsyn, jbachorik

! test/ProblemList.txt

Changeset: 78452df4fb79
Author:    dcherepanov
Date:      2015-07-29 09:47 +0400
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/78452df4fb79

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: 439df5e0911c
Author:    dcherepanov
Date:      2015-07-29 11:33 +0400
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/439df5e0911c

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



More information about the jdk9-client-changes mailing list