8139170: JVMCI refresh

Reviewed-by: kvn
This commit is contained in:
Christian Thalinger 2015-11-04 07:23:23 -10:00
parent a4e16dd190
commit a38ea495d6
246 changed files with 4445 additions and 2901 deletions

View file

@ -73,6 +73,8 @@ public:
void compile_method(methodHandle target, int entry_bci, JVMCIEnv* env);
virtual bool is_trivial(Method* method);
// Print compilation timers and statistics
virtual void print_timers();