comparison src/share/vm/graal/graalEnv.cpp @ 10577:9c7d9e2c8326

PTX kernel execution - no args or return value
author Morris Meyer <morris.meyer@oracle.com>
date Sat, 29 Jun 2013 21:29:34 -0400
parents 36bcc10e01c0
children f1a55428a8d7
comparison
equal deleted inserted replaced
10576:aee899c96b0b 10577:9c7d9e2c8326
563 } 563 }
564 InstanceKlass::cast(method->method_holder())->add_osr_nmethod(nm); 564 InstanceKlass::cast(method->method_holder())->add_osr_nmethod(nm);
565 565
566 } 566 }
567 } 567 }
568
569 if (HotSpotNmethod::isExternal(installed_code())) {
570 tty->print_cr("External method:%s", method()->name_and_sig_as_C_string());
571 }
568 } 572 }
569 } 573 }
570 // JVMTI -- compiled method notification (must be done outside lock) 574 // JVMTI -- compiled method notification (must be done outside lock)
571 if (nm != NULL) { 575 if (nm != NULL) {
572 nm->post_compiled_method_load_event(); 576 nm->post_compiled_method_load_event();