You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2008/01/31 21:15:08 UTC

[jira] Commented: (HARMONY-5079) [drlvm][classloader] Failure running Eclipse TPTP plugin

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

Ilya Berezhniuk commented on HARMONY-5079:
------------------------------------------

The exception is thrown from the following code:

initEDataType(booleanArrayEDataType, boolean[].class, "BooleanArray", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS);

I can't reproduce this problem on small standalone test written to be similar to TPTP/Eclipse code.
Turning off lazy resolution does not help to fix the problem.


> [drlvm][classloader] Failure running Eclipse TPTP plugin
> --------------------------------------------------------
>
>                 Key: HARMONY-5079
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5079
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: x86 windows M3 (and M1 and M2)
>            Reporter: Chris Elford
>         Attachments: log.txt
>
>
> (1) Download/install Eclipse TPTP 4.4.0.3 (plugin for Eclipse 3.3)
> -- Easiest to install all in one from http://www.eclipse.org/downloads/download.php?file=/tptp/4.4.0.3/TPTP-4.4.0.3/tptp.runtime.allInOne.win32.win32.x86-TPTP-4.4.0.3.zip
> (2) launch eclipse with Harmony
> -- I tend to do:
> set ECLIPSE_HOME=C:\utils\eclipse33\eclipse
> %ECLIPSE_HOME%\eclipse.exe -vm c:\java\hre50m3\bin\java -vmargs -Xms512M -Xmx512M
> (3) Open TPTP perspective (profiling and logging)
> -- window->open perspective->other perspective->Profiling and Logging
> (4) Note the "problem opening perspective" dialogue
> Note this only happens with running with Harmony.  log attached.

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