hg: jdk9/dev/jdk: 8 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Tue Jul 21 21:21:21 UTC 2015


Changeset: 134d27e9237e
Author:    ykantser
Date:      2015-07-10 14:48 +0200
URL:       http://hg.openjdk.java.net/jdk9/dev/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/dev/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/dev/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/dev/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/dev/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/dev/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/dev/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/dev/jdk/rev/5da8504e723a

Merge




More information about the jdk9-dev-changes mailing list