corda/djvm/src
Chris Rankin ff9061b968
ENT-1906: Don't transform java.Object[] to sandbox.Object[]. (#4115)
* Don't transform java.Object[] to sandbox.Object[] because an array is still java.Object inside the sandbox.
* Add extra test for sandboxing an array of int[].
* Ensure hashCode() is deterministic for Java arrays.
* Remove some information about DJVM from some exception stack traces.
2018-10-29 16:32:40 +00:00
..
main ENT-1906: Don't transform java.Object[] to sandbox.Object[]. (#4115) 2018-10-29 16:32:40 +00:00
test ENT-1906: Don't transform java.Object[] to sandbox.Object[]. (#4115) 2018-10-29 16:32:40 +00:00