hg: hsx/hotspot-main/hotspot: 9 new changesets

roland.westrelin at oracle.com roland.westrelin at oracle.com
Thu Jul 4 09:41:07 PDT 2013


Changeset: f765bfec8f07
Author:    kvn
Date:      2013-07-01 12:22 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f765bfec8f07

8006629: NEED_TEST: need test for JDK-8001071
Summary: added regression test
Reviewed-by: kvn, coleenp
Contributed-by: Filipp Zhinkin <filipp.zhinkin at oracle.com>

+ test/runtime/8001071/Test8001071.java
+ test/runtime/8001071/Test8001071.sh

Changeset: a023ec3452c7
Author:    simonis
Date:      2013-07-01 14:14 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a023ec3452c7

8019382: PPC64: Fix bytecodeInterpreter to compile with '-Wunused-value'
Summary: cast the offending expressions to (void)
Reviewed-by: kvn, coleenp

! src/share/vm/interpreter/bytecodeInterpreter.cpp

Changeset: 2b3fe74309b6
Author:    kvn
Date:      2013-07-02 10:30 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2b3fe74309b6

8019247: SIGSEGV in compiled method c8e.e.t_.getArray(Ljava/lang/Class;)[Ljava/lang/Object
Summary: Undo recent changes (and add more comments) in Ideal_allocation().
Reviewed-by: roland

! src/share/vm/opto/graphKit.cpp

Changeset: 738e04fb1232
Author:    anoll
Date:      2013-07-02 07:51 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/738e04fb1232

8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k
Summary: Introduce a minimum code cache size that guarantees that the VM can startup.
Reviewed-by: kvn, twisti

! src/cpu/sparc/vm/c1_globals_sparc.hpp
! src/cpu/sparc/vm/c2_globals_sparc.hpp
! src/cpu/x86/vm/c1_globals_x86.hpp
! src/cpu/x86/vm/c2_globals_x86.hpp
! src/cpu/zero/vm/shark_globals_zero.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp

Changeset: b800986664f4
Author:    drchase
Date:      2013-07-02 20:42 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b800986664f4

7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test
Reviewed-by: kvn, twisti

! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/assembler_x86.hpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
! src/cpu/x86/vm/globals_x86.hpp
! src/cpu/x86/vm/interpreterGenerator_x86.hpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.hpp
! src/cpu/x86/vm/stubGenerator_x86_32.cpp
! src/cpu/x86/vm/stubGenerator_x86_64.cpp
+ src/cpu/x86/vm/stubRoutines_x86.cpp
+ src/cpu/x86/vm/stubRoutines_x86.hpp
! src/cpu/x86/vm/stubRoutines_x86_32.cpp
! src/cpu/x86/vm/stubRoutines_x86_32.hpp
! src/cpu/x86/vm/stubRoutines_x86_64.cpp
! src/cpu/x86/vm/stubRoutines_x86_64.hpp
! src/cpu/x86/vm/templateInterpreter_x86_32.cpp
! src/cpu/x86/vm/templateInterpreter_x86_64.cpp
! src/cpu/x86/vm/vm_version_x86.cpp
! src/cpu/x86/vm/vm_version_x86.hpp
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_LIR.cpp
! src/share/vm/c1/c1_LIR.hpp
! src/share/vm/c1/c1_LIRAssembler.hpp
! src/share/vm/c1/c1_LIRGenerator.cpp
! src/share/vm/c1/c1_LIRGenerator.hpp
! src/share/vm/c1/c1_Runtime1.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/interpreter/abstractInterpreter.hpp
! src/share/vm/interpreter/interpreter.cpp
! src/share/vm/interpreter/templateInterpreter.cpp
! src/share/vm/opto/escape.cpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/opto/runtime.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/stubRoutines.cpp
! src/share/vm/runtime/stubRoutines.hpp
+ test/compiler/7088419/CRCTest.java

Changeset: c1bd7b5bdc70
Author:    twisti
Date:      2013-07-02 20:27 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c1bd7b5bdc70

8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
Reviewed-by: kvn

! src/share/vm/prims/methodHandles.cpp
! src/share/vm/runtime/reflection.cpp

Changeset: bed0eddd82cd
Author:    twisti
Date:      2013-07-02 22:51 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bed0eddd82cd

Merge


Changeset: 8b789ce47503
Author:    roland
Date:      2013-07-04 01:42 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/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-main/hotspot/rev/fece0ee013fc

Merge




More information about the hotspot-dev mailing list