Skip to content

Commit 1008aca

Browse files
authored
Merge pull request #1716 from SethTisue/fix-lmax-404
fix 404 link to external blog post
2 parents de05607 + f2137f7 commit 1008aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-07-08-trait-method-performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ The talk "JVM Mechanics" by Doug Hawkins was also mentioned above
541541
it is a great overview on the JIT, inliner and optimizer. For an overview I can also recommend a
542542
[longer blog post](https://middlewaresnippets.blogspot.ch/2014/11/java-virtual-machine-code-generation.html)
543543
by René van Wijk and a
544-
[shorter one](https://www.lmax.com/blog/staff-blogs/2016/03/05/observing-jvm-warm-effects/)
544+
[shorter one](https://technology.lmax.com/posts/observing-jvm-warm-up-effects/)
545545
by Mark Price focussing on the JIT compilers.
546546

547547
The JVM has an excessive number of flags for logging and tweaking:

0 commit comments

Comments
 (0)