From f2137f780b5b14be01bffe9d962fdfc9b730c8c5 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 6 Nov 2024 11:19:15 +0100 Subject: [PATCH] fix 404 link to external blog post --- _posts/2016-07-08-trait-method-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-07-08-trait-method-performance.md b/_posts/2016-07-08-trait-method-performance.md index 35e9173c6..2cda86293 100644 --- a/_posts/2016-07-08-trait-method-performance.md +++ b/_posts/2016-07-08-trait-method-performance.md @@ -541,7 +541,7 @@ The talk "JVM Mechanics" by Doug Hawkins was also mentioned above it is a great overview on the JIT, inliner and optimizer. For an overview I can also recommend a [longer blog post](https://middlewaresnippets.blogspot.ch/2014/11/java-virtual-machine-code-generation.html) by René van Wijk and a -[shorter one](https://www.lmax.com/blog/staff-blogs/2016/03/05/observing-jvm-warm-effects/) +[shorter one](https://technology.lmax.com/posts/observing-jvm-warm-up-effects/) by Mark Price focussing on the JIT compilers. The JVM has an excessive number of flags for logging and tweaking: