hg: jdk8/tl: 8011350: hgforest.sh uses non-POSIX sh features that may fail with some shells

2013-04-03 Thread mike . duigou
Changeset: 575f2ca947ab Author:mduigou Date: 2013-04-03 16:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/575f2ca947ab 8011350: hgforest.sh uses non-POSIX sh features that may fail with some shells Reviewed-by: tbell, katleman, dholmes ! common/bin/hgforest.sh

hg: hsx/hotspot-rt/hotspot: 8009125: Add NMT tests for Virtual Memory operations

2013-04-03 Thread christian . tornqvist
Changeset: 3b890cd4da64 Author:ctornqvi Date: 2013-04-03 21:41 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/3b890cd4da64 8009125: Add NMT tests for Virtual Memory operations Summary: Tests added for Reserve/Commit/Uncommit/Unreserve operations Reviewed-by: zgu, m

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

2013-04-03 Thread Kelly O'Hair
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 contracts are not followed, just curious i

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

2013-04-03 Thread Staffan Larsen
Looks good. On 3 apr 2013, at 22:02, 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/8

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

2013-04-03 Thread Markus Grönlund
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/   Comment: Transform missing define information fr

hg: jdk8/tl/langtools: 8011052: Add DEFAULT to javax.lang.model.Modifier

2013-04-03 Thread joe . darcy
Changeset: 0d47e6131490 Author:darcy Date: 2013-04-03 12:27 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0d47e6131490 8011052: Add DEFAULT to javax.lang.model.Modifier Reviewed-by: abuckley, jjg ! src/share/classes/com/sun/tools/javac/code/Flags.java ! src/share/clas

hg: jdk8/tl/jdk: 7091601: Arabic Locale: can not set type of digit in application level

2013-04-03 Thread naoto . sato
Changeset: 9a6ef3391f32 Author:naoto Date: 2013-04-03 10:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9a6ef3391f32 7091601: Arabic Locale: can not set type of digit in application level Reviewed-by: okutsu ! src/macosx/native/sun/util/locale/provider/HostLocaleProviderA

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

2013-04-03 Thread Peter Allwin
Webrev: http://cr.openjdk.java.net/~mgronlun/6729929/webrev01/ Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6729929 Summary: When dumpHeap in the HotSpotDiagnostic JMX MBean is called, the filename parameter must be converted

hg: jdk8/tl/jdk: 8011373: Property java.runtime.profile should be removed (left-over code)

2013-04-03 Thread alan . bateman
Changeset: eb8f7bc6f964 Author:alanb Date: 2013-04-03 13:41 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/eb8f7bc6f964 8011373: Property java.runtime.profile should be removed (left-over code) Reviewed-by: lancea, dholmes ! src/share/classes/sun/misc/Version.java.template

hg: jdk8/tl/jdk: 8011234: Performance regression with ftp protocol when uploading in image mode

2013-04-03 Thread alan . bateman
Changeset: c534937f6e94 Author:alanb Date: 2013-04-03 13:15 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c534937f6e94 8011234: Performance regression with ftp protocol when uploading in image mode Reviewed-by: chegar ! src/share/classes/sun/net/ftp/impl/FtpClient.java

RE: [PATCH]"classes" command of CLHSDB doesn't work

2013-04-03 Thread Yunda
Coleen, I think the bug can be caused only by executing the "classes" command of CLHSDB since the code is for registering the command. So I don’t know how to test it other than executing the command itself and I don’t find such kind of test that executes CLHSDB commands in current test code(not