SF.net SVN: jikesrvm:[15752] rvmroot/trunk/libraryInterface/Harmony/ASF/src /java/lang/Runtime.java

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: jikesrvm:[15752] rvmroot/trunk/libraryInterface/Harmony/ASF/src /java/lang/Runtime.java

by dgrove-oss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 15752
          http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=15752&view=rev
Author:   dgrove-oss
Date:     2009-07-29 20:51:12 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
Hacky implementation of deprecated methods getLocalizedInputStream
and getLocalizedOutputStream to get _213_javac running to completion.

Modified Paths:
--------------
    rvmroot/trunk/libraryInterface/Harmony/ASF/src/java/lang/Runtime.java

Modified: rvmroot/trunk/libraryInterface/Harmony/ASF/src/java/lang/Runtime.java
===================================================================
--- rvmroot/trunk/libraryInterface/Harmony/ASF/src/java/lang/Runtime.java 2009-07-29 20:49:01 UTC (rev 15751)
+++ rvmroot/trunk/libraryInterface/Harmony/ASF/src/java/lang/Runtime.java 2009-07-29 20:51:12 UTC (rev 15752)
@@ -488,7 +488,7 @@
    */
   @Deprecated
   public InputStream getLocalizedInputStream(InputStream stream) {
-    throw new Error("TODO");
+    return stream;
   }
 
   /**
@@ -496,7 +496,7 @@
    */
   @Deprecated
   public OutputStream getLocalizedOutputStream(OutputStream stream) {
-    throw new Error("TODO");
+    return stream;
   }
 
   /**


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
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
_______________________________________________
Jikesrvm-commits mailing list
Jikesrvm-commits@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-commits