Signed-off-by: Tomek Grabiec <[email protected]>
---
runtime/java/lang/VMString.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 runtime/java/lang/VMString.java
diff --git a/runtime/java/lang/VMString.java b/runtime/java/lang/VMString.java
new file mode 100644
index 0000000..43f9c45
--- /dev/null
+++ b/runtime/java/lang/VMString.java
@@ -0,0 +1,6 @@
+package java.lang;
+
+final class VMString
+{
+ static native String intern(String str);
+}
--
1.6.0.6
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel