hg: hsx/hotspot-comp/hotspot: 30 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Thu Jul 4 20:26:35 PDT 2013
Changeset: 2bfa00fac03f
Author: cl
Date: 2013-07-04 01:00 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/2bfa00fac03f
Added tag jdk8-b97 for changeset d197d377ab2e
! .hgtags
Changeset: 8cff1de240de
Author: zgu
Date: 2013-06-25 17:22 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8cff1de240de
8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
Summary: Fixed possible NULL pointer that caused SIGSEGV
Reviewed-by: coleenp, acorn, ctornqvi
! src/share/vm/services/memReporter.cpp
Changeset: c14867f95c60
Author: zgu
Date: 2013-06-25 14:51 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c14867f95c60
Merge
Changeset: 38ea2efa32a7
Author: kevinw
Date: 2013-06-26 00:01 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/38ea2efa32a7
8010278: SA: provide mechanism for using an alternative SA debugger back-end.
Reviewed-by: sla, dsamersoff
! agent/src/share/classes/sun/jvm/hotspot/CLHSDB.java
! agent/src/share/classes/sun/jvm/hotspot/CommandProcessor.java
! agent/src/share/classes/sun/jvm/hotspot/HSDB.java
! agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxAddress.java
! agent/src/share/classes/sun/jvm/hotspot/debugger/linux/LinuxOopHandle.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
! agent/src/share/classes/sun/jvm/hotspot/tools/ClassLoaderStats.java
! agent/src/share/classes/sun/jvm/hotspot/tools/FinalizerInfo.java
! agent/src/share/classes/sun/jvm/hotspot/tools/FlagDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/HeapDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JInfo.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JSnap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/JStack.java
! agent/src/share/classes/sun/jvm/hotspot/tools/ObjectHistogram.java
! agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java
! agent/src/share/classes/sun/jvm/hotspot/tools/PStack.java
! agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java
! agent/src/share/classes/sun/jvm/hotspot/tools/SysPropsDumper.java
! agent/src/share/classes/sun/jvm/hotspot/tools/Tool.java
! agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassDump.java
! agent/src/share/classes/sun/jvm/hotspot/tools/soql/JSDB.java
! agent/src/share/classes/sun/jvm/hotspot/tools/soql/SOQL.java
Changeset: 8eb40545e209
Author: kevinw
Date: 2013-06-26 11:00 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8eb40545e209
Merge
Changeset: 221df7e37535
Author: iklam
Date: 2013-06-27 10:03 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/221df7e37535
8016075: Win32 crash with CDS enabled and small heap size
Summary: Fixed MetaspaceShared::is_in_shared_space
Reviewed-by: coleenp, hseigel
! src/share/vm/memory/filemap.cpp
! src/share/vm/memory/filemap.hpp
! src/share/vm/memory/metaspaceShared.cpp
Changeset: e0fe0c9a88da
Author: nloodin
Date: 2013-06-28 14:05 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/e0fe0c9a88da
Merge
Changeset: bb4f2b27e824
Author: dcubed
Date: 2013-06-29 11:55 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/bb4f2b27e824
Merge
Changeset: 97c5acae48be
Author: hseigel
Date: 2013-06-30 09:59 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/97c5acae48be
7007040: Check of capacity paramenters in JNI_PushLocalFrame is wrong
Summary: changed AND to OR
Reviewed-by: coleenp, hseigel
Contributed-by: lois.foltan at oracle.com
! src/share/vm/prims/jni.cpp
Changeset: 068b406e307f
Author: fparain
Date: 2013-07-01 09:13 +0000
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/068b406e307f
7060111: race condition in VMError::report_and_die()
Reviewed-by: zgu, coleenp
Contributed-by: volker.simonis at gmail.com
! src/share/vm/utilities/vmError.cpp
! src/share/vm/utilities/vmError.hpp
Changeset: acfa2cc19146
Author: rbackman
Date: 2013-06-12 09:49 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/acfa2cc19146
8016444: Duplicate zombie check in safe_for_sender
Reviewed-by: dholmes, sla
! src/cpu/sparc/vm/frame_sparc.cpp
! src/share/vm/memory/referenceProcessorStats.hpp
Changeset: 993dfb57c575
Author: egahlin
Date: 2013-06-26 17:02 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/993dfb57c575
8016331: Minor issues in event tracing metadata
Reviewed-by: stefank, brutisso, mgronlun
! src/share/vm/trace/trace.xml
Changeset: 7f11c12d7a90
Author: sspitsyn
Date: 2013-07-01 14:13 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/7f11c12d7a90
8009204: [dtrace] signatures returned by Java 7 jstack() are corrupted on Solaris
Summary: The fix is basically a backport of JDK-7019165 (pstack issue) to jhelper.d.
Reviewed-by: coleenp, sspitsyn
Contributed-by: tomas.hurka at oracle.com
! src/os/solaris/dtrace/jhelper.d
Changeset: de2d15ce3d4a
Author: coleenp
Date: 2013-07-02 08:42 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/de2d15ce3d4a
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty
Summary: Allocate medium chunks for class metaspace when class loader has lots of classes
Reviewed-by: mgerdin, jmasa
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/memory/universe.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: cedf20e2a655
Author: coleenp
Date: 2013-07-02 16:54 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/cedf20e2a655
Merge
- src/os_cpu/linux_sparc/vm/assembler_linux_sparc.cpp
- src/os_cpu/solaris_sparc/vm/assembler_solaris_sparc.cpp
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/memory/universe.hpp
! src/share/vm/runtime/vmStructs.cpp
Changeset: c92b74c62d97
Author: brutisso
Date: 2013-06-27 09:59 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c92b74c62d97
8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased
Summary: Set HeapBaseMinAddress as default rather than ergo
Reviewed-by: stefank, jmasa, kvn
! src/share/vm/runtime/arguments.cpp
Changeset: 3ea89789ba39
Author: ehelin
Date: 2013-06-28 18:28 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/3ea89789ba39
Merge
Changeset: b30744960351
Author: brutisso
Date: 2013-06-30 21:42 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/b30744960351
8014022: G1: Non Java threads should lock the shared SATB queue lock without safepoint checks.
Reviewed-by: tschatzl, brutisso, jmasa, ysr
Contributed-by: per.liden at oracle.com
! src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp
Changeset: 5ea20b3bd249
Author: johnc
Date: 2013-07-01 09:30 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/5ea20b3bd249
8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression.
Reviewed-by: jmasa, tamao, brutisso
! src/share/vm/gc_implementation/g1/g1CardCounts.cpp
Changeset: 6e3634222155
Author: tamao
Date: 2013-06-28 20:18 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/6e3634222155
8017611: Auto corrector for mistyped vm options
Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
Reviewed-by: kvn, dsamersoff, hseigel, johnc
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.cpp
! src/share/vm/runtime/globals.hpp
+ test/gc/arguments/TestUnrecognizedVMOptionsHandling.java
Changeset: 536976a22f5f
Author: tamao
Date: 2013-07-03 14:50 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/536976a22f5f
Merge
Changeset: 70bea4a43c6d
Author: tamao
Date: 2013-07-03 15:04 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/70bea4a43c6d
Merge
Changeset: ac7193063af8
Author: jiangli
Date: 2013-07-01 19:44 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/ac7193063af8
8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled.
Summary: Added -XX:+UsePerfData to Test7196045.java.
Reviewed-by: dholmes, collins
! test/runtime/7196045/Test7196045.java
Changeset: 94aa8de029c5
Author: clucasius
Date: 2013-07-03 22:36 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/94aa8de029c5
Merge
Changeset: fea6a49c2762
Author: bdelsart
Date: 2013-07-04 01:03 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fea6a49c2762
Merge
Changeset: 8b789ce47503
Author: roland
Date: 2013-07-04 01:42 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8b789ce47503
Merge
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
Changeset: fece0ee013fc
Author: roland
Date: 2013-07-04 03:41 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fece0ee013fc
Merge
Changeset: c9dd82da51ed
Author: amurillo
Date: 2013-07-04 14:45 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c9dd82da51ed
Merge
Changeset: 30b5b75c42ac
Author: amurillo
Date: 2013-07-04 14:45 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/30b5b75c42ac
Added tag hs25-b40 for changeset c9dd82da51ed
! .hgtags
Changeset: ea4d24c1e0c6
Author: amurillo
Date: 2013-07-04 14:56 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/ea4d24c1e0c6
8019934: new hotspot build - hs25-b41
Reviewed-by: jcoomes
! make/hotspot_version
More information about the hotspot-compiler-dev
mailing list