hg: jdk8u/jdk8u/hotspot: 17 new changesets

john.coomes at oracle.com john.coomes at oracle.com
Tue Oct 7 17:53:33 UTC 2014


Changeset: 46ffdf376cb5
Author:    amurillo
Date:      2014-09-26 03:42 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/46ffdf376cb5

8059204: new hotspot build - hs25.40-b13
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: c204e2044c29
Author:    mgronlun
Date:      2014-09-29 13:12 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c204e2044c29

8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
Reviewed-by: coleenp, minqi

! src/share/vm/interpreter/oopMapCache.cpp
! src/share/vm/interpreter/oopMapCache.hpp
! src/share/vm/runtime/vframe.cpp
! src/share/vm/runtime/vframe.hpp

Changeset: 13dbe89e447c
Author:    iveresov
Date:      2014-09-26 20:09 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/13dbe89e447c

8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic
Summary: Make sure MH intrinsics can be created before compiler instances
Reviewed-by: kvn

! src/share/vm/classfile/systemDictionary.cpp

Changeset: fa56205f142c
Author:    tonyp
Date:      2014-09-10 11:55 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/fa56205f142c

8057799: Unnecessary NULL check in G1KeepAliveClosure
Reviewed-by: tschatzl, stefank

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Changeset: 6948da6d7c13
Author:    tschatzl
Date:      2014-09-30 09:44 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/6948da6d7c13

8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
Reviewed-by: iveresov, brutisso, mgerdin

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1EvacFailure.hpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc_implementation/g1/g1ParScanThreadState.hpp
! src/share/vm/gc_implementation/g1/g1ParScanThreadState.inline.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
- test/gc/g1/TestDeferredRSUpdate.java

Changeset: 8ba0078861d4
Author:    jwilhelm
Date:      2014-09-27 15:11 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8ba0078861d4

8047976: Ergonomics for GC thread counts should update the flags
Summary: Ergonomics updates flags for number of GC threads
Reviewed-by: tschatzl, jwilhelm
Contributed-by: sangheon.kim at oracle.com

! src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
! src/share/vm/runtime/arguments.cpp
+ test/gc/arguments/TestG1ConcRefinementThreads.java

Changeset: 2d6a3328ec99
Author:    brutisso
Date:      2014-09-30 08:29 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/2d6a3328ec99

Merge


Changeset: 43ce58b4717b
Author:    fzhinkin
Date:      2014-10-02 11:31 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/43ce58b4717b

8059226: Names of rtm_state_change and unstable_if deoptimization reasons were swapped in 8u40
Summary: fixed order of DeoptReason values declaration so now it matches the order used in jdk9 and the names order in Deoptimization::_trap_reason_name.
Reviewed-by: kvn

! src/share/vm/runtime/deoptimization.hpp

Changeset: f6bde7889409
Author:    goetz
Date:      2014-10-02 09:32 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f6bde7889409

8059592: Recent bugfixes in ppc64 port.
Reviewed-by: kvn

! make/aix/makefiles/fastdebug.make
! src/cpu/ppc/vm/assembler_ppc.hpp
! src/cpu/ppc/vm/assembler_ppc.inline.hpp
! src/cpu/ppc/vm/globalDefinitions_ppc.hpp
! src/cpu/ppc/vm/interp_masm_ppc_64.cpp
! src/cpu/ppc/vm/interpreter_ppc.cpp
! src/cpu/ppc/vm/macroAssembler_ppc.cpp
! src/cpu/ppc/vm/ppc.ad
! src/cpu/ppc/vm/stubGenerator_ppc.cpp
! src/cpu/ppc/vm/templateTable_ppc_64.cpp
! src/os_cpu/linux_ppc/vm/prefetch_linux_ppc.inline.hpp

Changeset: 1ff288f0dae4
Author:    coleenp
Date:      2014-09-25 07:52 -0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/1ff288f0dae4

8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms
Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used.
Reviewed-by: gtriantafill, dholmes

! src/share/vm/services/mallocTracker.cpp
+ test/runtime/NMT/UnsafeMallocLimit2.java

Changeset: dc8637067fc1
Author:    coleenp
Date:      2014-10-02 20:12 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/dc8637067fc1

Merge


Changeset: ff0986dac06d
Author:    coleenp
Date:      2014-10-02 22:21 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/ff0986dac06d

Merge


Changeset: 7d68a5b1069d
Author:    coleenp
Date:      2014-09-26 12:50 -0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7d68a5b1069d

8058927: ATG throws ClassNotFoundException
Summary: ClassLoader for array klass set to null and not the class loader of the component type.
Reviewed-by: dcubed, ctornqvi

! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/oops/arrayKlass.cpp
+ test/runtime/LoadClass/ShowClassLoader.java

Changeset: 7dcde22f261f
Author:    coleenp
Date:      2014-10-02 20:17 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7dcde22f261f

Merge


Changeset: a66c95853c53
Author:    coleenp
Date:      2014-10-02 23:10 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/a66c95853c53

Merge


Changeset: d96716f6cbba
Author:    amurillo
Date:      2014-10-03 01:19 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/d96716f6cbba

Merge

- test/gc/g1/TestDeferredRSUpdate.java

Changeset: 7ff8d51e0d8f
Author:    amurillo
Date:      2014-10-03 01:19 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7ff8d51e0d8f

Added tag hs25.40-b13 for changeset d96716f6cbba

! .hgtags



More information about the jdk8u-changes mailing list