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

James Melvin james.melvin at oracle.com
Fri Mar 16 14:53:01 PDT 2012


Quick follow up on this fix...

 > 7130404: [macosx] "os.arch" value should be "x86_64" for 
compatibility with Apple JDK6

This change just makes hotspot aware of the "x86_64" value for os.arch.
However, os.arch will not be set with that value until the JDK side of
the work can be integrated. For logistical reasons, this usually happens
in a subsequent RE promotion. So, there is a delay. This only affects
Mac OS X.

- Jim


On 3/16/12 5:28 PM, karen.kinnear at oracle.com wrote:
> Changeset: a735aec54ea4
> Author:    sspitsyn
> Date:      2012-03-14 20:06 -0700
> URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a735aec54ea4
>
> 7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
> Summary: The JVMTI ResourceExhausted events must be generated in all places where OOME is thrown
> Reviewed-by: acorn, coleenp, dcubed, dholmes, dsamersoff, jwilhelm, tonyp
> Contributed-by: serguei.spitsyn at oracle.com
>
> ! src/share/vm/oops/arrayKlass.cpp
> ! src/share/vm/oops/instanceKlass.cpp
> ! src/share/vm/oops/objArrayKlass.cpp
> ! src/share/vm/oops/typeArrayKlass.cpp
> ! src/share/vm/prims/jvmtiExport.hpp
>
> Changeset: 970cbbba54b0
> Author:    jmelvin
> Date:      2012-03-16 15:13 -0400
> URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/970cbbba54b0
>
> 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
> Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs.  Also, improve os.name string matching by using contains() method instead of .startsWith().
> Reviewed-by: dcubed, phh, ohair, katleman
> Contributed-by: james.melvin at oracle.com
>
> ! agent/src/share/classes/sun/jvm/hotspot/jdi/ConnectorImpl.java
> ! agent/src/share/classes/sun/jvm/hotspot/utilities/PlatformInfo.java
>


More information about the hotspot-dev mailing list