mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
This commit is contained in:
parent
9fe4b69c1a
commit
071bd521bc
954 changed files with 1093 additions and 127816 deletions
|
@ -451,7 +451,7 @@ class os: AllStatic {
|
|||
|
||||
static void free_thread(OSThread* osthread);
|
||||
|
||||
// thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit
|
||||
// thread id on Linux/64bit is 64bit, on Windows it's 32bit
|
||||
static intx current_thread_id();
|
||||
static int current_process_id();
|
||||
|
||||
|
@ -778,10 +778,8 @@ class os: AllStatic {
|
|||
// JVMTI & JVM monitoring and management support
|
||||
// The thread_cpu_time() and current_thread_cpu_time() are only
|
||||
// supported if is_thread_cpu_time_supported() returns true.
|
||||
// They are not supported on Solaris T1.
|
||||
|
||||
// Thread CPU Time - return the fast estimate on a platform
|
||||
// On Solaris - call gethrvtime (fast) - user time only
|
||||
// On Linux - fast clock_gettime where available - user+sys
|
||||
// - otherwise: very slow /proc fs - user+sys
|
||||
// On Windows - GetThreadTimes - user+sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue