hg: jdk9/hs/hotspot: 11 new changesets
harold.seigel at oracle.com
harold.seigel at oracle.com
Wed Jan 15 17:58:44 PST 2014
Changeset: 715bc50198c1
Author: sla
Date: 2014-01-08 08:34 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/715bc50198c1
8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
Reviewed-by: sla, dholmes
Contributed-by: jeremymanson at google.com
! src/share/vm/classfile/classFileParser.cpp
Changeset: 6ffbf4c1c98c
Author: sla
Date: 2014-01-08 13:20 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6ffbf4c1c98c
8030184: Remove unneeded "content_type" declarations from tracetypes.xml
Reviewed-by: dholmes, jbachorik, egahlin, mgronlun
! src/share/vm/trace/tracetypes.xml
Changeset: 2cfad8cc3bab
Author: zgu
Date: 2014-01-09 14:06 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2cfad8cc3bab
7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
Summary: VM needs to handle EXCEPTION_FLT_* exceptions on Win64
Reviewed-by: coleenp, ccheung
! src/os/windows/vm/os_windows.cpp
Changeset: d85f79f0c476
Author: ccheung
Date: 2014-01-09 15:48 -0800
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d85f79f0c476
8022301: [TESTBUG] runtime/jsig/Test8017498.sh incorrectly compiles native code
Summary: added the '-m32' compile option and the '-z noexecstack' link option
Reviewed-by: mseledtsov, zgu
! test/runtime/jsig/Test8017498.sh
Changeset: 768421ed8211
Author: hseigel
Date: 2014-01-13 18:30 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/768421ed8211
Merge
Changeset: afa21611f918
Author: farvidsson
Date: 2014-01-14 15:27 +0100
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/afa21611f918
8031304: Add dcmd to print all loaded dynamic libraries.
Summary: Adding VM.dynlibs as a dcmd to dump all loaded dynamic libraries.
Reviewed-by: sla, fparain, mgronlun, dsamersoff
! src/share/vm/services/diagnosticCommand.cpp
! src/share/vm/services/diagnosticCommand.hpp
! test/TEST.groups
+ test/serviceability/dcmd/DcmdUtil.java
+ test/serviceability/dcmd/DynLibDcmdTest.java
Changeset: 2e96b2d61686
Author: zgu
Date: 2014-01-13 10:05 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2e96b2d61686
8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java
Summary: Re-enabled the test. The issue that prevents this test from running was fixed by 8020675
Reviewed-by: sla, ccheung
! test/runtime/LoadClass/LoadClassNegative.java
Changeset: 8bca494530d3
Author: hseigel
Date: 2014-01-14 13:51 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8bca494530d3
8028398: [TESTBUG]: test/runtime/memory/ReadFromNoaccessArea.java failed with EXCEPTION_ACCESS_VIOLATION
Summary: Remove ignore label
Reviewed-by: sla, mseledtsov
Contributed-by: george.triantafillou at oracle.com
! test/runtime/memory/ReadFromNoaccessArea.java
Changeset: 78468e5dc6fc
Author: hseigel
Date: 2014-01-14 16:27 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/78468e5dc6fc
8031059: invokestatic: ICCE trying to invoke static method when it clashes with an abstract method inherited from an interface
Summary: Do not create AME overpass if there is a matching static method
Reviewed-by: lfoltan, coleenp, kamg
! src/share/vm/classfile/defaultMethods.cpp
Changeset: 19682558f2e1
Author: dsamersoff
Date: 2014-01-15 02:02 +0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/19682558f2e1
8030941: Darwin mapfile-vers doesnt work for other BSDs
Summary: Changed makefile to use generic mapfile for non Darwin BSDs
Reviewed-by: dholmes, sla
! make/bsd/makefiles/debug.make
! make/bsd/makefiles/fastdebug.make
+ make/bsd/makefiles/mapfile-vers-darwin-debug
+ make/bsd/makefiles/mapfile-vers-darwin-product
! make/bsd/makefiles/mapfile-vers-debug
! make/bsd/makefiles/mapfile-vers-product
! make/bsd/makefiles/optimized.make
! make/bsd/makefiles/product.make
Changeset: b3a9c629e2d5
Author: dsamersoff
Date: 2014-01-14 22:13 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b3a9c629e2d5
Merge
More information about the jdk9-hs-changes
mailing list