assets/src/org/ruboto/JRubyAdapter.java in ruboto-0.10.0.rc.1 vs assets/src/org/ruboto/JRubyAdapter.java in ruboto-0.10.0
- old
+ new
@@ -234,12 +234,12 @@
@SuppressWarnings({ "unchecked", "rawtypes" })
public static synchronized boolean setUpJRuby(Context appContext, PrintStream out) {
if (!initialized) {
// BEGIN Ruboto HeapAlloc
- @SuppressWarnings("unused")
- byte[] arrayForHeapAllocation = new byte[13 * 1024 * 1024];
- arrayForHeapAllocation = null;
+ // @SuppressWarnings("unused")
+ // byte[] arrayForHeapAllocation = new byte[13 * 1024 * 1024];
+ // arrayForHeapAllocation = null;
// END Ruboto HeapAlloc
setDebugBuild(appContext);
Log.d("Setting up JRuby runtime (" + (isDebugBuild ? "DEBUG" : "RELEASE") + ")");
System.setProperty("jruby.compile.mode", "OFF"); // OFF OFFIR JITIR? FORCE FORCEIR
// System.setProperty("jruby.compile.backend", "DALVIK");