diff src/share/vm/interpreter/bytecodeTracer.cpp @ 12316:190899198332

7195622: CheckUnhandledOops has limited usefulness now Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
author hseigel
date Thu, 26 Sep 2013 10:25:02 -0400
parents f16e75e0cf11
children fdad2932c73f
line wrap: on
line diff
--- a/src/share/vm/interpreter/bytecodeTracer.cpp	Wed Sep 25 17:47:51 2013 +0200
+++ b/src/share/vm/interpreter/bytecodeTracer.cpp	Thu Sep 26 10:25:02 2013 -0400
@@ -215,7 +215,7 @@
       st->print_cr(" %s", buf);
     }
   } else {
-    st->print_cr(" " PTR_FORMAT, (intptr_t) value);
+    st->print_cr(" " PTR_FORMAT, (void *)value);
   }
 }