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

Performance is slower with Java 11 than with Java 8 involving database operations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • 11.0.7
    • core-libs

      The customer is porting their application from Java 8 to Java 11.
      They have noticed a 20 percent drop in performance while engaging with the database.

      JFR lists the hot methods to be - sun.nio.ch.SocketChannelImpl.read(ByteBuffer) and java.net.SocketInputStream.read(byte[], int, int, int)

      Customer also reports no matter which GC(G1GC or ParallelGC), there seems to be a delay when compared to JDK8 ParallelGC

            fmatte Fairoz Matte
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: