hg: jdk9/dev/hotspot: 8 new changesets

alejandro.murillo at oracle.com alejandro.murillo at oracle.com
Wed Feb 12 13:29:17 PST 2014


Changeset: c888354aaa35
Author:    jbachorik
Date:      2014-01-30 09:41 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/c888354aaa35

6656031: SA: jmap -permstat number of classes is off by 1
Reviewed-by: sla, dholmes

! agent/src/share/classes/sun/jvm/hotspot/tools/ClassLoaderStats.java

Changeset: b59507f713e0
Author:    rdurbin
Date:      2014-01-30 14:12 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/b59507f713e0

8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
Summary: decoupled the '-XXaltjvm=<path>' option from the gamma launcher.  Clearing the way for removing the remaining cruft associated with the previously removed gamma launcher.
Reviewed-by: dcubed, dholmes

! make/Makefile
! make/hotspot.script
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp

Changeset: 1020b892787b
Author:    hseigel
Date:      2014-02-02 15:31 -0500
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/1020b892787b

Merge

! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/arguments.hpp

Changeset: a00b8f42c4c4
Author:    sla
Date:      2014-02-03 13:41 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/a00b8f42c4c4

8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
Reviewed-by: coleenp, sspitsyn, kamg

! make/bsd/makefiles/dtrace.make
! make/linux/makefiles/buildtree.make
! make/linux/makefiles/dtrace.make
! make/linux/makefiles/top.make
! make/solaris/makefiles/dtrace.make
- src/os/bsd/dtrace/hotspot.d
- src/os/bsd/dtrace/hotspot_jni.d
- src/os/bsd/dtrace/hs_private.d
+ src/os/posix/dtrace/hotspot.d
+ src/os/posix/dtrace/hotspot_jni.d
+ src/os/posix/dtrace/hs_private.d
- src/os/solaris/dtrace/hotspot.d
- src/os/solaris/dtrace/hotspot_jni.d
- src/os/solaris/dtrace/hs_private.d
! src/share/vm/utilities/dtrace.hpp

Changeset: 602e80a36dfb
Author:    sla
Date:      2014-02-03 15:24 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/602e80a36dfb

8033126: Can't call default methods from JNI
Reviewed-by: dholmes, acorn, kamg

! src/share/vm/prims/jni.cpp

Changeset: e4062d6c5f22
Author:    sspitsyn
Date:      2014-02-04 19:41 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/e4062d6c5f22

8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
Summary: It is better to calculate frame count for suspended threads at a safepoint
Reviewed-by: twisti, dsamersoff, sla, dholmes, dcubed
Contributed-by: serguei.spitsyn at oracle.com

! src/share/vm/prims/jvmtiEnv.cpp
! src/share/vm/prims/jvmtiEnvBase.hpp

Changeset: f3959a2e0eee
Author:    ccheung
Date:      2014-02-05 15:14 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/f3959a2e0eee

8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
Summary: removing a check in LinkResolver::resolve_method() to conform with a change in JVMS-8 5.4.3.3. Method Resolution
Reviewed-by: coleenp, lfoltan

! src/share/vm/interpreter/linkResolver.cpp
+ test/runtime/lambda-features/TestConcreteClassWithAbstractMethod.java

Changeset: d2954f85a366
Author:    amurillo
Date:      2014-02-07 09:41 -0800
URL:       http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/d2954f85a366

Merge

- src/os/bsd/dtrace/hotspot.d
- src/os/bsd/dtrace/hotspot_jni.d
- src/os/bsd/dtrace/hs_private.d
- src/os/solaris/dtrace/hotspot.d
- src/os/solaris/dtrace/hotspot_jni.d
- src/os/solaris/dtrace/hs_private.d



More information about the jdk9-dev-changes mailing list