comparison src/share/vm/runtime/java.cpp @ 16399:4481cf549cfc

removed (Java based) CompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 23:28:35 +0200
parents 66a9286203a2
children 52b4284cb496
comparison
equal deleted inserted replaced
16398:c5ab3fbec257 16399:4481cf549cfc
482 return; 482 return;
483 } 483 }
484 } 484 }
485 485
486 #ifdef GRAAL 486 #ifdef GRAAL
487 #ifdef COMPILERGRAAL
488 if (GraalCompiler::instance() != NULL) {
489 GraalCompiler::instance()->shutdown();
490 }
491 #endif
492 GraalRuntime::shutdown(); 487 GraalRuntime::shutdown();
493 #endif 488 #endif
494 489
495 // The only difference between this and Win32's _onexit procs is that 490 // The only difference between this and Win32's _onexit procs is that
496 // this version is invoked before any threads get killed. 491 // this version is invoked before any threads get killed.