hg: hsx/hotspot-main/hotspot: 10 new changesets
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Tue Jul 9 13:01:05 PDT 2013
Changeset: f323bbb0e6c1
Author: coleenp
Date: 2013-07-03 13:45 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f323bbb0e6c1
8019833: Wrong JNI error code for preexisting JVM
Summary: Return the appropriate JNI error message (instead of the generic one) when the JVM is already started
Reviewed-by: coleenp, hseigel
Contributed-by: sylvestre at debian.org
! src/share/vm/prims/jni.cpp
Changeset: 5f7a4367c787
Author: zgu
Date: 2013-07-04 06:24 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/5f7a4367c787
8016074: NMT: assertion failed: assert(thread->thread_state() == from) failed: coming from wrong thread state
Summary: Uses os::NakedYield() on Solaris instead of os::yield_all()
Reviewed-by: acorn, coleenp, hseigel
! src/share/vm/services/memTracker.hpp
Changeset: a55aa67bce1a
Author: zgu
Date: 2013-07-04 04:03 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a55aa67bce1a
Merge
Changeset: 59b052799158
Author: dcubed
Date: 2013-07-04 21:10 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/59b052799158
8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test
Reviewed-by: dsamersoff, zgu, hseigel, coleenp
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/os/windows/vm/os_windows.hpp
! src/os/windows/vm/os_windows.inline.hpp
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/utilities/debug.cpp
! src/share/vm/utilities/debug.hpp
! test/runtime/6888954/vmerrors.sh
Changeset: 93e6dce53ba7
Author: fparain
Date: 2013-07-05 08:26 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/93e6dce53ba7
8016465: The hs_err file gets wrong name
Reviewed-by: dcubed, dholmes, rdurbin
! src/share/vm/utilities/vmError.cpp
Changeset: cc5b7915104e
Author: fparain
Date: 2013-07-05 08:09 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/cc5b7915104e
Merge
Changeset: cf9d71d3e474
Author: iklam
Date: 2013-07-08 10:58 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/cf9d71d3e474
8016903: Thread::_handle_area initial size too big
Summary: Changed initial size to Chunk::tiny_size (216 bytes)
Reviewed-by: coleenp, dholmes, sspitsyn
! src/share/vm/memory/allocation.cpp
! src/share/vm/memory/allocation.hpp
! src/share/vm/runtime/handles.hpp
Changeset: 71180a6e5080
Author: jiangli
Date: 2013-07-03 17:26 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/71180a6e5080
7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful.
Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size.
Reviewed-by: stefank, coleenp
! agent/src/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java
! agent/src/share/classes/sun/jvm/hotspot/oops/Klass.java
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
! 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/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1MarkSweep.cpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/defNewGeneration.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/genCollectedHeap.hpp
! src/share/vm/memory/generation.cpp
! src/share/vm/memory/generation.hpp
! src/share/vm/memory/sharedHeap.hpp
! src/share/vm/memory/universe.cpp
! src/share/vm/oops/arrayKlass.cpp
! src/share/vm/oops/arrayKlass.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klass.hpp
- src/share/vm/runtime/aprofiler.cpp
- src/share/vm/runtime/aprofiler.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp
! src/share/vm/runtime/java.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: fa6929d0b0a9
Author: jiangli
Date: 2013-07-08 14:21 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/fa6929d0b0a9
Merge
! src/share/vm/runtime/arguments.cpp
Changeset: 3c7b4b7b2625
Author: jiangli
Date: 2013-07-08 14:53 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/3c7b4b7b2625
Merge
- src/share/vm/runtime/aprofiler.cpp
- src/share/vm/runtime/aprofiler.hpp
More information about the hotspot-dev
mailing list