diff src/share/vm/prims/jni.cpp @ 2212:d9e4d0aefc90

Small clean up to reduce delta to OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:28:35 +0100
parents d25d4ca69222
children 0654ee04b214
line wrap: on
line diff
--- a/src/share/vm/prims/jni.cpp	Mon Feb 21 19:17:33 2011 +0100
+++ b/src/share/vm/prims/jni.cpp	Mon Feb 21 19:28:35 2011 +0100
@@ -3353,7 +3353,6 @@
 
     // Check if we should compile all classes on bootclasspath
     NOT_PRODUCT(if (CompileTheWorld) ClassLoader::compile_the_world();)
-
     // Since this is not a JVM_ENTRY we have to set the thread state manually before leaving.
     ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native);
   } else {