We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abde058 commit d4551b2Copy full SHA for d4551b2
_posts/2016-07-08-trait-method-performance.md
@@ -558,7 +558,7 @@ Some flags used in the examples of this post:
558
[JITWatch](https://github.com/AdoptOpenJDK/jitwatch) is a GUI tool that helps understanding what the
559
JIT is doing (I haven't tried it yet).
560
561
-A thread (dead link: hxxp://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2015-April/thread.html#17649)
+A thread (https://web.archive.org/web/20210506134240/https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2015-April/thread.html#17649)
562
on the hotspot-compiler-dev mailing list on why CHA is disabled for interfaces. Seems to discuss
563
the situation before default methods were a common thing.
564
0 commit comments