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
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
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
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
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
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
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
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