corda/djvm
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
..
cli ENT-1906: Allow sandboxes to share a parent classloader. (#4103) 2018-10-25 11:12:20 +01:00
shell Deterministic JVM (#3386) 2018-08-22 16:01:39 +01:00
src ENT-1906: Don't transform java.Object[] to sandbox.Object[]. (#4115) 2018-10-29 16:32:40 +00:00
.gitignore Deterministic JVM (#3386) 2018-08-22 16:01:39 +01:00
build.gradle ENT-1906: Allow sandboxes to share a parent classloader. (#4103) 2018-10-25 11:12:20 +01:00