Re: Problem with 08/08 BSD port from Stephen, MLVM changes recently?

2011-08-24 Thread Christian Thalinger
On Aug 24, 2011, at 3:15 AM, Mark Roos wrote: In looking for my classDefNotFound bug I tried the latest build I could find for bsd port. The 0609 version worked at least past this point but the 0808 version gave a fatal error # fatal error: memory leak: allocating without

Re: Problem with 08/08 BSD port from Stephen, MLVM changes recently?

2011-08-24 Thread Mark Roos
I do have a test case that repeats the resource mark error. We are trying a new packaging so you should be able to run it without an external connection. Hopefully later today mark___ mlvm-dev mailing list mlvm-dev@openjdk.java.net

Re: Problem with 08/08 BSD port from Stephen, MLVM changes recently?

2011-08-24 Thread Tom Rodriguez
I made one: import java.lang.invoke.*; import static java.lang.invoke.MethodHandles.*; import static java.lang.invoke.MethodType.*; public class RM implements Runnable { public static void main(String... args) throws Throwable { new Thread(new RM()).start(); } public static

Re: Problem with 08/08 BSD port from Stephen, MLVM changes recently?

2011-08-24 Thread Christian Thalinger
On Aug 24, 2011, at 8:44 PM, Tom Rodriguez wrote: I made one: import java.lang.invoke.*; import static java.lang.invoke.MethodHandles.*; import static java.lang.invoke.MethodType.*; public class RM implements Runnable { public static void main(String... args) throws Throwable {

Re: Problem with 08/08 BSD port from Stephen, MLVM changes recently?

2011-08-24 Thread Tom Rodriguez
I didn't expect you to still be working and I was pretty sure how to reproduce it... tom On Aug 24, 2011, at 12:41 PM, Christian Thalinger wrote: On Aug 24, 2011, at 8:44 PM, Tom Rodriguez wrote: I made one: import java.lang.invoke.*; import static java.lang.invoke.MethodHandles.*;