hg: jdk8u/jdk8u/hotspot: 15 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Mon Apr 14 19:29:06 UTC 2014


Changeset: eb82175e7fbb
Author:    amurillo
Date:      2014-04-04 09:54 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/eb82175e7fbb

8039291: new hotspot build - hs25.20-b10
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 5cf196cc5405
Author:    dbuck
Date:      2014-04-05 23:38 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/5cf196cc5405

8026334: hs_err improvement: Print elapsed time in a humanly readable format
Reviewed-by: coleenp, dsamersoff
Contributed-by: masato.yoshida at oracle.com

! src/share/vm/runtime/os.cpp

Changeset: fd8ddf2d2f6b
Author:    pliden
Date:      2014-04-03 10:39 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/fd8ddf2d2f6b

8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
Reviewed-by: jmasa, sjohanss

! test/gc/g1/TestStringDeduplicationTools.java

Changeset: 14bd75c9dbfa
Author:    jwilhelm
Date:      2014-04-03 16:20 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/14bd75c9dbfa

8039089: List verification enabled in product builds
Summary: Replaced the verification call to a conditional one that only runs verification in debug builds.
Reviewed-by: brutisso, tschatzl

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp

Changeset: 3ef5c627634a
Author:    amurillo
Date:      2014-04-07 22:13 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/3ef5c627634a

8039392: Make jdk8u20 the default jprt release for hs25.20
Reviewed-by: kvn, dholmes

! make/jprt.properties

Changeset: 81d7a4b28dc5
Author:    neugens
Date:      2014-04-08 14:55 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/81d7a4b28dc5

8036619: Shark: add LLVM 3.4 support
Reviewed-by: twisti, kvn

! make/linux/makefiles/zeroshark.make
! src/share/vm/shark/llvmHeaders.hpp
! src/share/vm/shark/sharkMemoryManager.cpp
! src/share/vm/shark/sharkMemoryManager.hpp

Changeset: 8847586c9037
Author:    vkempik
Date:      2014-04-03 17:49 +0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8847586c9037

8016302: Change type of the number of GC workers to unsigned int (2)
Reviewed-by: tschatzl, jwilhelm

! src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
! src/share/vm/gc_implementation/g1/concurrentG1Refine.hpp
! src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
! src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp
! src/share/vm/gc_implementation/g1/dirtyCardQueue.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
! src/share/vm/gc_implementation/g1/g1HotCardCache.cpp
! src/share/vm/gc_implementation/g1/g1HotCardCache.hpp
! src/share/vm/gc_implementation/g1/g1OopClosures.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/satbQueue.cpp
! src/share/vm/gc_implementation/g1/satbQueue.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp

Changeset: 21dd1c827123
Author:    kevinw
Date:      2014-04-02 18:40 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/21dd1c827123

8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
Reviewed-by: dholmes, dsamersoff
Contributed-by: andreas.eriksson at oracle.com

! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/share/vm/runtime/vmThread.cpp

Changeset: 58fab66a8297
Author:    kevinw
Date:      2014-04-09 03:48 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/58fab66a8297

Merge


Changeset: a57ba009d4dc
Author:    roland
Date:      2014-02-27 09:37 +0100
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/a57ba009d4dc

8032011: nsk/stress/jck60/jck60022 crashes in src\share\vm\runtime\synchronizer.cpp:239
Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock
Reviewed-by: kvn, iveresov

! src/share/vm/runtime/biasedLocking.cpp
+ test/compiler/uncommontrap/TestLockEliminatedAtDeopt.java

Changeset: 6048424d3865
Author:    goetz
Date:      2014-04-10 04:07 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/6048424d3865

8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Summary: Remove the misleading malloc macro and cleanup the code
Reviewed-by: dsamersoff, kvn
Contributed-by: goetz.lindenmaier at sap.com

! src/cpu/ppc/vm/templateInterpreter_ppc.cpp
! src/os/aix/vm/os_aix.cpp
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp

Changeset: 526acaf3626f
Author:    kvn
Date:      2014-04-09 11:18 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/526acaf3626f

8038939: Some options related to RTM locking optimization works inconsistently
Summary: Switch UseRTMXendForLockBusy flag ON by default and change code to retry RTM locking on lock busy condition by default.
Reviewed-by: roland

! src/cpu/x86/vm/globals_x86.hpp
! src/cpu/x86/vm/macroAssembler_x86.cpp

Changeset: 2100bf712e2a
Author:    goetz
Date:      2014-04-03 12:37 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/2100bf712e2a

8039146: Fix 64-bit store to int JNIHandleBlock::_top
Reviewed-by: coleenp, kvn

! src/cpu/sparc/vm/cppInterpreter_sparc.cpp
! src/cpu/sparc/vm/sharedRuntime_sparc.cpp
! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/sharedRuntime_x86_32.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp

Changeset: 27a9e6a96a8c
Author:    amurillo
Date:      2014-04-10 15:05 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/27a9e6a96a8c

Merge


Changeset: f6efc715db74
Author:    amurillo
Date:      2014-04-10 15:05 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f6efc715db74

Added tag hs25.20-b10 for changeset 27a9e6a96a8c

! .hgtags



More information about the jdk8u-changes mailing list