8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
authorkbarrett
Thu, 28 Jun 2018 00:34:55 -0400
changeset 50862 350ae1b408da
parent 50861 2b7d0e9405cf
child 50863 9084fd587141
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion Summary: Remove unsafe printing. Reviewed-by: dholmes, tschatzl, dcubed, coleenp
src/hotspot/share/code/nmethod.cpp
--- a/src/hotspot/share/code/nmethod.cpp	Thu Jun 28 09:40:46 2018 +0530
+++ b/src/hotspot/share/code/nmethod.cpp	Thu Jun 28 00:34:55 2018 -0400
@@ -1691,7 +1691,6 @@
       ls.print("" PTR_FORMAT "[offset=%d] detected scavengable oop " PTR_FORMAT " (found at " PTR_FORMAT ") ",
                p2i(_print_nm), (int)((intptr_t)p - (intptr_t)_print_nm),
                p2i(*p), p2i(p));
-      (*p)->print_value_on(&ls);
       ls.cr();
     }
   }