提交 988d63d2 编写于 作者: T twisti

8006127: remove printing code added with 8006031

Reviewed-by: kvn
上级 5ff05585
...@@ -3559,7 +3559,6 @@ bool LibraryCallKit::inline_native_getLength() { ...@@ -3559,7 +3559,6 @@ bool LibraryCallKit::inline_native_getLength() {
// public static <T,U> T[] java.util.Arrays.copyOf( U[] original, int newLength, Class<? extends T[]> newType); // public static <T,U> T[] java.util.Arrays.copyOf( U[] original, int newLength, Class<? extends T[]> newType);
// public static <T,U> T[] java.util.Arrays.copyOfRange(U[] original, int from, int to, Class<? extends T[]> newType); // public static <T,U> T[] java.util.Arrays.copyOfRange(U[] original, int from, int to, Class<? extends T[]> newType);
bool LibraryCallKit::inline_array_copyOf(bool is_copyOfRange) { 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; if (too_many_traps(Deoptimization::Reason_intrinsic)) return false;
// Get the arguments. // Get the arguments.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册