comparison src/share/vm/runtime/thread.cpp @ 10879:d55f24eac4b1

PTX support for Linux
author Morris Meyer <morris.meyer@oracle.com>
date Thu, 25 Jul 2013 22:15:30 -0400
parents 836a62f43af9
children 6b0fd0964b87
comparison
equal deleted inserted replaced
10878:d9fcc82766da 10879:d55f24eac4b1
3310 Arguments::process_sun_java_launcher_properties(args); 3310 Arguments::process_sun_java_launcher_properties(args);
3311 3311
3312 // Initialize the os module before using TLS 3312 // Initialize the os module before using TLS
3313 os::init(); 3313 os::init();
3314 3314
3315 // probe for warp capability 3315 // Probe for existance of supported GPU and initialize it if one
3316 // exists.
3316 gpu::init(); 3317 gpu::init();
3317 3318
3318 // Initialize system properties. 3319 // Initialize system properties.
3319 Arguments::init_system_properties(); 3320 Arguments::init_system_properties();
3320 3321