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

Micro-optimize JVM_LatestUserDefinedLoader

XMLWordPrintable

    • b10

      JVM_LatestUserDefinedLoader is called normally from ObjectInputStream.resolveClass -> VM.latestUserDefinedLoader0. And it takes a measurable time to walk the stack. There is JDK-8173368 that wants to replace it with StackWalker, but we can tune up the JVM_LatestUserDefinedLoader itself without changing the semantics of it (thus providing the backportability, including the releases that do not have StackWalker) and improving performance (thus providing a more aggressive baseline for StackWalker rewrite).

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: