RFR (S) CR 8006627/8007398: Improve performance of Long.toUnsignedString0, Integer.toUnsignedString0, UUID(String) and UUID.toString

Ulf Zibis Ulf.Zibis at CoSoCo.de
Wed Feb 13 01:42:58 UTC 2013


Am 13.02.2013 00:30, schrieb Mike Duigou:
> Hi Steven;
>
> I have updated the patch for Java 8. There's somewhat less code sharing and a bit of refactoring than your last version but the performance should be about the same or a little better.
>
> http://cr.openjdk.java.net/~mduigou/JDK-8007398/0/webrev/

In java.lang.System:
There is a space missing before '{'
1189         sun.misc.SharedSecrets.setJavaLangAccess(new sun.misc.JavaLangAccess(){

Additionally I more would like "clazz" instead "klass" for following parameters.

-Ulf





More information about the core-libs-dev mailing list