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

2013-01-08 Thread zhengyu . gu
Changeset: ecd24264898b Author:zgu Date: 2013-01-08 14:04 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ecd24264898b 8005048: NMT: #loaded classes needs to just show the # defined classes Summary: Count number of instance classes so that it matches class metadata

hg: jdk8/tl/jdk: 8005298: Add FunctionalInterface type to the core libraries

2013-01-08 Thread joe . darcy
Changeset: ac5fd681a7a2 Author:darcy Date: 2013-01-08 16:08 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ac5fd681a7a2 8005298: Add FunctionalInterface type to the core libraries Reviewed-by: mduigou + src/share/classes/java/lang/FunctionalInterface.java

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

2013-01-08 Thread coleen . phillimore
Changeset: ade95d680b42 Author:coleenp Date: 2013-01-08 14:01 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/ade95d680b42 8004728: Add hotspot support for parameter reflection Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp

hg: hsx/hotspot-rt/hotspot: 8005076: Creating a CDS archive with one alignment and running another causes a crash.

2013-01-08 Thread harold . seigel
Changeset: 561148896559 Author:hseigel Date: 2013-01-08 13:38 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/561148896559 8005076: Creating a CDS archive with one alignment and running another causes a crash. Summary: Save the alignment when writing the CDS and co

Re: RFR JDK-8005120

2013-01-08 Thread John Zavgren
On 12/28/2012 10:49 AM, John Zavgren wrote: Please consider the following webrev for JDK-8005120. http://cr.openjdk.java.net/~mullan/webrevs/jzavgren/8005120/webrev.06/ (I apologize for overlooking an error in the windows code that I created in my previous release. ) Thanks! John Zavgren

hg: jdk8/tl/jdk: 4 new changesets

2013-01-08 Thread valerie . peng
Changeset: 46e6a4b7ca26 Author:valeriep Date: 2013-01-07 11:11 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/46e6a4b7ca26 6996769: support AEAD cipher Summary: Added implementation for GCM mode under AES cipher Reviewed-by: weijun ! src/share/classes/com/sun/crypto/provider

hg: jdk8/tl/jdk: 8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]

2013-01-08 Thread alan . bateman
Changeset: d29a7ce28189 Author:dxu Date: 2013-01-08 20:37 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d29a7ce28189 8002306: (se) Selector.open fails if invoked with thread interrupt status set [win] Reviewed-by: alanb ! src/windows/classes/sun/nio/ch/PipeImpl.java + test

Re: RFR (S): 8004747: Remove last_entry from VM_STRUCT macros

2013-01-08 Thread Mikael Vidstedt
Serguei, Yumin - thanks for the reviews! I will update the test in the assert to mention the name of the array in question! Cheers, Mikael On 12/31/2012 12:30 PM, Yumin Qi wrote: Looks good. Thanks for the fix, the macros is quite complex to understand. Agree with Serguei the assertion with

hg: hsx/hotspot-rt/hotspot: 8003705: CDS failed on Windows: can not map in the CDS.

2013-01-08 Thread harold . seigel
Changeset: 6c3f47d964f3 Author:hseigel Date: 2013-01-07 15:32 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/6c3f47d964f3 8003705: CDS failed on Windows: can not map in the CDS. Summary: Map memory only once to prevent 'already mapped' failures. Reviewed-by: acorn,

[PATCH] JDK-7170447: Intermittent DeadListenerTest.java failure

2013-01-08 Thread Jaroslav Bachorik
Looking for review and a sponsor. Webrev at http://cr.openjdk.java.net/~jbachorik/7170447/webrev.00 In this issue the timing is the problem. MBeanServer.unregisterMBean() fires the "unregister" notification which is sent to the server asynchronously. Thus it may happen that the "unregister" notif

hg: jdk8/tl/langtools: 8005167: execution time of combo tests in javac should be improved

2013-01-08 Thread vicente . romero
Changeset: 954541f13717 Author:vromero Date: 2013-01-08 13:47 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/954541f13717 8005167: execution time of combo tests in javac should be improved Reviewed-by: jjg, jjh ! test/tools/javac/Diagnostics/6769027/T6769027.java ! tes

Re: [PATCH] JDK-8005791: Remove java.beans.* imports from com.sun.jmx.mbeanserver.Introspector

2013-01-08 Thread Rickard Bäckman
Jaroslav, the change looks good! /R On Jan 7, 2013, at 2:44 PM, Jaroslav Bachorik wrote: > Looking for reviewers and a sponsor. > > This is a simple patch to remove unused java.beans.* imports from > com.sun.jmx.mbeanserver.Introspector. The actual usage of java.beans.* > classes was removed f

hg: jdk8/tl/langtools: 3 new changesets

2013-01-08 Thread maurizio . cimadamore
Changeset: 38d3d1027f5a Author:mcimadamore Date: 2013-01-08 10:15 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/38d3d1027f5a 8005243: Restructure method check code to allow pluggable checkers Summary: Add interface to perform a method check - to be implemented by helpe