comparison src/share/vm/runtime/deoptimization.cpp @ 23404:3ef45d0a6d77

Remove jvmci VM configuration, and backport UseJVMCICompiler flag.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 24 May 2016 13:51:28 +0200
parents dd9cc155639c
children b5f3a471e646
comparison
equal deleted inserted replaced
23403:5342deb9bf53 23404:3ef45d0a6d77
517 517
518 #ifndef SHARK 518 #ifndef SHARK
519 assert(CodeCache::find_blob_unsafe(frame_pcs[0]) != NULL, "bad pc"); 519 assert(CodeCache::find_blob_unsafe(frame_pcs[0]) != NULL, "bad pc");
520 #endif // SHARK 520 #endif // SHARK
521 521
522 #ifdef INCLUDE_JVMCI 522 #if INCLUDE_JVMCI
523 if (exceptionObject() != NULL) { 523 if (exceptionObject() != NULL) {
524 thread->set_exception_oop(exceptionObject()); 524 thread->set_exception_oop(exceptionObject());
525 exec_mode = Unpack_exception; 525 exec_mode = Unpack_exception;
526 } 526 }
527 #endif 527 #endif