comparison src/share/vm/graal/graalEnv.cpp @ 12743:f1a55428a8d7

more HSAIL support in the C++ layer for executing HSAIL code on the simulator Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Sun, 10 Nov 2013 13:18:09 +0100
parents 9c7d9e2c8326
children 096c224171c4
comparison
equal deleted inserted replaced
12742:40924dbc623b 12743:f1a55428a8d7
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 568
569 if (HotSpotNmethod::isExternal(installed_code())) { 569 if (TraceGPUInteraction && HotSpotNmethod::isExternal(installed_code())) {
570 tty->print_cr("External method:%s", method()->name_and_sig_as_C_string()); 570 tty->print_cr("External method:%s", method()->name_and_sig_as_C_string());
571 } 571 }
572 } 572 }
573 } 573 }
574 // JVMTI -- compiled method notification (must be done outside lock) 574 // JVMTI -- compiled method notification (must be done outside lock)