RFR: 7172176 java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing

2012-05-30 Thread Erik Gahlin
Hi, Could you please review 7172176, which is a test fix for 7017818 - JConsoleResources.java cannot be handled by translation team. Webrev: http://cr.openjdk.java.net/~egahlin/7172176_01/ Changes: - Removed the ImmutableRequest.java and ImmutableRequest.sh since the JConsoleResources class

hg: jdk8/tl/jdk: 7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present

2012-05-30 Thread kumar . x . srinivasan
Changeset: 41dcfdbf8f07 Author:ksrini Date: 2012-05-29 14:56 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/41dcfdbf8f07 7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present Reviewed-by: jrose ! src/share/classes/com/sun/java/util

Re: RFR: 7172176 java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing

2012-05-30 Thread Tim Bell
Erik: Well done - thank you for fixing this! I apologize for inflicting the original test implementation on jconsole. It is very embarrassing to look at code I wrote eight years ago. Tim Bell On 05/30/12 04:40, Erik Gahlin wrote: Hi, Could you please review 7172176, which is a test fix f

Re: RFR: 7172176 java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing

2012-05-30 Thread Michael Fang
Hi Erik, No problem, I will manually remove the unused messages for now. In the future message update, they will automatically not be present either. thanks, -michael On 12年05月30日 04:40 上午, Erik Gahlin wrote: Hi, Could you please review 7172176, which is a test fix for 7017818 - JConsoleRe

Re: RFR: 7172176 java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing

2012-05-30 Thread Mandy Chung
Looks good. Sorry for not catching the test issue during the review for 7017818. Mandy On 5/30/2012 4:40 AM, Erik Gahlin wrote: Hi, Could you please review 7172176, which is a test fix for 7017818 - JConsoleResources.java cannot be handled by translation team. Webrev: http://cr.openjdk.java

hg: jdk8/tl/jdk: 6924259: Remove offset and count fields from java.lang.String

2012-05-30 Thread mike . duigou
Changeset: 2c773daa825d Author:mduigou Date: 2012-05-17 10:06 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2c773daa825d 6924259: Remove offset and count fields from java.lang.String Summary: Removes the use of shared character array buffers by String along with the two fie

Code review request: 7173036: test/com/sun/jdi/ConnectedVMs.java does not run as expected

2012-05-30 Thread Weijun Wang
Hi All I was working on something else and noticed a jtreg problem, that it does not handle parenthesis and whitespaces like a normal shell does. A little grep shows this test might not work as expected. Here is the webrev: http://cr.openjdk.java.net/~weijun/7173036/webrev.00/ I've added

hg: jdk8/tl/jdk: 7126277: Alternative String hashing implementation

2012-05-30 Thread mike . duigou
Changeset: 43bd5ee0205e Author:mduigou Date: 2012-05-30 22:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/43bd5ee0205e 7126277: Alternative String hashing implementation Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap