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.MethodHa
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
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 R
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
http://mail.openjd
>On Aug 24, 2011, at 6:07 AM, Stephen Bannasch wrote:
>
>> After I build mlvm I run the running jdk/test/java/lang/invoke tests as well
>> as jdk/test/java/dyn/CoroutineTest.java
>>
> > I'm getting fatal errors in Java running:
> > java/lang/invoke/ThrowExceptionsTest.java
>>
>> jtreg jtr and hs_
On Wed, Aug 24, 2011 at 8:50 AM, Christian Thalinger
wrote:
> I have some preliminary results for:
>
> 7079673: JSR 292: C1 should inline bytecoded method handle adapters
>
> These numbers are with:
>
> 7078382: JSR 292: don't count method handle adapters against inlining budgets
>
> applied (whic
On Aug 24, 2011, at 6:07 AM, Stephen Bannasch wrote:
> After I build mlvm I run the running jdk/test/java/lang/invoke tests as well
> as jdk/test/java/dyn/CoroutineTest.java
>
> I'm getting fatal errors in Java running:
> java/lang/invoke/ThrowExceptionsTest.java
>
> jtreg jtr and hs_err_pid
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 Res
On Aug 16, 2011, at 12:19 AM, Charles Oliver Nutter wrote:
> On Mon, Aug 15, 2011 at 1:01 PM, Tom Rodriguez
> wrote:
>>
>> On Aug 12, 2011, at 4:15 PM, Charles Oliver Nutter wrote:
>>> Well, let me play devil's advocate here: why not just discount MH
>>> chains completely?
>>
>> It really onl