Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-22 Thread Christian Thalinger
On Sep 20, 2011, at 11:05 PM, Sebastian Sickelmann wrote: > Am 20.09.2011 13:19, schrieb Christian Thalinger: >> On Sep 19, 2011, at 11:09 AM, Christian Thalinger wrote: >> >>> [Moving hotspot-runtime-dev to Bcc] >>> >>> On Sep 17, 2011, at 9:05 PM, Sebastian Sickelmann wrote: >>> Hi, >>>

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-20 Thread Sebastian Sickelmann
Am 20.09.2011 13:19, schrieb Christian Thalinger: > On Sep 19, 2011, at 11:09 AM, Christian Thalinger wrote: > >> [Moving hotspot-runtime-dev to Bcc] >> >> On Sep 17, 2011, at 9:05 PM, Sebastian Sickelmann wrote: >> >>> Hi, >>> while doing further investigations on my idea [0] i observed a >>> repr

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-20 Thread Christian Thalinger
On Sep 19, 2011, at 11:09 AM, Christian Thalinger wrote: > [Moving hotspot-runtime-dev to Bcc] > > On Sep 17, 2011, at 9:05 PM, Sebastian Sickelmann wrote: > >> Hi, >> while doing further investigations on my idea [0] i observed a >> reproducable crash of the vm. >> It seems to me that it happ

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-20 Thread Christian Thalinger
On Sep 19, 2011, at 4:40 PM, Sebastian Sickelmann wrote: > Hi, > > i tried to simplify the TestNew2 class. But now it is to simple. > The crash is gone. I tried to make the process between Main and NEW2 > more complex, but this doesn't brings the crash back. > > i uploaded the new jar to > >

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-19 Thread Sebastian Sickelmann
Hi, i tried to simplify the TestNew2 class. But now it is to simple. The crash is gone. I tried to make the process between Main and NEW2 more complex, but this doesn't brings the crash back. i uploaded the new jar to http://oss-patches.24.eu/crashreport/InvokeDynamic/2011-09-17/crash2.jar Ca

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-19 Thread Sebastian Sickelmann
I can do this for you in a few hours.if it cannot wait you can clone my demo project mentioned in [0] and change the GEN class before starting the build.xml. The TestNew2.class and the Dissabled TestNew2.txt should be in the temp dir after running build.xml. Sorry for the previous mail. F***

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-19 Thread Sebastian Sickelmann
I can so this for Sound in a gewesen hours. Info it cannot wait you can clone my demo project mentioned in [0] and change the GEN class before starting the build.xml. The TestNew2.class and the Dissabled TestNew2.txt should bei in the temp dir after running build.xml. ( Christian Thalinger s

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-19 Thread Christian Thalinger
On Sep 19, 2011, at 11:09 AM, Christian Thalinger wrote: > [Moving hotspot-runtime-dev to Bcc] > > On Sep 17, 2011, at 9:05 PM, Sebastian Sickelmann wrote: > >> Hi, >> while doing further investigations on my idea [0] i observed a >> reproducable crash of the vm. >> It seems to me that it happ

Re: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-19 Thread Christian Thalinger
[Moving hotspot-runtime-dev to Bcc] On Sep 17, 2011, at 9:05 PM, Sebastian Sickelmann wrote: > Hi, > while doing further investigations on my idea [0] i observed a > reproducable crash of the vm. > It seems to me that it happens while the hotspot tries to inline (i > think) a invokedynamic call

Auto Reply: SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-17 Thread kirill . shirokov
On vacation till October 3. Will be reading email occasionally. ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

SIGSEGV while Parse::optimize_inlining an invokedynamic call.

2011-09-17 Thread Sebastian Sickelmann
Hi, while doing further investigations on my idea [0] i observed a reproducable crash of the vm. It seems to me that it happens while the hotspot tries to inline (i think) a invokedynamic call. It happens only in my second Testcases (a case where an exception is thrown) so i tried to reduce it t