Re: Finally a test case for the ClassNotFound

2011-08-26 Thread Mark Roos
Thanks Rémi I tried to put just the offending class on the boot path but that was not enough. The entire app worked so I guess the solution is somewhere in between mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/ma

RE: Finally a test case for the ClassNotFound

2011-08-26 Thread Mark Roos
>From Jeroen I took the liberty of downloading it as well, to test on IKVM.NET :-) Glad it helped mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: Finally a test case for the ClassNotFound

2011-08-26 Thread Mark Roos
I put my jar on the boot class and the problem goes away on OSX version. Thanks mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Re: Finally a test case for the ClassNotFound

2011-08-26 Thread Rémi Forax
On 08/26/2011 09:24 PM, Mark Roos wrote: Thanks for the quick look. (glad to see it ran for you) By the 'runtime' to add to the bootclass path do you mean rt.jar or my runtime (RtalkTest.jar)? Your runtime. rt.jar is already in the bootstrap path. mark cheers, Rémi _

Re: Finally a test case for the ClassNotFound

2011-08-26 Thread Mark Roos
Thanks for the quick look. (glad to see it ran for you) By the 'runtime' to add to the bootclass path do you mean rt.jar or my runtime (RtalkTest.jar)? mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinf

Re: Finally a test case for the ClassNotFound

2011-08-26 Thread Christian Thalinger
I can confirm the NCDFE. This could be a duplicate of: 7055941: JSR 292 method handle invocation causes excessive deoptimization for types not on boot class path The workaround is to put the runtime on the boot class path. I also can confirm that the second run of Hanoi is slower with JDK 7.

RE: Finally a test case for the ClassNotFound

2011-08-26 Thread Jeroen Frijters
Mark Roos wrote: > The error I see is that at random times when I am executing Smalltalk on > jvm I get occasional a ClassDefNotFound during an InvokeExact. Usually > when I am doing a demo. After lots of trying I have a test which fails > every time for me. When it fails the stack depth varies