Skip to content

Commit

Permalink
modify the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBing committed Dec 16, 2023
1 parent c0d89b4 commit bb6f0cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/hotspot/share/runtime/os.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,8 @@ class os: AllStatic {
static jlong elapsed_counter();
static jlong elapsed_frequency();

// The "virtual time" of a thread is the amount of time a thread has
// actually run. The first function indicates whether the OS supports
// this functionality for the current thread, and if so the second
// returns the elapsed virtual time for the current thread.
// The "virtual time" of a thread is the amount of time a thread has actually run.
// This function returns the elapsed virtual time for the current thread.
static double elapsedVTime();

// Return current local time in a string (YYYY-MM-DD HH:MM:SS).
Expand Down

0 comments on commit bb6f0cb

Please sign in to comment.