hg: jdk9/hs/jdk: 5 new changesets
Changeset: 134d27e9237e Author: ykantser Date: 2015-07-10 14:48 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/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/hs/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/hs/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/hs/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/hs/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
participants (1)
-
daniel.daugherty@oracle.com