hg: jdk9/hs/hotspot: 14 new changesets

yumin.qi at oracle.com yumin.qi at oracle.com
Thu Dec 18 06:03:00 UTC 2014


Changeset: 8db6a8a28797
Author:    dsamersoff
Date:      2014-12-11 09:15 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8db6a8a28797

8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending
Summary: Added couple of missed exception checks
Reviewed-by: sla, sspitsyn

! agent/src/os/win32/windbg/sawindbg.cpp
! agent/src/share/native/sadis.c

Changeset: c75901698a47
Author:    coleenp
Date:      2014-12-11 21:34 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c75901698a47

8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
Summary: Ensure consistent safepoint checking in Mutex/Monitor locking methods.
Reviewed-by: dholmes, dcubed, coleenp
Contributed-by: max.ockner at oracle.com

! src/os/aix/vm/osThread_aix.cpp
! src/os/bsd/vm/osThread_bsd.cpp
! src/os/linux/vm/osThread_linux.cpp
! src/share/vm/classfile/classLoaderData.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.cpp
! src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/sharedHeap.cpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/runtime/mutex.cpp
! src/share/vm/runtime/mutex.hpp
! src/share/vm/runtime/mutexLocker.cpp
! src/share/vm/runtime/sweeper.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/vmThread.cpp
! src/share/vm/runtime/vm_operations.cpp
! src/share/vm/services/diagnosticFramework.cpp
! src/share/vm/services/memoryManager.cpp
! src/share/vm/utilities/decoder.cpp
! src/share/vm/utilities/events.hpp
! src/share/vm/utilities/workgroup.cpp
+ test/runtime/Safepoint/AssertSafepointCheckConsistency1.java
+ test/runtime/Safepoint/AssertSafepointCheckConsistency2.java
+ test/runtime/Safepoint/AssertSafepointCheckConsistency3.java
+ test/runtime/Safepoint/AssertSafepointCheckConsistency4.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Changeset: 9529ff536c65
Author:    coleenp
Date:      2014-12-12 02:51 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9529ff536c65

Merge


Changeset: 5f61bb958fc5
Author:    igerasim
Date:      2014-12-12 17:24 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/5f61bb958fc5

8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects
Summary: Limit the number of thread handles to MAXIMUM_WAIT_OBJECTS
Reviewed-by: dholmes, dcubed

! src/os/windows/vm/os_windows.cpp

Changeset: 4e9283984ee1
Author:    coleenp
Date:      2014-12-12 13:19 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4e9283984ee1

8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
Summary: Stop native stack walk when we get to compiled or stub frame.
Reviewed-by: hseigel, lfoltan, ctornqvi

! src/os/posix/vm/os_posix.cpp

Changeset: 5d08801f8858
Author:    coleenp
Date:      2014-12-12 18:13 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/5d08801f8858

Merge


Changeset: 4ea7662ddc22
Author:    coleenp
Date:      2014-12-14 16:04 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4ea7662ddc22

8042418: Remove JVM_FindClassFromClassLoader
Summary: The function has been replaced so is no longer used.
Reviewed-by: mchung, dholmes

! make/aix/makefiles/mapfile-vers-debug
! make/aix/makefiles/mapfile-vers-product
! 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/linux/makefiles/mapfile-vers-debug
! make/linux/makefiles/mapfile-vers-product
! make/solaris/makefiles/mapfile-vers
! src/share/vm/prims/jvm.cpp
! src/share/vm/prims/jvm.h

Changeset: d80bce5acfa9
Author:    coleenp
Date:      2014-12-14 21:20 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d80bce5acfa9

Merge


Changeset: 68f2d40b8852
Author:    minqi
Date:      2014-12-12 20:49 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/68f2d40b8852

Merge

! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/runtime/thread.cpp
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Changeset: 4acd298bc47b
Author:    minqi
Date:      2014-12-14 23:03 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4acd298bc47b

Merge


Changeset: 30ed7423ae23
Author:    dholmes
Date:      2014-12-14 20:18 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/30ed7423ae23

8059586: hs_err report should treat redirected core pattern
Reviewed-by: dholmes, sla, stuefe
Contributed-by: Yasumasa Suenaga <yasuenag at gmail.com>

! src/os/aix/vm/os_aix.cpp
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/posix/vm/os_posix.cpp
! src/os/solaris/vm/os_solaris.cpp

Changeset: 0e48ee44693e
Author:    ehelin
Date:      2014-12-16 12:52 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0e48ee44693e

8067452: Rename hotspot_all in hotspot/test/TEST.groups
Reviewed-by: dholmes, ctornqvi, iignatyev

! test/TEST.groups

Changeset: 47ffd05828f9
Author:    coleenp
Date:      2014-12-16 19:00 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/47ffd05828f9

8064319: Need to enable -XX:+TraceExceptions in release builds
Summary: "-XX:+TraceExceptions" is now supported in product builds.
Reviewed-by: sla, ccheung, coleenp
Contributed-by: max.ockner at oracle.com

! src/share/vm/runtime/globals.hpp
! test/runtime/CommandLine/TraceExceptionsTest.java

Changeset: e5cd9ab6e923
Author:    mchung
Date:      2014-12-17 12:29 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e5cd9ab6e923

8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
Reviewed-by: alanb, hseigel

! src/share/vm/runtime/arguments.cpp



More information about the jdk9-all-changes mailing list