hg: hsx/hsx17/baseline: 11 new changesets
walter.rockett at sun.com
walter.rockett at sun.com
Fri Apr 22 06:08:01 PDT 2011
Changeset: 7cbd1e7b56ba
Author: kevinw
Date: 2011-04-18 13:34 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/7cbd1e7b56ba
6897143: Stress test crashes during HeapInspection using ParallelGC.
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3247
Reviewed-by: chrisphi, ysr
! src/share/vm/gc_implementation/shared/vmGCOperations.cpp
Changeset: 47083018c460
Author: poonam
Date: 2011-04-18 13:42 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/47083018c460
6837842: JNI_CreateJavaVM crashes under impersonation
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3496
Reviewed-by: coleenp, dholmes, kevinw
! src/os/windows/vm/perfMemory_windows.cpp
Changeset: e90d89dab490
Author: chrisphi
Date: 2011-04-18 13:46 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/e90d89dab490
6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3493
Reviewed-by: kevinw, poonam, ysr
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.hpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/runtime/globals.hpp
Changeset: 4ec48c301281
Author: poonam
Date: 2011-04-18 13:49 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/4ec48c301281
6745217: jmap throws sun.jvm.hotspot.utilities.AssertionFailure: BitMap index out of bounds (1.5.0_15-b04)
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3526
Reviewed-by: chrisphi, swamyv
! agent/src/share/classes/sun/jvm/hotspot/memory/CMSBitMap.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/JavaThread.java
Changeset: 92a4b6d11ab3
Author: kevinw
Date: 2011-04-19 03:49 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/92a4b6d11ab3
6938026: C2 compiler fails in Node::rematerialize()const
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3592
Reviewed-by: never, chrisphi, dsamersoff
! src/share/vm/opto/parse1.cpp
Changeset: 47d6ab4dec3b
Author: chrisphi
Date: 2011-04-19 03:53 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/47d6ab4dec3b
6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3633
Reviewed-by: poonam, ysr
! src/cpu/sparc/vm/vm_version_sparc.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/memory/blockOffsetTable.hpp
! src/share/vm/runtime/globals.hpp
Changeset: 01e81d81d4cb
Author: chrisphi
Date: 2011-04-19 03:54 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/01e81d81d4cb
6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
Summary: http://jpsesvr.sfbay.sun.com:8080/ctetools/html/ViewDetail.jsp?index=3632
Reviewed-by: kevinw, poonam, ysr
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
! src/share/vm/oops/markOop.hpp
Changeset: 963860620ae9
Author: wrockett
Date: 2011-04-19 05:00 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/963860620ae9
7012829: Bump the HS17 build number to 18
Summary: See CR
Reviewed-by: asaha
! make/hotspot_version
Changeset: 1339e02bc576
Author: kevinw
Date: 2011-04-19 06:00 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/1339e02bc576
6581734: CMS Old Gen's collection usage is zero after GC which is incorrect
Summary: https://jetsvr.sfbay.sun.com:8443/BugApproval/ViewDetail.jsp?index=9939
Reviewed-by: ysr, mchung
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep
! src/share/vm/services/management.cpp
! src/share/vm/services/memoryManager.cpp
! src/share/vm/services/memoryManager.hpp
! src/share/vm/services/memoryService.cpp
! src/share/vm/services/memoryService.hpp
+ test/gc/6581734/Test6581734.java
Changeset: 245267e5d015
Author: asaha
Date: 2011-04-19 06:05 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/245267e5d015
6977952: Test: Sync missing tests from hs16.3 to hs17.x
Summary: : Sync test cases from 6u20
Reviewed-by: wrockett
+ test/compiler/6894807/IsInstanceTest.java
+ test/compiler/6894807/Test6894807.sh
+ test/runtime/6626217/IFace.java
+ test/runtime/6626217/Loader2.java
+ test/runtime/6626217/Test6626217.sh
+ test/runtime/6626217/You_Have_Been_P0wned.java
+ test/runtime/6626217/bug_21227.java
+ test/runtime/6626217/from_loader2.java
+ test/runtime/6626217/many_loader1.java.foo
Changeset: 0d4936f60577
Author: wrockett
Date: 2011-04-19 06:06 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/baseline/rev/0d4936f60577
6983515: Bump the HS17 build number to 19
Summary: See CR
Reviewed-by: asaha
! make/hotspot_version
More information about the hotspot-dev
mailing list