-
Task
-
Resolution: Done
-
Major
-
7.0.0.Beta2
System.nanoTime() can overflow, so it's not ok to compare two System.nanoTime() return values directly. Instead, we always have to work with the difference between return values.
- is related to
-
JGRP-1877 System.nanoTime() can be negative
- Resolved