hg: jdk9/hs/hotspot: 8 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Thu Oct 9 21:02:14 UTC 2014
Changeset: 4365e650350d
Author: kvn
Date: 2014-10-02 11:36 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4365e650350d
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
Summary: Use top() for dead paths when initializing Phi node of exceptions klasses in Parse::catch_inline_exceptions().
Reviewed-by: jrose, vlivanov
! src/share/vm/opto/doCall.cpp
! test/TEST.groups
+ test/compiler/exceptions/CatchInlineExceptions.java
Changeset: 780521547fb3
Author: goetz
Date: 2014-10-02 09:32 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/780521547fb3
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: d5bf85102522
Author: iveresov
Date: 2014-10-03 11:14 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d5bf85102522
Merge
! test/TEST.groups
- test/gc/8000311/Test8000311.java
- test/gc/TestG1ZeroPGCTJcmdThreadPrint.java
Changeset: f4aadd8a5168
Author: iveresov
Date: 2014-10-03 13:34 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f4aadd8a5168
8059621: JVM crashes with "unexpected index type" assert in LIRGenerator::do_UnsafeGetRaw
Summary: Get types from LIR instructions instead of HIR
Reviewed-by: kvn
! src/share/vm/c1/c1_LIRGenerator.cpp
Changeset: 89dd05d51af5
Author: thartmann
Date: 2014-10-06 07:58 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/89dd05d51af5
8059559: SIGSEGV at CodeHeap::allocate(unsigned int, bool)
Summary: Create the non-profiled code heap if TieredStopAtLevel=0 is set because we compile method handle intrinsics.
Reviewed-by: kvn
! src/share/vm/code/codeCache.cpp
! test/compiler/codecache/CheckSegmentedCodeCache.java
Changeset: 67bac0961e96
Author: anoll
Date: 2014-10-06 06:51 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/67bac0961e96
8059331: Print additional information for the assert in Compile::start()
Summary: Add additional output that shows the failure reason
Reviewed-by: kvn
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
Changeset: c0665245f2c8
Author: thartmann
Date: 2014-10-08 09:23 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/c0665245f2c8
8059735: make_not_entrant_or_zombie sees zombies
Summary: Make sure nmethod is not set to zombie state twice by sweeper and safepoint code.
Reviewed-by: kvn, anoll, mgerdin
! src/share/vm/runtime/sweeper.cpp
Changeset: 46ffa0406645
Author: iveresov
Date: 2014-10-09 12:36 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/46ffa0406645
Merge
More information about the jdk9-hs-changes
mailing list