os::sleep in assert message should be changed to JavaThread::sleep

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 14
    • Affects Version/s: 14
    • Component/s: hotspot
    • b15

      This assert message still mentions os::sleep.

      http://hg.openjdk.java.net/jdk/jdk/file/00aebe177a71/src/hotspot/share/runtime/thread.cpp#l3392

            assert(!os::supports_monotonic_clock(),
                   "unexpected time moving backwards detected in os::sleep()");

      It should be changed to JavaThread::sleep after JDK-8230423: Move os::sleep to JavaThread::sleep

            Assignee:
            David Holmes
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: