comparison src/share/vm/graal/graalEnv.cpp @ 18929:8f2fb6bec986

removed GPU code
author Doug Simon <doug.simon@oracle.com>
date Fri, 23 Jan 2015 10:54:21 +0100
parents b2859128b76a
children 98592ae4b1fa
comparison
equal deleted inserted replaced
18928:c8fc6e2d128b 18929:8f2fb6bec986
554 } 554 }
555 InstanceKlass::cast(method->method_holder())->add_osr_nmethod(nm); 555 InstanceKlass::cast(method->method_holder())->add_osr_nmethod(nm);
556 556
557 } 557 }
558 } 558 }
559
560 if (TraceGPUInteraction && HotSpotNmethod::isExternal(installed_code())) {
561 tty->print_cr("External method:%s", method()->name_and_sig_as_C_string());
562 }
563 } 559 }
564 } 560 }
565 // JVMTI -- compiled method notification (must be done outside lock) 561 // JVMTI -- compiled method notification (must be done outside lock)
566 if (nm != NULL) { 562 if (nm != NULL) {
567 nm->post_compiled_method_load_event(); 563 nm->post_compiled_method_load_event();