hg: hsx/hotspot-rt/nashorn: 16 new changesets

2013-04-04 Thread john . coomes
Changeset: c54e218333be Author:sundar Date: 2013-03-12 18:12 +0530 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/nashorn/rev/c54e218333be 8009757: Package access clean up and refactoring Reviewed-by: jlaskey, lagergren, attila ! docs/JavaScriptingProgrammersGuide.html ! docs/sourc

hg: hsx/hotspot-rt/langtools: 29 new changesets

2013-04-04 Thread john . coomes
Changeset: eb0198033c5c Author:jfranck Date: 2013-03-13 22:03 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/eb0198033c5c 8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error Reviewed-by: jjg

hg: hsx/hotspot-rt/jdk: 52 new changesets

2013-04-04 Thread john . coomes
Changeset: 07acfb90700b Author:malenkov Date: 2013-03-14 12:15 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/07acfb90700b 8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs Reviewed-by: alexsch, serb ! src/share/classes/ja

hg: hsx/hotspot-rt/hotspot: 8003310: Enable -Wunused-function when compiling with gcc

2013-04-04 Thread david . holmes
Changeset: cc32ccaaf47f Author:mikael Date: 2013-04-04 10:01 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/cc32ccaaf47f 8003310: Enable -Wunused-function when compiling with gcc Summary: Add the -Wunused-function flag and remove a number of unused functions. Revie

hg: hsx/hotspot-rt/jaxws: 4 new changesets

2013-04-04 Thread john . coomes
Changeset: 0ab59cba6167 Author:jjg Date: 2013-03-18 18:34 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/0ab59cba6167 8007803: Implement javax.lang.model API for Type Annotations Reviewed-by: darcy ! src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/ApNav

hg: hsx/hotspot-rt/jaxp: Added tag jdk8-b84 for changeset f5f40094ffcc

2013-04-04 Thread john . coomes
Changeset: 41b50e2c5ea3 Author:katleman Date: 2013-04-04 19:05 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/41b50e2c5ea3 Added tag jdk8-b84 for changeset f5f40094ffcc ! .hgtags

hg: hsx/hotspot-rt/corba: 5 new changesets

2013-04-04 Thread john . coomes
Changeset: c3ec80715805 Author:mfang Date: 2013-03-25 16:53 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/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/sunor

hg: hsx/hotspot-rt: 8 new changesets

2013-04-04 Thread john . coomes
Changeset: 19a59a13b3ef Author:dholmes Date: 2013-03-14 01:41 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/19a59a13b3ef 8009428: Revert changes to $ substitution performed as part of nashorn integration Reviewed-by: alanb, erikj ! common/makefiles/MakeBase.gmk Changes

hg: jdk8/tl/jdk: 7155720: PKCS11 minor issues in native code

2013-04-04 Thread valerie . peng
Changeset: 7d4e30730f80 Author:valeriep Date: 2013-04-04 20:05 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d4e30730f80 7155720: PKCS11 minor issues in native code Summary: Added OOM handling to address the two issues found by parfait. Reviewed-by: weijun ! src/solaris/na

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

2013-04-04 Thread zhengyu . gu
Changeset: bad3bed4b323 Author:ccheung Date: 2013-03-29 14:18 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/bad3bed4b323 8006006: [parfait] Memory leak at hotspot/src/share/tools/launcher/wildcard.c Summary: a simple fix to add FileList_free(fl) before returning N

hg: jdk8/tl/jdk: 8000406: change files using @GenerateNativeHeader to use @Native

2013-04-04 Thread dan . xu
Changeset: 7b1189bf1d7b Author:dxu Date: 2013-04-04 15:39 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7b1189bf1d7b 8000406: change files using @GenerateNativeHeader to use @Native Summary: Use @Native annotation to mark constants interested by native codes Reviewed-by: ala

Re: RFR (XXS): 8011400: missing define OPENJDK for windows builds (hsx24)

2013-04-04 Thread Daniel D. Daugherty
On 4/4/13 1:33 PM, Markus Grönlund wrote: Thanks Dan for taking a look. Updated webrev: http://cr.openjdk.java.net/~mgronlun/8011400/webrev02/ make/windows/build.make make/windows/makefiles/trace.make make/windows/projectfiles/com

RE: RFR (XXS): 8011400: missing define OPENJDK for windows builds (hsx24)

2013-04-04 Thread Markus Grönlund
Thanks Dan for taking a look.   Updated webrev:   http://cr.openjdk.java.net/~mgronlun/8011400/webrev02/     Comments below.   Cheers Markus   From: Daniel D. Daugherty Sent: den 4 april 2013 19:03 To: Markus Grönlund Cc: hotspot-runtime-...@openjdk.java.net; serviceability-dev@openjdk

Re: RFR (XXS): 8011400: missing define OPENJDK for windows builds (hsx24)

2013-04-04 Thread Daniel D. Daugherty
On 4/3/13 2:02 PM, Markus Grönlund wrote: Greetings, Please review the following changes to allow building hsx24 from the command-line on Windows: Bugid: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8011400 Webrev: http://cr.openjdk.java.net/~mgronlun/8011400/webrev01/

hg: hsx/hotspot-rt/hotspot: 8010943: guarantee(length == 0) failed: invalid method ordering length

2013-04-04 Thread harold . seigel
Changeset: 8554c55669b0 Author:hseigel Date: 2013-04-04 08:47 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/8554c55669b0 8010943: guarantee(length == 0) failed: invalid method ordering length Summary: Add DumpSharedSpaces to IF condition to handle verify during -

Re: Tools or VM agents to verify hashCode/equals/compareTo contracts

2013-04-04 Thread Kelly O'Hair
The get out of jail card is being used already, but we don't want to keep using it. :^( The issue is that the TimSort does this: throw new IllegalArgumentException("Comparison method violates its general contract!"); with not a great deal of information to help identify the problem. The sort just

Re: Tools or VM agents to verify hashCode/equals/compareTo contracts

2013-04-04 Thread Tim Bell
On 04/04/13 01:35, Alan Bateman wrote: On The TimSort then I assume you know there is a system property to use merge sort (this will of course hide the problem as before but useful as a get-of-jail card if you need it). In that case, a debug or assert checking mode could do the sorting both w

Re: Review request: 6729929 I18N - Taking Heap Dump failed if project path contains multibyte characters

2013-04-04 Thread Peter Allwin
Hi, I'm still looking for reviewers for this change. Thanks! /peter On 4/3/2013 6:16 PM, Peter Allwin wrote: Webrev: http://cr.openjdk.java.net/~mgronlun/6729929/webrev01/ Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=672992

Re: Tools or VM agents to verify hashCode/equals/compareTo contracts

2013-04-04 Thread Alan Bateman
On 03/04/2013 21:44, Kelly O'Hair wrote: Does anyone know of any Tools or VM agents to verify hashCode/equals/compareTo contracts? E.g. That equals() agrees with compareTo(), and hashCode() on the equals() objects is the same? The jdk7 TimSort change seems to be shaking out places where these