hg: jdk9/hs-rt/jdk: 2 new changesets
jean-francois.denise at oracle.com
jean-francois.denise at oracle.com
Mon Jul 13 14:42:17 UTC 2015
Changeset: c71e6f17c045
Author: jfdenise
Date: 2015-07-13 14:05 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-rt/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-rt/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
More information about the jdk9-all-changes
mailing list