[
https://issues.apache.org/jira/browse/BCEL-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated BCEL-74:
-------------------------------
Priority: Blocker
Environment: (was: Operating System: Linux
Platform: SGI)
Fix Version/s: 6.0
Priority: (was: P2)
Severity: (was: normal)
> BCEL cannot be used as java.system.class.loader
> -----------------------------------------------
>
> Key: BCEL-74
> URL: https://issues.apache.org/jira/browse/BCEL-74
> Project: Commons BCEL
> Issue Type: Bug
> Components: Main
> Affects Versions: 5.1
> Reporter: Fran
> Assignee: Apache Commons Developers
> Priority: Blocker
> Fix For: 6.0
>
> Attachments: bcel.bug.38377.patch, bcel.diff
>
>
> The property java.system.class.loader is supposed to allow JVM users to
> change
> the default class loader to another class.
>
> org.apache.bcel.util.ClassLoader cannot be used with this property. Setting
> -Djava.system.class.loader=org.apache.bcel.util.ClassLoader provokes this at
> load time.
>
> Error occurred during initialization of VM
> java.lang.Error: java.lang.IllegalStateException: recursive invocation
>
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode)
>
> this bug also applies to SVN-HEAD.
--
This message was sent by Atlassian JIRA
(v6.2#6252)