hg: hsx/hotspot-rt/hotspot: 12 new changesets
david.holmes at oracle.com
david.holmes at oracle.com
Mon Oct 24 00:40:17 PDT 2011
Changeset: 8187c94a9a87
Author: never
Date: 2011-10-17 11:00 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/8187c94a9a87
7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
Reviewed-by: kvn, twisti
! agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/SPARCFrame.java
Changeset: e5928e7dab26
Author: never
Date: 2011-10-17 21:38 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e5928e7dab26
7098528: crash with java -XX:+ExtendedDTraceProbes
Reviewed-by: kvn
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/gc_interface/collectedHeap.cpp
! src/share/vm/gc_interface/collectedHeap.hpp
! src/share/vm/oops/instanceMirrorKlass.cpp
Changeset: 16f9fa2bf76c
Author: kvn
Date: 2011-10-19 10:52 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/16f9fa2bf76c
7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
Summary: replace the call to memmove by a simple copy loop
Reviewed-by: dholmes, kvn, never
Contributed-by: axel.siebenborn at sap.com, volker.simonis at gmail.com
! src/cpu/sparc/vm/copy_sparc.hpp
! src/os_cpu/windows_x86/vm/copy_windows_x86.inline.hpp
+ test/runtime/7100935/TestConjointAtomicArraycopy.java
+ test/runtime/7100935/TestShortArraycopy.java
Changeset: 1179647ee175
Author: iveresov
Date: 2011-10-21 00:58 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/1179647ee175
Merge
Changeset: ec4b032a4977
Author: tonyp
Date: 2011-10-13 13:54 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ec4b032a4977
7098085: G1: partially-young GCs not initiated under certain circumstances
Reviewed-by: ysr, brutisso
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
Changeset: 074f0252cc13
Author: tonyp
Date: 2011-10-14 11:12 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/074f0252cc13
7088680: G1: Cleanup in the G1CollectorPolicy class
Summary: Removed unused fields and methods, removed the G1CollectoryPolicy_BestRegionsFirst class and folded its functionality into the G1CollectorPolicy class.
Reviewed-by: ysr, brutisso, jcoomes
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/memory/universe.cpp
Changeset: bf2d2b8b1726
Author: johnc
Date: 2011-10-17 09:57 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bf2d2b8b1726
7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
Summary: Add a new, separate, pointer to the base of the array of discovered reference lists and use this new pointer in places where we iterate over the entire array.
Reviewed-by: ysr, brutisso
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/memory/referenceProcessor.cpp
! src/share/vm/memory/referenceProcessor.hpp
Changeset: 647872693572
Author: tonyp
Date: 2011-10-21 07:24 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/647872693572
Merge
Changeset: 3170e4044f2d
Author: katleman
Date: 2011-10-20 10:32 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/3170e4044f2d
Added tag jdk8-b10 for changeset d815de2e85e5
! .hgtags
Changeset: 4d3850d9d326
Author: jcoomes
Date: 2011-10-21 10:27 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4d3850d9d326
Merge
- make/templates/bsd-header
Changeset: 4538caeef7b6
Author: jcoomes
Date: 2011-10-21 10:27 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4538caeef7b6
Added tag hs23-b03 for changeset 4d3850d9d326
! .hgtags
Changeset: c9d25d93ddfe
Author: jcoomes
Date: 2011-10-21 16:00 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c9d25d93ddfe
7103619: Bump the hs23 build number to 04
Reviewed-by: johnc
Contributed-by: alejandro.murillo at oracle.com
! make/hotspot_version
More information about the serviceability-dev
mailing list