mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8143215: gcc 4.1.2: fix three issues breaking the build
Also fix some more recent introduced missing casts. Reviewed-by: stuefe, simonis, kbarrett, tschatzl
This commit is contained in:
parent
8c13cfe16c
commit
0410c05b22
5 changed files with 23 additions and 13 deletions
|
@ -2730,7 +2730,7 @@ class CMSPhaseAccounting: public StackObj {
|
|||
public:
|
||||
// Not MT-safe; so do not pass around these StackObj's
|
||||
// where they may be accessed by other threads.
|
||||
jlong wallclock_millis() {
|
||||
double wallclock_millis() {
|
||||
return TimeHelper::counter_to_millis(os::elapsed_counter() - _trace_time.start_time());
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue