Indy crash
Jim Laskey
jlaskey at me.com
Wed Jun 15 11:16:22 PDT 2011
I ran into a similar problem. Running out of CodeCache. I found I only ran into it when profiling. Removing inline configuration made the problem go away.
Java HotSpot(TM) Client VM warning: CodeCache is full. Compiler has been disabled.
Java HotSpot(TM) Client VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize=
Code Cache [0xb4c3b000, 0xb6bd3000, 0xb6c3b000)
total_blobs=523 nmethods=360 adapters=96 free_code_cache=417Kb largest_free_block=427840
Cheers,
-- Jim
On 2011-06-15, at 3:08 PM, Charles Oliver Nutter wrote:
> FWIW, I only get the crash on my MLVM build if I pass these flags to JVM:
>
> -XX:MaxInlineSize=150 -XX:InlineSmallCode=3000
>
> See README and use jruby.jar from this repo to make it easier:
>
> https://github.com/headius/indy-crasher
>
> I'll try that x64 build in a moment.
>
> On Wed, Jun 15, 2011 at 7:38 AM, Christian Thalinger
> <christian.thalinger at oracle.com> wrote:
>> On Jun 15, 2011, at 6:09 AM, Charles Oliver Nutter wrote:
>>> Still crashing! See previous email for hs dumpfile, command-line, and
>>> script, with link to data in the script.
>>
>> I can not reproduce this crash on either Linux nor Solaris. Here is a recent Linux x64 product build:
>>
>> http://cr.openjdk.java.net/~twisti/linux_x64_2.6-product.zip
>>
>> Could you please try that one?
>>
>> -- Christian
>>
>>>
>>> - Charlie
>>>
>>> On Tue, Jun 14, 2011 at 10:46 PM, Charles Oliver Nutter
>>> <headius at headius.com> wrote:
>>>> On Tue, Jun 14, 2011 at 10:14 PM, John Rose <john.r.rose at oracle.com> wrote:
>>>>> This looks like a failure fixed very recently (6/12) by the final version of meth-exc-7047697.patch.
>>>>>
>>>>> Please let me know ASAP if the latest version of that patch *fails* to fix your crash!
>>>>
>>>> Doing an updated build from MLVM, where 'hotspot' tip shows:
>>>>
>>>> ~/projects/mlvm/patches/hotspot ➔ hg log | head -5
>>>> changeset: 353:c04ab8f822b1
>>>> tag: tip
>>>> user: jrose
>>>> date: Tue Jun 14 18:34:58 2011 -0700
>>>> summary: meth: update to hotspot-comp
>>>>
>>>> Will report back shortly.
>>>>
>>>> - Charlie
>>>>
>>> _______________________________________________
>>> mlvm-dev mailing list
>>> mlvm-dev at openjdk.java.net
>>> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
>>
>>
>> _______________________________________________
>> mlvm-dev mailing list
>> mlvm-dev at openjdk.java.net
>> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
>>
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
More information about the mlvm-dev
mailing list