hg: hsx/hsx22/hotspot: 9 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Fri Aug 26 20:02:36 PDT 2011
Changeset: ff53346271fe
Author: brutisso
Date: 2011-08-19 09:30 +0200
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/ff53346271fe
6814390: G1: remove the concept of non-generational G1
Summary: Removed the possibility to turn off generational mode for G1.
Reviewed-by: johnc, ysr, tonyp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: ae73da50be4b
Author: tonyp
Date: 2011-08-22 10:16 -0400
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/ae73da50be4b
7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
Summary: Remove three develop parameters we don't use.
Reviewed-by: brutisso, jwilhelm
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: 7f776886a215
Author: ysr
Date: 2011-08-22 12:30 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/7f776886a215
6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
Summary: Call {pre,post}_full_gc_dump() before and after a STW full gc of G1CollectedHeap. Also adjusted the prefix message, including the addition of missing whitespace.
Reviewed-by: brutisso, tonyp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_interface/collectedHeap.cpp
Changeset: be05e987ba07
Author: ysr
Date: 2011-08-22 23:57 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/be05e987ba07
Merge
Changeset: 2f27ed2a98fa
Author: brutisso
Date: 2011-08-23 11:06 +0200
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/2f27ed2a98fa
7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
Summary: Add the psapi.lib library to Visual Studio projects
Reviewed-by: jwilhelm, poonam, kamg
! src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
Changeset: ff9ab6327924
Author: kvn
Date: 2011-08-20 14:03 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/ff9ab6327924
7076831: TEST_BUG: compiler/5091921/Test7005594.java fails on LOW MEM SYSTEMS
Summary: Run test only on systems with 2Gbyte or more memory. Don't zap heap to reduce execution time.
Reviewed-by: iveresov
! test/compiler/5091921/Test7005594.sh
Changeset: a594deb1d6dc
Author: kvn
Date: 2011-08-22 11:00 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/a594deb1d6dc
7081926: assert(VM_Version::supports_sse2()) failed: must support
Summary: fix assert, prefetchnta is supported since SSE not SSE2.
Reviewed-by: never
! src/cpu/x86/vm/assembler_x86.cpp
Changeset: a70c2acb8f52
Author: kvn
Date: 2011-08-25 18:56 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/a70c2acb8f52
Merge
Changeset: 1520340a7f35
Author: kvn
Date: 2011-08-26 16:11 -0700
URL: http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/1520340a7f35
7083916: Bump the hs22 build number to 03
Reviewed-by: jcoomes
Contributed-by: alejandro.murillo at oracle.com
! make/hotspot_version
More information about the hotspot-dev
mailing list