# HG changeset patch # User twisti # Date 1357963276 28800 # Node ID 25f45c5acb0c3386b83f8623fdb0bc4899a1a68c # Parent 86fd7c602ddf9fea1b8ed7fcf4b2d296744f3eaa 8006127: remove printing code added with 8006031 Reviewed-by: kvn diff -r 86fd7c602ddf -r 25f45c5acb0c hotspot/src/share/vm/opto/library_call.cpp --- a/hotspot/src/share/vm/opto/library_call.cpp Fri Jan 11 16:47:23 2013 -0800 +++ b/hotspot/src/share/vm/opto/library_call.cpp Fri Jan 11 20:01:16 2013 -0800 @@ -3559,7 +3559,6 @@ // public static T[] java.util.Arrays.copyOf( U[] original, int newLength, Class newType); // public static T[] java.util.Arrays.copyOfRange(U[] original, int from, int to, Class newType); bool LibraryCallKit::inline_array_copyOf(bool is_copyOfRange) { - tty->print_cr("LibraryCallKit::inline_array_copyOf: %d", is_copyOfRange); if (too_many_traps(Deoptimization::Reason_intrinsic)) return false; // Get the arguments.