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