hg: jdk6/jdk6/hotspot: 6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
abhijit.saha at sun.com
abhijit.saha at sun.com
Tue Apr 6 12:05:16 PDT 2010
Changeset: 9393e8c14eaa
Author: kvn
Date: 2009-12-03 14:26 -0800
URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/9393e8c14eaa
6892265: System.arraycopy unable to reference elements beyond Integer.MAX_VALUE bytes
Summary: Use size_t type cast to widen int values in typeArrayKlass::copy_array().
Reviewed-by: never, jcoomes
! src/share/vm/oops/typeArrayKlass.cpp
+ test/compiler/6892265/Test.java
More information about the jdk6-dev
mailing list