hg: mlvm/mlvm/jdk: meth: align with JDK7 review version; respond to some review comments

2011-03-03 Thread john . r . rose
Changeset: 3540b4e4b757 Author:jrose Date: 2011-03-03 18:45 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/3540b4e4b757 meth: align with JDK7 review version; respond to some review comments ! meth-impl-6839872.2-super.patch ! meth-impl-6839872.3-moves.patch ! meth-rename-7

Re: review request (XL): 6839872: remove implementation inheritance from JSR 292 APIs

2011-03-03 Thread John Rose
Thanks for reading over the code, Remi! Will fix. -- John On Mar 3, 2011, at 2:44 AM, Rémi Forax wrote: > Hi John & Christian, > > I've noticed several gotchas. > in CallSite: > - makesite you create a InvokeDynamicBootstrapError but forget to throw it. > - TRANSITIONAL_BEFORE_PFD is not fin

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Christian Thalinger
On Mar 3, 2011, at 2:25 PM, Rémi Forax wrote: > On 03/03/2011 02:10 PM, Christian Thalinger wrote: >> On Mar 3, 2011, at 1:52 PM, Christian Thalinger wrote: >>> On Mar 3, 2011, at 1:12 PM, Christian Thalinger wrote: On Mar 3, 2011, at 9:47 AM, Rémi Forax wrote: > Yes. I use an agent so it

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Rémi Forax
On 03/03/2011 02:10 PM, Christian Thalinger wrote: > On Mar 3, 2011, at 1:52 PM, Christian Thalinger wrote: >> On Mar 3, 2011, at 1:12 PM, Christian Thalinger wrote: >>> On Mar 3, 2011, at 9:47 AM, Rémi Forax wrote: Yes. I use an agent so it can have trigger a deoptimization even if I don

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Christian Thalinger
On Mar 3, 2011, at 1:52 PM, Christian Thalinger wrote: > On Mar 3, 2011, at 1:12 PM, Christian Thalinger wrote: >> On Mar 3, 2011, at 9:47 AM, Rémi Forax wrote: >>> Yes. I use an agent so it can have trigger a deoptimization >>> even if I don't understand why ? >> >> Here is what I get with a debu

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Christian Thalinger
On Mar 3, 2011, at 1:12 PM, Christian Thalinger wrote: > On Mar 3, 2011, at 9:47 AM, Rémi Forax wrote: >> Yes. I use an agent so it can have trigger a deoptimization >> even if I don't understand why ? > > Here is what I get with a debug build: > The assert looks like: > > 7016279: JSR292 Exce

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Christian Thalinger
On Mar 3, 2011, at 9:47 AM, Rémi Forax wrote: > Yes. I use an agent so it can have trigger a deoptimization > even if I don't understand why ? Here is what I get with a debug build: $ gamma -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic -cp . Megamorphic2 Using java runtime at: /exp

Re: review request (XL): 6839872: remove implementation inheritance from JSR 292 APIs

2011-03-03 Thread Christian Thalinger
On Feb 27, 2011, at 11:18 AM, John Rose wrote: > http://cr.openjdk.java.net/~jrose/6839872/jdk-webrev.00/ > > Summary: move everything into a single package; remove all multi-package > machinery > > This is a complex change which consolidates the code into a single package, > to prepare for a c

Auto Reply: JVM Language Summit 2011?

2011-03-03 Thread y . s . ramakrishna
This is an automatic response. I am on vacation from 2/24 through 3/5, and not generally reading or responding to emai during that period. For urgent matters please contact my manager David Cox or team lead Jon Masamitsu. ___ mlvm-dev mailing list mlvm-

JVM Language Summit 2011?

2011-03-03 Thread Marrows, George A (GE Energy)
Sorry to spam you all on this administrative matter: does anyone know if/when there will be a JVM Language Summit this year? I can't find anything about it on the web yet. With thanks from a mlvm-dev lurker... -- George ___ mlvm-dev mailing list mlvm-d

Re: review request (XL): 6839872: remove implementation inheritance from JSR 292 APIs

2011-03-03 Thread Rémi Forax
Hi John & Christian, I've noticed several gotchas. in CallSite: - makesite you create a InvokeDynamicBootstrapError but forget to throw it. - TRANSITIONAL_BEFORE_PFD is not final - maybeReBox can be split in two methods to avoid to double-check if a value is an instanceof Integer. in Meth

hg: mlvm/mlvm/jdk: meth: align with JDK7 review version; respond to some review comments

2011-03-03 Thread john . r . rose
Changeset: bd6a78e44119 Author:jrose Date: 2011-03-03 01:07 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/bd6a78e44119 meth: align with JDK7 review version; respond to some review comments + meth-rename-7012648.2.patch - meth-rename-indify.patch ! series

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Rémi Forax
Yes. I use an agent so it can have trigger a deoptimization even if I don't understand why ? Rémi Le 03/03/2011 09:36, Christian Thalinger a écrit : > On Mar 2, 2011, at 5:26 PM, Rémi Forax wrote: >> The VM (jdk7b131 linux 64bits) crashes once when running: >> java -XX:+UnlockExperimentalVMOp

Re: Not reproductible crash + unexpected exception?

2011-03-03 Thread Christian Thalinger
On Mar 2, 2011, at 5:26 PM, Rémi Forax wrote: > The VM (jdk7b131 linux 64bits) crashes once when running: > java -XX:+UnlockExperimentalVMOptions -XX:+EnableInvokeDynamic -cp . > Megamorphic2 > > The weird thing is even if I'm not able to reproduce the crash anymore. This could be a duplicate o

hg: mlvm/mlvm/hotspot: meth: align with JDK7 review version; add meth-impl-6839872.2.patch

2011-03-03 Thread john . r . rose
Changeset: 997164ad2b1f Author:jrose Date: 2011-03-03 00:35 -0800 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/997164ad2b1f meth: align with JDK7 review version; add meth-impl-6839872.2.patch + meth-impl-6839872.2.patch ! meth-impl-6839872.patch ! meth-rename-7012648.patch