You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2008/02/04 19:21:10 UTC

[jira] Commented: (HARMONY-4771) [drlvm][init] -verbose option doesn't work on linux32

    [ https://issues.apache.org/jira/browse/HARMONY-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565454#action_12565454 ] 

Alexei Fedotov commented on HARMONY-4771:
-----------------------------------------

Hello Natalia, 
I have rechecked this issue, it does not seem reproducible. Are you still able to reproduce it?

$ target/hdk/jdk/jre/bin/java -showversion -verbose -cp . Hello 2>&1 | head -20 
Apache Harmony Launcher : (c) Copyright 1991, 2007 The Apache Software Foundation or its licensors, as applicable. 
java version "1.5.0" 
pre-alpha : not complete or compatible 
svn = r618306, (Feb 4 2008), Linux/ia32/gcc 4.1.2, release build 
http://harmony.apache.org 
GC: call GC init... 

GC_Gen initial: 
max heap size: 256MB 
min heap size: 16MB 
initial heap size: 16MB 
initial num collectors: 0 
initial nos size: 9MB 
nos collection algo: partial forward 
initial mos size: 2MB 
mos collection algo: move compact 
initial los size: 4MB 

GC: end of GC init 
[...]


> [drlvm][init] -verbose option doesn't work on linux32
> -----------------------------------------------------
>
>                 Key: HARMONY-4771
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4771
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux / x86
>            Reporter: Naumova Natalya 
>
> output:
> ./harmony_build-r574120-x86-linux/bin/java -verbose -cp . Hello
> GC: call GC init...
>  
> terminate called after throwing an instance of 'std::length_error'
>   what():  basic_string::reserve
> Aborted
> It works on win32, lnx64.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.