hg: hsx/hotspot-main/hotspot: 15 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Thu Oct 31 17:36:24 PDT 2013
Changeset: bd3237e0e18d
Author: twisti
Date: 2013-10-24 16:23 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bd3237e0e18d
8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: jrose, roland
! src/cpu/sparc/vm/cppInterpreter_sparc.cpp
! src/cpu/sparc/vm/templateInterpreter_sparc.cpp
! src/cpu/sparc/vm/templateTable_sparc.cpp
! src/cpu/x86/vm/cppInterpreter_x86.cpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
! src/cpu/zero/vm/cppInterpreter_zero.cpp
! src/cpu/zero/vm/globals_zero.hpp
! src/share/vm/interpreter/abstractInterpreter.hpp
! src/share/vm/interpreter/cppInterpreter.hpp
! src/share/vm/interpreter/interpreter.cpp
! src/share/vm/interpreter/templateInterpreter.cpp
! src/share/vm/interpreter/templateInterpreter.hpp
! src/share/vm/interpreter/templateInterpreterGenerator.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/runtime/handles.cpp
Changeset: cbe8ba0fb8fc
Author: twisti
Date: 2013-10-24 16:26 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/cbe8ba0fb8fc
Merge
- test/compiler/intrinsics/mathexact/CondTest.java
- test/compiler/intrinsics/mathexact/ConstantTest.java
- test/compiler/intrinsics/mathexact/LoadTest.java
- test/compiler/intrinsics/mathexact/LoopDependentTest.java
- test/compiler/intrinsics/mathexact/NonConstantTest.java
- test/compiler/intrinsics/mathexact/RepeatTest.java
Changeset: f01788f13696
Author: adlertz
Date: 2013-10-25 10:13 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f01788f13696
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal
Reviewed-by: roland
! src/share/vm/opto/postaloc.cpp
Changeset: 7ae254fd0b3c
Author: adlertz
Date: 2013-10-25 12:40 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/7ae254fd0b3c
Merge
Changeset: 6c2f07d1495f
Author: roland
Date: 2013-10-28 09:58 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/6c2f07d1495f
8027140: Assertion in compiler when running bigapps/Kitchensink/stability
Summary: filter() code for TypeKlassPtr not moved when permgen removal was introduced
Reviewed-by: twisti, iveresov
! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp
Changeset: bfdb530cdffa
Author: roland
Date: 2013-10-28 12:21 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bfdb530cdffa
Merge
Changeset: a196f1aaec86
Author: anoll
Date: 2013-10-25 22:57 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a196f1aaec86
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
Summary: Exit compiler threads early during startup so that wrong error message is not printed
Reviewed-by: iveresov, twisti
! src/share/vm/compiler/compileBroker.cpp
+ test/compiler/startup/StartupOutput.java
Changeset: 8c16f426dbb2
Author: iveresov
Date: 2013-10-28 15:16 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/8c16f426dbb2
Merge
Changeset: fc1632f5021a
Author: iveresov
Date: 2013-10-28 17:32 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/fc1632f5021a
Merge
Changeset: a57a165b8296
Author: rbackman
Date: 2013-10-28 08:34 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a57a165b8296
8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
Reviewed-by: kvn, roland
! src/share/vm/opto/library_call.cpp
! test/compiler/intrinsics/mathexact/SubExactLConstantTest.java
! test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java
Changeset: 60a32bb8ff99
Author: rbackman
Date: 2013-10-30 13:14 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/60a32bb8ff99
8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
Reviewed-by: duke
! src/share/vm/opto/loopTransform.cpp
+ test/compiler/intrinsics/mathexact/NestedMathExactTest.java
Changeset: 4d3575d37a07
Author: iveresov
Date: 2013-10-30 22:55 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/4d3575d37a07
8026735: Stream tests throw java.lang.IncompatibleClassChangeError
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1
Reviewed-by: kvn, twisti
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/ci/ciInstanceKlass.cpp
! src/share/vm/ci/ciInstanceKlass.hpp
+ test/compiler/inlining/InlineDefaultMethod.java
Changeset: 946a8294ab15
Author: iveresov
Date: 2013-10-31 04:16 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/946a8294ab15
8024919: G1: SPECjbb2013 crashes due to a broken object reference
Summary: Pass correct new value to post_barrer() in Unsafe.getAndSetObject() C1 intrinsic
Reviewed-by: kvn, roland
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
Changeset: 2dcd0bd2920d
Author: iveresov
Date: 2013-10-31 14:54 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2dcd0bd2920d
Merge
Changeset: 0836a3c28c6a
Author: iveresov
Date: 2013-10-31 15:04 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/0836a3c28c6a
Merge
More information about the hotspot-dev
mailing list