Re: Errors on OSX version with loading

2011-06-30 Thread John Rose
Hi Mark. Did the suggested workaround help? Note that build b147 includes a fix for 7056328, which is the bug we know about which causes the problem you saw. Here is where the binaries are available (but not for MacOS): http://jdk7.java.net/download.html A recent mlvm or bsd-port build will

Re: Errors on OSX version with loading

2011-06-30 Thread Mark Roos
Hi John Sorry for not quickly responding ( as I am sure that Stephen's 6/09 version did not have the patch) As for the work around I have been doing the bootclasspath for some time and it did not help. Oscar tried in the both b138 and b146 windows version and the problem does not occur there.

Re: Anyone know if JVMTI is Keeping up with JSR292?

2011-06-30 Thread Tom Rodriguez
I think you are seeing 6990212. Breakpoints should work fine but single stepping requires some machinery in the interpreter to make sure that we never jump into compiled code but the method handle path has doesn't have that code. Method entry events use the same machinery. If you want to try

Re: Errors on OSX version with loading

2011-06-30 Thread John Rose
Yes, please. We especially love stress tests. -- John (on my iPhone) On Jun 30, 2011, at 12:51 PM, Mark Roos wrote: > I'll have Oscar run the patch check for you. And we are now able to pack it > up as a jar (finally) so we can get > the test case to you if you would like. >

Re: Anyone know if JVMTI is Keeping up with JSR292?

2011-06-30 Thread Tom Rodriguez
On Jun 29, 2011, at 7:41 PM, Mark Roos wrote: > John stated > Like performance tuning, debugger support is something we will be > addressing after FCS. > > No problem. I did notice that creating arrays on the target side ( to hold > objects found by > instances) is very slow ( abou

Re: Anyone know if JVMTI is Keeping up with JSR292?

2011-06-30 Thread Mark Roos
Tom mentioned I think you are seeing 6990212. Sounds like a fit, thanks and I think serviceability-...@openjdk.java.net is probably the best place to start. I am on my way there thanks mark___ mlvm-dev mailing list mlvm-dev@openjdk

Re: Errors on OSX version with loading

2011-06-30 Thread Mark Roos
John requested Yes, please. We especially love stress tests. Oscar is putting it together. Where should we put/send it ( its not very large) regards mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinf

Re: Errors on OSX version with loading

2011-06-30 Thread John Rose
Do you have a website or blog you can post it on? On Jun 30, 2011, at 8:47 PM, Mark Roos wrote: > John requested > Yes, please. We especially love stress tests. > > Oscar is putting it together. Where should we put/send it ( its not very > large) > > regards > mark___