Revision: 3390
http://jnode.svn.sourceforge.net/jnode/?rev=3390&view=rev
Author: lsantha
Date: 2007-08-11 12:54:42 -0700 (Sat, 11 Aug 2007)
Log Message:
-----------
Openjdk integration.
Modified Paths:
--------------
trunk/core/src/openjdk/sun/sun/misc/SharedSecrets.java
Modified: trunk/core/src/openjdk/sun/sun/misc/SharedSecrets.java
===================================================================
--- trunk/core/src/openjdk/sun/sun/misc/SharedSecrets.java 2007-08-11 19:54:16 UTC (rev 3389)
+++ trunk/core/src/openjdk/sun/sun/misc/SharedSecrets.java 2007-08-11 19:54:42 UTC (rev 3390)
@@ -38,6 +38,7 @@
This framework avoids the primary disadvantage of using reflection
for this purpose, namely the loss of compile-time checking. */
+@org.jnode.vm.annotation.SharedStatics //jnode
public class SharedSecrets {
private static final Unsafe unsafe = Unsafe.getUnsafe();
private static JavaUtilJarAccess javaUtilJarAccess;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|