You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/01/29 13:43:49 UTC

[jira] Commented: (HARMONY-1748) [drlvm] harmony crash instead of IllegalAccessError

    [ https://issues.apache.org/jira/browse/HARMONY-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468259 ] 

Vladimir Beliaev commented on HARMONY-1748:
-------------------------------------------

This issue is not reproduced anymore:

############### with RI Java ##################################
$ java -showversion test 
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
BEA WebLogic JRockit(R) (build dra-38972-20041208-2001-win-ia32, R25.0.0-75, GC: System optimized over throughput (initial strategy singleparpar))
Test passed
java.lang.IllegalAccessError: test
        at intfimpl.test()V(intfimpl.jj:???)
        at test.main(test.java:6)

############### with DRLVM in JIT mode ########################
$ .trunk-prev/working_vm/build/deploy/jdk/jre/bin/java -showversion test
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r496980, (Jan 18 2007), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
Test passed
java.lang.IllegalAccessError: from intfimpl to intf.test()V
        at test.main(test.java:5)

############### with DRLVM in Interpreter mode #######################
$ trunk-prev/working_vm/build/deploy/jdk/jre/bin/java -showversion -Xint test
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r496980, (Jan 18 2007), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
Test passed
java.lang.IllegalAccessError: intfimpl.test()V
        at test.main(test.java:6)

---------------------
Please close it as FIXED or whatever else.

Thanks
Vladimir Beliaev

> [drlvm] harmony crash instead of IllegalAccessError
> ---------------------------------------------------
>
>                 Key: HARMONY-1748
>                 URL: https://issues.apache.org/jira/browse/HARMONY-1748
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows XP, Pentium 4 3000 HT
>            Reporter: Alexander D Shipilov
>            Priority: Minor
>         Attachments: reproducecode.zip, reproducecodeJunit.zip
>
>
> Harmony crashes during attempt of call protected method from class, if this method declared in parent interface as public.

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