diff src/share/vm/prims/jni.cpp @ 8499:96a337d307bd

-More progress in G1 WBs
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 04 Mar 2013 16:46:37 +0100
parents 291ffc492eb6
children 86b4965f0c9a
line wrap: on
line diff
--- a/src/share/vm/prims/jni.cpp	Thu Feb 28 17:39:48 2013 +0100
+++ b/src/share/vm/prims/jni.cpp	Mon Mar 04 16:46:37 2013 +0100
@@ -2670,6 +2670,7 @@
 
     if (needs_barrier) {
       oop referent = JNIHandles::resolve(ret);
+      tty->print_cr("ENQUEUE in jni");
       G1SATBCardTableModRefBS::enqueue(referent);
     }
   }