Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Christian Thalinger
Charles Oliver Nutter wrote: ~/projects/davinci/sources/hotspot ➔ hg qapplied meth.patch indy.patch indy.compiler.patch ~/projects/davinci/sources/jdk ➔ hg qapplied indy.tests.patch indy.pack.patch indy.patch I would love for this to simply be my problem. Is there a specific line of

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Charles Oliver Nutter
On Tue, Jul 7, 2009 at 4:16 AM, Christian Thalingerchristian.thalin...@sun.com wrote: That looks good too.  Is this the command you executed (I think I read it correctly from the error): $ jruby -Djruby.compile.invokedynamic=true -XX:+EnableInvokeDynamic -d -e puts 1 Because that works for

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Charles Oliver Nutter
Incidentally, what rev is someone's working MLVM bsd-port at? Mine is at: changeset: 854:11a78e401465 tag: qparent parent: 819:0ccf04929cc7 parent: 853:8754a3c37762 user:gle...@misty.eyesbeyond.com date:Sun Jun 28 18:38:43 2009 -0700 summary: . Merge in

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Charles Oliver Nutter
From within sources/hotspot, do hg log | less and copy the first block that isn't an applied patchset. On Tue, Jul 7, 2009 at 2:45 PM, Attila Szegediszege...@gmail.com wrote: Incidentally, I just built it today after a full hg fpull/fupdate, and Rémi's example from his backport runs with it.

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Charles Oliver Nutter
On Tue, Jul 7, 2009 at 3:35 PM, Christian Thalingerchristian.thalin...@sun.com wrote: Mine is: $ hg tip changeset:   96:4c4adcc025c2 tag:         tip parent:      90:f517ae38b335 parent:      95:39565502682c user:        gle...@misty.eyesbeyond.com date:        Sun Jun 07 03:35:28 2009

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-07 Thread Attila Szegedi
I'm on: $ hg tip changeset: 105:0addbdbcc872 tag: tip parent: 96:4c4adcc025c2 parent: 104:57f7e028c7ad user:gle...@misty.eyesbeyond.com date:Sun Jun 28 18:34:29 2009 -0700 summary: . Merge in changes from main OpenJDK repository. And method handles and

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-06 Thread Christian Thalinger
Charles Oliver Nutter wrote: Should this allow things to run correctly? I'm still getting crashes without -Xint (maybe I don't have it built properly?) It works for me. Could you verify you reapplied the patch? -- Christian ___ mlvm-dev mailing list

Re: hg: mlvm/mlvm/hotspot: indy: fix GC bug by reworking treatment of constant pool indices

2009-07-05 Thread Charles Oliver Nutter
Should this allow things to run correctly? I'm still getting crashes without -Xint (maybe I don't have it built properly?) # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x011a4cca, pid=23999, tid=2954375168 # # JRE version: 7.0 # Java VM: OpenJDK