The java.util.Array.copyOf(...) method is
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Fabien D |
Status: | closed |
Jump to:
Description
The java.util.Array.copyOf(...) method is giving me an unexpected ClassCastException. The attached program illustrates the problem.
As you can see, the program copies the argument array to a fresh array using Array.copyTo, or the hard way, depending on the first argument. The problem is reproduced by running the program within JNode using the arguments "1 2 3".
Attachment | Size |
---|---|
issues_31 | 680 bytes |
- Login to post comments
#1
fixed since we are moving to openjdk