BZ #111: Setting -Djava.endorsed.dirs= breaks bootclasspath.

Status fields:

creation_ts:2008-10-09 10:44
component:vm
version:default branch
rep_platform:All
op_sys:All
bug_status:RESOLVED
resolution:FIXED
reporter:twisti@complang.tuwien.ac.at
Setting -Djava.endorsed.dirs to a directory which contains zip/jar files somehow screws
up the bootclasspath.  It seems there is a bug in string handling.

Comment #1 by twisti@complang.tuwien.ac.at on 2008-10-09 16:50:57

Actually it was a small typo.  Here is the fix:

http://mips.complang.tuwien.ac.at/hg/cacao/rev/2faf804e1296

We should make other copy constructors private too.