comparison src/share/vm/graal/graalCompiler.cpp @ 18614:c307546c7b0a

made initialization of the Graal class loader and well known Graal classes lazy
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Dec 2014 13:42:56 +0100
parents 9bb816169777
children 98592ae4b1fa
comparison
equal deleted inserted replaced
18613:8c3a85077f84 18614:c307546c7b0a
113 // no OSR compilations during bootstrap - the compiler is just too slow at this point, 113 // no OSR compilations during bootstrap - the compiler is just too slow at this point,
114 // and we know that there are no endless loops 114 // and we know that there are no endless loops
115 return; 115 return;
116 } 116 }
117 117
118 GraalRuntime::ensure_graal_class_loader_is_initialized();
118 HandleMark hm; 119 HandleMark hm;
119 ResourceMark rm; 120 ResourceMark rm;
120 JavaValue result(T_VOID); 121 JavaValue result(T_VOID);
121 JavaCallArguments args; 122 JavaCallArguments args;
122 args.push_long((jlong) (address) method()); 123 args.push_long((jlong) (address) method());