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

tom.rodriguez at oracle.com tom.rodriguez at oracle.com
Fri Mar 2 11:27:50 PST 2012


Changeset: d8abc90163a4
Author:    kvn
Date:      2012-02-20 13:11 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/d8abc90163a4

7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c
Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC).
Reviewed-by: azeemj, iveresov, never, phh

! src/cpu/sparc/vm/sharedRuntime_sparc.cpp

Changeset: 9a72c7ece7fb
Author:    kvn
Date:      2012-02-21 11:55 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/9a72c7ece7fb

7146442: assert(false) failed: bad AD file
Summary: Take into account only stores captured by Initialize node. Added missing check for Top input in value() methods.
Reviewed-by: never

! src/share/vm/opto/connode.cpp
! src/share/vm/opto/escape.cpp

Changeset: c7987cbaf2ca
Author:    kvn
Date:      2012-02-24 12:33 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c7987cbaf2ca

7147416: LogCompilation tool does not work with post parse inlining
Summary: fixed few problems in LogCompilation parser.
Reviewed-by: never

! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Compilation.java
! src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/LogParser.java

Changeset: da4be62fb889
Author:    roland
Date:      2012-02-27 09:17 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/da4be62fb889

7147740: add assertions to check stack alignment on VM entry from generated code (x64)
Summary: check stack alignment on VM entry on x64.
Reviewed-by: kvn, never

! src/cpu/x86/vm/stubGenerator_x86_64.cpp
! src/cpu/x86/vm/stubRoutines_x86_64.cpp
! src/cpu/x86/vm/stubRoutines_x86_64.hpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
! src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp
! src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
! src/os_cpu/linux_x86/vm/os_linux_x86.cpp
! src/os_cpu/linux_zero/vm/os_linux_zero.cpp
! src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
! src/os_cpu/solaris_x86/vm/solaris_x86_32.il
! src/os_cpu/solaris_x86/vm/solaris_x86_64.il
! src/os_cpu/windows_x86/vm/os_windows_x86.cpp
! src/share/vm/runtime/interfaceSupport.hpp
! src/share/vm/runtime/os.hpp

Changeset: bf7796b7367a
Author:    roland
Date:      2012-02-27 11:42 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/bf7796b7367a

7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64)
Summary: stack must be realigned when calling the runtime for exception propagation at a call.
Reviewed-by: kvn, never

! src/cpu/x86/vm/c1_Runtime1_x86.cpp
! src/cpu/x86/vm/sharedRuntime_x86_64.cpp

Changeset: 2ee7dcc77c63
Author:    never
Date:      2012-02-28 10:04 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2ee7dcc77c63

7145024: Crashes in ucrypto related to C2
Reviewed-by: kvn

! src/cpu/x86/vm/sharedRuntime_x86_64.cpp

Changeset: b279f99d7143
Author:    roland
Date:      2012-02-28 09:13 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b279f99d7143

6910461: Register allocator may insert spill code at wrong insertion index
Summary: When resolving exception edges after register allocation, the C1 register allocator may insert spill code at the wrong insertion position.
Reviewed-by: kvn, never

! src/share/vm/c1/c1_LinearScan.cpp

Changeset: 031df0387c09
Author:    never
Date:      2012-03-01 15:31 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/031df0387c09

7150051: incorrect oopmap in critical native
Reviewed-by: kvn, twisti

! src/cpu/x86/vm/sharedRuntime_x86_64.cpp

Changeset: ce292d6c0385
Author:    never
Date:      2012-03-02 09:13 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ce292d6c0385

Merge




More information about the hotspot-dev mailing list