Changeset: 797e8a3dcd51
Author:smarks
Date: 2013-01-07 18:09 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/797e8a3dcd51
7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails
intermittently
Summary: Tighten up JavaVM test library API, and adjust tests to ma
Changeset: dbc692ea3f0a
Author:bchristi
Date: 2013-01-07 13:19 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dbc692ea3f0a
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
Summary: Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
! src/share/nat
Changeset: a9cb93cca229
Author:jjh
Date: 2013-01-07 17:51 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a9cb93cca229
8005647: langtools/test/tools/javap/MethodParameters.java fails on windows
Summary: Fix javap to not output \r\r\n
Reviewed-by: jjg
! src/share/classes
Changeset: 1d9638ba5202
Author:ksrini
Date: 2013-01-07 09:58 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d9638ba5202
8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
Reviewed-by: mchung, kcr, ksrini
Contributed-by: david.deha...@oracle.com
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 from the Introspector only the imports are left
dangling.
The webrev is at http://cr.openjdk.java.net/~
Looks good to me! Thanks for fixing.
On 4 jan 2013, at 23:41, Jon Masamitsu wrote:
> 8004172: Remove display of permanent generation counters from jstat options
>
> This change removes from the jstat options the display of
> permanent generation counters. It also removes entirely the
> gcperm
On 01/04/2013 11:37 PM, Kelly O'Hair wrote:
>
> On Dec 31, 2012, at 2:40 AM, Jaroslav Bachorik wrote:
>
>> Looking for a review and a sponsor.
>>
>> Webrev at:
>> http://cr.openjdk.java.net/~jbachorik/8005472/webrev.00/test/com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.