hg: hsx/hotspot-rt/hotspot: 32 new changesets

john.coomes at oracle.com john.coomes at oracle.com
Fri Mar 9 23:06:12 PST 2012


Changeset: 610674484669
Author:    katleman
Date:      2012-03-01 12:23 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/610674484669

Added tag jdk8-b28 for changeset b183b0863611

! .hgtags

Changeset: d8abc90163a4
Author:    kvn
Date:      2012-02-20 13:11 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/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-rt/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-rt/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-rt/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-rt/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-rt/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-rt/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-rt/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-rt/hotspot/rev/ce292d6c0385

Merge


Changeset: 9eaf473fff9b
Author:    dlong
Date:      2012-02-29 12:58 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9eaf473fff9b

7142641: -Xshared:on fails on ARM
Summary: map read-only pages MAP_PRIVATE instead of MAP_SHARED
Reviewed-by: dcubed, dholmes
Contributed-by: dean.long at oracle.com

! src/os/linux/vm/os_linux.cpp

Changeset: 03cb7c836ef3
Author:    bpittore
Date:      2012-03-02 14:34 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/03cb7c836ef3

Merge


Changeset: 030b5306d60f
Author:    amurillo
Date:      2012-03-02 16:27 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/030b5306d60f

Merge


Changeset: b45b5c564098
Author:    amurillo
Date:      2012-03-02 16:27 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b45b5c564098

Added tag hs24-b02 for changeset 030b5306d60f

! .hgtags

Changeset: d61761bf3050
Author:    katleman
Date:      2012-03-08 20:34 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d61761bf3050

Added tag jdk8-b29 for changeset b45b5c564098

! .hgtags

Changeset: 257d67351eae
Author:    amurillo
Date:      2012-03-02 16:56 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/257d67351eae

7150327: new hotspot build - hs24-b03
Reviewed-by: jcoomes

! make/hotspot_version

Changeset: 2d503de963b3
Author:    mgerdin
Date:      2012-02-23 14:58 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/2d503de963b3

7148152: Add whitebox testing API to HotSpot
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality
Reviewed-by: phh, dholmes

! make/Makefile
! make/bsd/makefiles/defs.make
! make/bsd/makefiles/vm.make
+ make/bsd/makefiles/wb.make
! make/jprt.properties
! make/linux/makefiles/defs.make
! make/linux/makefiles/vm.make
+ make/linux/makefiles/wb.make
! make/solaris/makefiles/defs.make
! make/solaris/makefiles/vm.make
+ make/solaris/makefiles/wb.make
! make/windows/makefiles/debug.make
! make/windows/makefiles/defs.make
! make/windows/makefiles/fastdebug.make
! make/windows/makefiles/product.make
+ make/windows/makefiles/wb.make
+ src/share/tools/whitebox/sun/hotspot/WhiteBox.java
! src/share/vm/prims/nativeLookup.cpp
+ src/share/vm/prims/whitebox.cpp
+ src/share/vm/prims/whitebox.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/vmError.cpp
! test/Makefile
+ test/sanity/WBApi.java

Changeset: b5290bf0a9e4
Author:    johnc
Date:      2012-03-02 10:36 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b5290bf0a9e4

7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
Summary: Update generation and collector counters only if UsePerfData is enabled.
Reviewed-by: iveresov, tonyp

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

Changeset: e4624321d36a
Author:    jcoomes
Date:      2012-03-03 12:36 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e4624321d36a

7150454: add release jdk7u4 to jprt.properties
Reviewed-by: ohair, never

! make/jprt.properties

Changeset: b12a322de178
Author:    jcoomes
Date:      2012-03-03 12:45 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b12a322de178

7150899: remove unused build.targets lines from jprt.properties
Reviewed-by: ohair

! make/jprt.properties

Changeset: 22d276ade3e1
Author:    brutisso
Date:      2012-03-05 22:34 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/22d276ade3e1

Merge

! make/windows/makefiles/defs.make

Changeset: 4e0a9aaec0e9
Author:    dcubed
Date:      2012-03-07 14:58 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4e0a9aaec0e9

7152031: Hotspot needs updated xawt path [macosx]
Summary: Update to use the right path on MacOS X.
Reviewed-by: michaelm, jcoomes, amurillo

! src/os/bsd/vm/os_bsd.cpp

Changeset: fdf4deca44ec
Author:    dcubed
Date:      2012-03-08 06:33 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/fdf4deca44ec

7152206: anti-delta the fix for 7152031
Summary: Backout the fix for 7152031; the real bug to be fixed in jdk repo.
Reviewed-by: michaelm

! src/os/bsd/vm/os_bsd.cpp

Changeset: d59a6302465a
Author:    acorn
Date:      2012-03-09 00:28 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d59a6302465a

Merge


Changeset: 4fabc16dc5bf
Author:    roland
Date:      2012-03-02 16:04 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/4fabc16dc5bf

6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
Summary: C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward.
Reviewed-by: kvn, never

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

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

Merge

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

Changeset: b40ac3579043
Author:    never
Date:      2012-03-05 18:10 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b40ac3579043

6658428: C2 doesn't inline java method if corresponding intrinsic failed to inline.
Summary: Allow fallback to non-intrinsic inline case
Reviewed-by: kvn, jrose, never
Contributed-by: nils.eliasson at oracle.com

! src/share/vm/opto/compile.hpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/library_call.cpp

Changeset: 541c4a5e7b88
Author:    never
Date:      2012-03-06 16:32 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/541c4a5e7b88

7150390: JFR test crashed on assert(_jni_lock_count == count) failed: must be equal
Reviewed-by: dholmes, minqi, kvn, coleenp

! src/share/vm/runtime/safepoint.cpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp

Changeset: d8b13355c500
Author:    never
Date:      2012-03-09 08:34 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/d8b13355c500

Merge


Changeset: dfae0140457c
Author:    amurillo
Date:      2012-03-09 13:08 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/dfae0140457c

Merge


Changeset: 2e3ff1aa30f5
Author:    amurillo
Date:      2012-03-09 13:08 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/2e3ff1aa30f5

Added tag hs24-b03 for changeset dfae0140457c

! .hgtags

Changeset: fde683df4c27
Author:    amurillo
Date:      2012-03-09 13:34 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/fde683df4c27

7152700: new hotspot build - hs24-b04
Reviewed-by: jcoomes

! make/hotspot_version



More information about the serviceability-dev mailing list