hg: hsx/hotspot-rt/hotspot: 25 new changesets
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Fri Mar 8 21:19:18 PST 2013
Changeset: a252e688abcf
Author: jmasa
Date: 2013-02-01 17:02 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/a252e688abcf
7189971: Implement CMSWaitDuration for non-incremental mode of CMS
Reviewed-by: jmasa, johnc, ysr
Contributed-by: michal at frajt.eu
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
! src/share/vm/runtime/globals.hpp
Changeset: 0624b9d81255
Author: ehelin
Date: 2013-03-04 13:01 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/0624b9d81255
8004172: Update jstat counter names to reflect metaspace changes
Reviewed-by: stefank, jmasa
! src/share/vm/memory/metaspaceCounters.cpp
! src/share/vm/memory/metaspaceCounters.hpp
Changeset: 27714220e50e
Author: johnc
Date: 2013-03-04 12:42 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/27714220e50e
8007036: G1: Too many old regions added to last mixed GC
Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd at gmail.com>.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
! src/share/vm/gc_implementation/g1/collectionSetChooser.hpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
Changeset: d778bb46a9a5
Author: erikj
Date: 2013-03-04 22:39 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d778bb46a9a5
8008451: Make mac builds on 10.8 work on 10.7
Reviewed-by: jcoomes, ohair
! make/bsd/makefiles/gcc.make
Changeset: c71e15057f1d
Author: stefank
Date: 2013-03-07 14:29 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c71e15057f1d
Merge
Changeset: 7369298bec7e
Author: collins
Date: 2013-02-27 20:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/7369298bec7e
7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS}
Reviewed-by: kvn
! test/compiler/6431242/Test.java
! test/compiler/6589834/Test_ia32.java
! test/compiler/6636138/Test1.java
! test/compiler/6636138/Test2.java
! test/compiler/6795161/Test.java
! test/compiler/6946040/TestCharShortByteSwap.java
! test/compiler/7068051/Test7068051.sh
! test/compiler/8000805/Test8000805.java
Changeset: 5cf033ff06c4
Author: bpittore
Date: 2013-03-01 14:06 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/5cf033ff06c4
Merge
Changeset: af5ac43f06e9
Author: jprovino
Date: 2013-03-07 10:46 -0500
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/af5ac43f06e9
Merge
Changeset: 0b8f9c8d2617
Author: jiangli
Date: 2013-03-07 10:39 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/0b8f9c8d2617
Merge
Changeset: 40b7c6b800ab
Author: morris
Date: 2013-03-01 14:26 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/40b7c6b800ab
8008327: [parfait] Unitialized variable in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
Summary: Fix unitialized variable and return value.
Reviewed-by: kvn
! agent/src/os/bsd/MacosxDebuggerLocal.m
Changeset: bf06968a8a00
Author: morris
Date: 2013-03-04 13:15 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bf06968a8a00
8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
Summary: safety checks for non-Apple thread time functions
Reviewed-by: kvn
! src/os/bsd/vm/os_bsd.cpp
Changeset: c40fbf634c90
Author: morris
Date: 2013-03-05 04:24 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/c40fbf634c90
8008574: [parfait] Null pointer deference in hotspot/src/share/vm/runtime/frame.cpp
Summary: fix null pointer
Reviewed-by: kvn
! src/share/vm/runtime/frame.cpp
Changeset: 571076d3c79d
Author: shade
Date: 2013-03-05 04:24 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/571076d3c79d
8009120: Fuzz instruction scheduling in HotSpot compilers
Reviewed-by: kvn, vlivanov
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/gcm.cpp
! src/share/vm/opto/lcm.cpp
Changeset: 4f553e24b3b5
Author: vlivanov
Date: 2013-03-05 08:17 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4f553e24b3b5
Merge
Changeset: 872b3feace55
Author: morris
Date: 2013-03-05 18:03 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/872b3feace55
8008750: [partfait] Null pointer deference in hotspot/src/share/vm/oops/instanceKlass.hpp
Summary: fix null pointer
Reviewed-by: kvn, coleenp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
Changeset: 8651f608fea4
Author: roland
Date: 2013-03-06 10:28 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/8651f608fea4
8009460: C2compiler crash in machnode::in_regmask(unsigned int)
Summary: 7121140 may not correctly break the Allocate -> MemBarStoreStore link
Reviewed-by: kvn
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/macro.cpp
Changeset: ff55877839bc
Author: kvn
Date: 2013-03-06 12:25 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ff55877839bc
8009472: Print additional information for 8004640 failure
Summary: dump nodes and types in 8004640 case.
Reviewed-by: roland
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/memnode.cpp
Changeset: bdb602473679
Author: morris
Date: 2013-03-07 14:46 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bdb602473679
Merge
! src/os/bsd/vm/os_bsd.cpp
Changeset: b5bd25d55994
Author: morris
Date: 2013-03-07 18:03 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b5bd25d55994
Merge
Changeset: fbda7e1dee9a
Author: katleman
Date: 2013-03-07 11:17 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/fbda7e1dee9a
Added tag jdk8-b80 for changeset 4a198b201f3c
! .hgtags
Changeset: dd6350b4abc4
Author: amurillo
Date: 2013-03-08 08:10 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/dd6350b4abc4
Merge
Changeset: 65b797426a3b
Author: amurillo
Date: 2013-03-08 08:10 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/65b797426a3b
Added tag hs25-b22 for changeset dd6350b4abc4
! .hgtags
Changeset: 8196357e95b5
Author: amurillo
Date: 2013-03-08 08:22 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/8196357e95b5
8009688: new hotspot build - hs25-b23
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: 252ad8d5f22b
Author: dcubed
Date: 2013-03-08 17:14 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/252ad8d5f22b
Merge
! src/os/bsd/vm/os_bsd.cpp
Changeset: 35ef86296a5d
Author: dcubed
Date: 2013-03-08 17:49 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/35ef86296a5d
Merge
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
More information about the serviceability-dev
mailing list