hg: jdk7u/jdk7u-dev/hotspot: 15 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Wed Oct 9 02:47:42 PDT 2013


Changeset: b56a422bcdde
Author:    sla
Date:      2013-09-22 06:31 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/b56a422bcdde

6989981: jstack causes "fatal error: ExceptionMark destructor expects no pending exceptions"
Reviewed-by: sla, dsamersoff
Contributed-by: Yasumasa Suenaga <yasu at ysfactory.dip.jp>

! src/share/vm/services/attachListener.cpp

Changeset: ee9355903a26
Author:    sla
Date:      2013-08-29 11:05 +0200
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/ee9355903a26

8023720: (hotspot) setjmp/longjmp changes the process signal mask on OS X
Reviewed-by: dholmes, rbackman

! src/os/posix/vm/os_posix.cpp

Changeset: 8ada83878f30
Author:    kvn
Date:      2013-08-16 14:11 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/8ada83878f30

8021898: Broken JIT compiler optimization for loop unswitching
Summary: fix method clone_projs() to clone all related MachProj nodes.
Reviewed-by: roland, adlertz

! src/share/vm/opto/coalesce.cpp
! src/share/vm/opto/reg_split.cpp
! src/share/vm/runtime/frame.cpp
! src/share/vm/utilities/vmError.cpp

Changeset: 68ae51f39b18
Author:    kvn
Date:      2013-09-24 16:08 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/68ae51f39b18

8022585: VM crashes when ran with -XX:+PrintInlining
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method.
Reviewed-by: twisti

! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/opto/bytecodeInfo.cpp
! src/share/vm/opto/callGenerator.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/doCall.cpp
! src/share/vm/opto/library_call.cpp
+ test/compiler/print/PrintInlining.java

Changeset: 55221e76f69e
Author:    kvn
Date:      2013-08-23 18:04 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/55221e76f69e

8023472: C2 optimization breaks with G1
Summary: set control edge for previous value load in G1 pre-barrier
Reviewed-by: twisti

! src/share/vm/opto/graphKit.cpp
+ test/compiler/gcbarriers/G1CrashTest.java

Changeset: 1a8e36934dfe
Author:    kvn
Date:      2013-08-14 10:21 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/1a8e36934dfe

8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag
Summary: Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag.
Reviewed-by: roland

! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/loopTransform.cpp

Changeset: 48f2de0394ac
Author:    kevinw
Date:      2013-08-02 12:26 +0100
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/48f2de0394ac

8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
Reviewed-by: mgerdin, fparain, dcubed

! src/share/vm/services/gcNotifier.cpp

Changeset: 5b384761ab6e
Author:    kevinw
Date:      2013-09-09 10:01 +0100
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/5b384761ab6e

8023478: Test fails with HS crash in GCNotifier.
Reviewed-by: sla

! src/share/vm/services/gcNotifier.cpp

Changeset: 33224bdb3199
Author:    bpittore
Date:      2013-01-03 15:08 -0500
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/33224bdb3199

8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
Summary: assert is triggered when number of register based arguments passed to a java method exceeds 16.
Reviewed-by: roland, vladidan

! src/share/vm/c1/c1_LIR.hpp

Changeset: 460823b46c3d
Author:    bpittore
Date:      2013-08-28 14:44 -0400
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/460823b46c3d

8023580: Add jtreg test for 8004051 and 8005722
Summary: Tests checks an assertion dealing with the number of args passed in registers
Reviewed-by: mseledtsov, kvn

+ test/compiler/8004051/Test8004051.java

Changeset: c50928ab9548
Author:    amurillo
Date:      2013-10-03 06:04 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c50928ab9548

8025861: Set minor version for hotspot in 7u60 to 60 and build number to b01
Reviewed-by: stefank, sla

! make/hotspot_version

Changeset: fd506dce728a
Author:    dholmes
Date:      2013-10-03 18:41 -0400
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/fd506dce728a

6900441: PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
Summary: Associate CLOCK_MONOTONIC with the pthread_cond_t objects used for relative timed waits
Reviewed-by: dcubed, shade

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

Changeset: cc83359f5e5e
Author:    dsamersoff
Date:      2013-10-04 12:08 +0400
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/cc83359f5e5e

8019396: SA-JDI: OSThread class initialization throws an exception
Summary: Method s.j.h.r.OSThread.initialize throws a an exception
Reviewed-by: dholmes, mgerdin

! agent/src/share/classes/sun/jvm/hotspot/jdi/JVMTIThreadState.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/OSThread.java

Changeset: 62c54975ca01
Author:    amurillo
Date:      2013-10-04 06:20 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/62c54975ca01

Added tag hs24.60-b01 for changeset cc83359f5e5e

! .hgtags

Changeset: de9d6e30ae65
Author:    amurillo
Date:      2013-10-09 02:42 -0700
URL:       http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/de9d6e30ae65

Merge

! .hgtags




More information about the jdk7u-dev mailing list