hg: jdk9/hs/hotspot: 11 new changesets
ioi.lam at oracle.com
ioi.lam at oracle.com
Wed Oct 1 23:49:42 UTC 2014
Changeset: c602ed4cfca9
Author: dholmes
Date: 2014-09-23 21:33 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c602ed4cfca9
8058919: Add sanity test for minimal VM in test/Makefile
Reviewed-by: twisti, kvn, coleenp
! test/Makefile
Changeset: 01961999c58a
Author: sla
Date: 2014-09-24 09:49 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/01961999c58a
8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
Reviewed-by: dholmes, stefank
! test/Makefile
Changeset: 7613fbc3d837
Author: shade
Date: 2014-09-22 18:34 +0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7613fbc3d837
8057925: PrintSymbolTableSizeHistogram prints misleading output
Reviewed-by: jrose, kvn, gziemski
! src/share/vm/classfile/symbolTable.cpp
Changeset: 474605fb56a4
Author: dsamersoff
Date: 2014-09-25 02:48 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/474605fb56a4
8054194: jstack crash: assert(handle != NULL) failed: JNI handle should not be null
Summary: Add better error check to sa to avoid secondary crash
Reviewed-by: sla, jbachorik, sspitsyn
! agent/src/os/win32/windbg/sawindbg.cpp
Changeset: 89ca0f8665e5
Author: coleenp
Date: 2014-09-25 07:52 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/89ca0f8665e5
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes
! src/share/vm/services/mallocTracker.cpp
+ test/runtime/NMT/UnsafeMallocLimit2.java
Changeset: 56b0d48b9829
Author: coleenp
Date: 2014-09-25 12:04 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/56b0d48b9829
Merge
Changeset: a6e53525f78a
Author: coleenp
Date: 2014-09-26 12:50 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a6e53525f78a
8058927: ATG throws ClassNotFoundException
Summary: ClassLoader for array klass set to null and not the class loader of the component type.
Reviewed-by: dcubed, ctornqvi
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/oops/arrayKlass.cpp
+ test/runtime/LoadClass/ShowClassLoader.java
Changeset: 8fa06246aa17
Author: coleenp
Date: 2014-09-26 17:11 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8fa06246aa17
8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
Summary: Only update the refcount without looking it up in the symbol table.
Reviewed-by: hseigel, lfoltan, shade
! src/share/vm/classfile/verifier.hpp
Changeset: 7ce3a27baa00
Author: coleenp
Date: 2014-09-26 18:59 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/7ce3a27baa00
Merge
Changeset: 9163c18c1b8f
Author: iklam
Date: 2014-09-26 17:55 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9163c18c1b8f
Merge
- src/share/vm/runtime/arguments_ext.cpp
Changeset: 8037542c53b0
Author: iklam
Date: 2014-10-01 15:24 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8037542c53b0
Merge
More information about the jdk9-hs-changes
mailing list