Skip to content

fix 404 link to external blog post #1716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2016-07-08-trait-method-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down