提交 1339118f 编写于 作者: T twisti

8006031: LibraryCallKit::inline_array_copyOf disabled unintentionally with 7172640

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