On Fri, 28 Jan 2022 00:45:46 GMT, Phil Race <[email protected]> wrote:

>     * I still see a need for a safety check in native code

I can add some check but which one? In the native we should use the bounds we 
passed from java side, the problem is that we pass "1 * scale" = 'scale", but 
allocate the array as "new int[1]" so this is an issue on that java side in the 
changed method.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5864

Reply via email to