Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8219247

Enable inlining of newly introduced PlatformMonitor methods

XMLWordPrintable

    • b10

      JDK-8210832 introduced a PlatformMonitor abstraction to delegate various monitor operations directly to OS primitives. These methods are added to os_posix.cpp, os_windows.cpp, ..., meaning they can't be inlined. Moving hot and trivial delegating methods to .inline.hpp means a small improvement over the current implementation.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: