diff src/share/vm/prims/jvm.cpp @ 18125:2a69cbe850a8

Reduce diff with upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 20 Oct 2014 19:07:20 +0200
parents eaf39a954227
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Mon Oct 20 16:26:05 2014 +0200
+++ b/src/share/vm/prims/jvm.cpp	Mon Oct 20 19:07:20 2014 +0200
@@ -1184,6 +1184,7 @@
   return (jobject) JNIHandles::make_local(env, pd);
 JVM_END
 
+
 static bool is_authorized(Handle context, instanceKlassHandle klass, TRAPS) {
   // If there is a security manager and protection domain, check the access
   // in the protection domain, otherwise it is authorized.