comparison src/share/vm/graal/graalRuntime.hpp @ 16623:addc0564e5b5

split com.oracle.graal.truffle.* projects into a separate graal-truffle.jar and added truffle.jar to the boot class path
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Jul 2014 18:27:06 +0200
parents 78ddecd6255f
children d3fec84757ed
comparison
equal deleted inserted replaced
16622:faaea970b951 16623:addc0564e5b5
171 * Loads a given Graal class and aborts the VM if it fails. 171 * Loads a given Graal class and aborts the VM if it fails.
172 */ 172 */
173 static Klass* load_required_class(Symbol* name); 173 static Klass* load_required_class(Symbol* name);
174 174
175 /** 175 /**
176 * Creates a separate class loader for classes in graal.jar. 176 * Creates a separate class loader for classes in graal.jar and graal-truffle.jar.
177 */ 177 */
178 static oop compute_graal_class_loader(TRAPS); 178 static oop compute_graal_class_loader(TRAPS);
179 179
180 static BufferBlob* initialize_buffer_blob(); 180 static BufferBlob* initialize_buffer_blob();
181 181