comparison src/share/vm/interpreter/interpreterRuntime.cpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children dd9cc155639c
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
473 should_repeat = true; 473 should_repeat = true;
474 } 474 }
475 } 475 }
476 } while (should_repeat == true); 476 } while (should_repeat == true);
477 477
478 #ifdef JVMCI 478 #if INCLUDE_JVMCI
479 if (h_method->method_data() != NULL) { 479 if (h_method->method_data() != NULL) {
480 ResourceMark rm(thread); 480 ResourceMark rm(thread);
481 ProfileData* pdata = h_method->method_data()->allocate_bci_to_data(current_bci, NULL); 481 ProfileData* pdata = h_method->method_data()->allocate_bci_to_data(current_bci, NULL);
482 if (pdata != NULL && pdata->is_BitData()) { 482 if (pdata != NULL && pdata->is_BitData()) {
483 BitData* bit_data = (BitData*) pdata; 483 BitData* bit_data = (BitData*) pdata;