hg: jdk8/tl/corba: 2 new changesets

2013-03-25 Thread michael . fang
Changeset: c3ec80715805 Author:mfang Date: 2013-03-25 16:53 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/c3ec80715805 8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang ! src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.pr

hg: jdk8/tl/jdk: 8010787: changeset for 8007703 is missing the deleted files

2013-03-25 Thread mandy . chung
Changeset: 335d2156222e Author:mchung Date: 2013-03-25 18:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/335d2156222e 8010787: changeset for 8007703 is missing the deleted files Reviewed-by: dholmes, alanb, erikj - make/com/sun/servicetag/Makefile - src/share/classes/com/

hg: hsx/hotspot-rt/hotspot: 8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b

2013-03-25 Thread bharadwaj . yadavalli
Changeset: b8deb3205b51 Author:bharadwaj Date: 2013-03-25 09:36 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/b8deb3205b51 8009552: test/vm/verifier/TestStaticIF.java failing with hs25.0-b Summary: Remove support for verification of class files with version 52 and

hg: jdk8/tl/jdk: 8007703: Remove com.sun.servicetag API

2013-03-25 Thread mandy . chung
Changeset: 5e383a73386a Author:mchung Date: 2013-03-25 17:19 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e383a73386a 8007703: Remove com.sun.servicetag API Reviewed-by: dholmes, alanb, erikj ! make/com/sun/Makefile ! make/common/Release.gmk ! makefiles/CopyFiles.gmk ! ma

RFR(XXS): 8008391: Incorrect metadata for event based tracing

2013-03-25 Thread Erik Gahlin
Hi, Could you please review these small metadata changes for the event tracing framework: - Promotion Failed -> objectCount has the datatype BYTES64, which implies that it is a size. It is not, and the type should be an unsigned long. - Thread Park, Java Monitor Enter and Java Monitor wait

RFR(XXS): 8007150 Event based tracing is missing truncated field in stack trace content type

2013-03-25 Thread Erik Gahlin
Hi, Could you please review this small change to the metadata for StackTrace content type, used by the event tracing framework. A boolean flag has been added so it's possible to see if a stack trace has been truncated (not all frames included). http://cr.openjdk.java.net/~egahlin/8007150_1/

hg: hsx/hotspot-rt/hotspot: 8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions.

2013-03-25 Thread harold . seigel
Changeset: 729be16a470b Author:hseigel Date: 2013-03-25 08:37 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/729be16a470b 8010667: Non-zero padding is not allowed in splitverifier for tableswitch/lookupswitch instructions. Summary: Don't check the padding bits if

hg: jdk8/tl/jdk: 8010668: builtin JNI libraries should not be unloaded

2013-03-25 Thread chris . hegarty
Changeset: 5d0c891264bf Author:chegar Date: 2013-03-25 14:29 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5d0c891264bf 8010668: builtin JNI libraries should not be unloaded Reviewed-by: chegar, alanb Contributed-by: Bill Pittore ! src/share/native/java/lang/ClassLoader.c

hg: jdk8/tl/jdk: 8010704: The test closed/java/lang/SecurityManager/CheckPackageDefinition.java failed after fix for 8009869

2013-03-25 Thread sundararajan . athijegannathan
Changeset: d92a96dcbfe1 Author:sundar Date: 2013-03-25 19:25 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d92a96dcbfe1 8010704: The test closed/java/lang/SecurityManager/CheckPackageDefinition.java failed after fix for 8009869 Reviewed-by: lagergren, hannesw ! src/share/l

Re: RFR(S): 8008357: [sampling] assert(sender_blob->is_runtime_stub() || sender_blob->is_nmethod()) failed: Impossible call chain

2013-03-25 Thread Staffan Larsen
Looks good to me - not a Reviewer. /Staffan On 25 mar 2013, at 12:13, Rickard Bäckman wrote: > Hi, > > trying again, can I please have two reviews on this change? > Some small changes after offline discussion. > > The webrev is available here: > http://cr.openjdk.java.net/~rbackman/8008357.u

Re: RFR(S): 8008357: [sampling] assert(sender_blob->is_runtime_stub() || sender_blob->is_nmethod()) failed: Impossible call chain

2013-03-25 Thread Rickard Bäckman
Hi, trying again, can I please have two reviews on this change? Some small changes after offline discussion. The webrev is available here: http://cr.openjdk.java.net/~rbackman/8008357.u1/ Thanks /R On Mar 5, 2013, at 8:07 AM, Rickard Bäckman wrote: > Anyone have time to look at this? > > Tha