BZ #137: OpenJDK bug 6714758 breaks CACAO

Status fields:

creation_ts:2010-05-11 12:26
component:native
version:0.99.4
rep_platform:All
op_sys:Linux
bug_status:RESOLVED
resolution:FIXED
reporter:gnu_andrew@member.fsf.org
http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/d5ba4f8aa38a

This adds JVM_FindClassFromBootLoader to jvm.h/c, breaking the build of OpenJDK with
CACAO.

The attached patch implements this new function.

Comment #1 by gnu_andrew@member.fsf.org on 2010-05-11 12:27:01

Created an attachment (id=67)
6714758: hotspot: provide an entry point to the BootStrap Class loader

Comment #2 by gnu_andrew@member.fsf.org on 2010-05-11 14:38:56

Updated patch attached due to changed signature in
http://hg.openjdk.java.net/jdk7/jdk7/hotspot/rev/abe076e3636f and need to add the new
function to the mapfile.

Comment #3 by gnu_andrew@member.fsf.org on 2010-05-11 14:39:29

Created an attachment (id=68)
Updated patch

Comment #4 by stefan@complang.tuwien.ac.at on 2010-09-22 09:16:25

http://mips.complang.tuwien.ac.at/hg/cacao/rev/96875830433b

Thanks for the patch; I forgot about it and had to figure out myself what to do about
JVM_FindClassFromBootLoader.

Attachment id=67

date:2010-05-11 12:27
desc:6714758: hotspot: provide an entry point to the BootStrap Class loader
type:text/plain
download:6714758.patch

Attachment id=68

date:2010-05-11 14:39
desc:Updated patch
type:text/plain
download:6714758.patch