Hacker News
- Graal: How to use the new JVM JIT compiler in real life [video] https://www.youtube.com/watch?v=yhtrRhNUHvQ 39 comments
- How the JVM compares strings on x86 using pcmpestri http://jcdav.is/2016/09/01/How-the-JVM-compares-your-strings/ 70 comments
- Incanter: Clojure-based, R-like statistical computing environment for the JVM https://github.com/liebke/incanter 11 comments
- The fastest JVM-based serializer https://www.reddit.com/r/datakernel/comments/dut3fl/the_fastest_jvmbased_serializer/ 9 comments java
- Renjin.org | The JVM-based interpreter for the R language for statistical computing http://www.renjin.org/ 3 comments rstats
- Chicory: a JVM native WebAssembly runtime https://github.com/dylibso/chicory 2 comments webassembly
- Well-Typed Programs Can Go Wrong-A Study of Typing-Related Bugs in JVM Compilers https://dimitro.gr/assets/papers/CSDMMS21.pdf 3 comments compilers
- JVM Anatomy Quark #30: Conditional Moves https://shipilev.net/jvm/anatomy-quarks/30-conditional-moves/ 12 comments java
- Please Test Your Memory: "My JVM keeps crashing in GC, must be a GC bug" https://shipilev.net/jvm/test-your-memory/ 23 comments programming
- JVM Pauses - It's More Than GC https://blanco.io/blog/jvm-safepoint-pauses/ 16 comments java
- Securing the JVM https://youtu.be/sIuVbVbjZcw 15 comments java
- JVM implementation in Python 3 (Bytecode interpreter) https://github.com/gkbrk/python-jvm-interpreter 7 comments programming
- A categorized list of all Java and JVM features since JDK 8 https://advancedweb.hu/2019/02/19/post_java_8/ 5 comments programming
- Do we need JVM’s PhantomReference in .NET? http://tooslowexception.com/do-we-need-jvms-phantomreference-in-net/ 7 comments dotnet
- JVM Profiler: An Open Source Tool for Tracing Distributed JVM Applications at Scale https://eng.uber.com/jvm-profiler/ 5 comments java
- How does a JVM language work? A look at Kotlin’s Bytecode https://kotlinexpertise.com/kotlin-byte-code-generation/ 11 comments programming
- Java Magazine: The Rise and Fall of JVM Languages http://www.javamagazine.mozaicreader.com/#&pageset=4&page=0&contentitem=0 45 comments java
- Why "mutation testing" is better than code coverage to evaluate unit tests, and my experience using it with the JVM https://medium.com/@s4n1ty/experimenting-with-mutation-testing-and-kotlin-b515d77e85b5#.cdmne62y4 19 comments java
- Mentor for a JVM backend for GHC https://mail.haskell.org/pipermail/ghc-devs/2016-may/011978.html 4 comments haskell
- java gc analysis, JVM garbage collection logs tools http://gceasy.io/ 4 comments java
- Eliminating Large JVM GC Pauses Caused by Background IO Traffic https://engineering.linkedin.com/blog/2016/02/eliminating-large-jvm-gc-pauses-caused-by-background-io-traffic 4 comments programming
- JVM Safepoints: Meaning, Side Effects and Overheads http://psy-lob-saw.blogspot.se/2015/12/safepoints.html 3 comments programming
- Quasar : lightweight threads and actors for the JVM http://www.paralleluniverse.co/quasar/ 25 comments java
- JVM support for structural descriptions of dynamically generated, pattern-instantiating classes http://cr.openjdk.java.net/~briangoetz/valhalla/spec-classdyn.html 9 comments programming
- JavaScript and the JVM http://moduscreate.com/javascript-and-the-jvm/ 30 comments javascript
- JVM Tuning for Mere Mortals.. | 6D Labs http://labs.sixdimensions.com/blog/michael-kelleher/2013-08-01/jvm-tuning-mere-mortals#.ufst8dlnjxg.reddit 5 comments programming
- Java 7 Bytecode Verifier: Huge backward step for the JVM http://chrononsystems.com/blog/java-7-design-flaw-leads-to-huge-backward-step-for-the-jvm 48 comments programming
- Is the book Java Performance Tuning still relevant? It's almost 10 years old now, and on a precursory flip through, I saw several mentions JVM tricks that are simply outdated. Is anyone familiar with this book? Is it worth picking up? Are there any good books on the subject? http://www.amazon.com/Java-Performance-Tuning-2nd-Edition/dp/0596003773/ref=sr_1_1?ie=UTF8&qid=1364139135&sr=8-1&keywords=java+performance+tuning 8 comments java
- Frostbyte: The New JVM Language from ZeroTurnaround http://zeroturnaround.com/blog/frostbyte-the-new-jvm-language-from-zeroturnaround 14 comments programming
- Hello World example for Frege (Haskell-like for the JVM)? http://code.google.com/p/frege/ 20 comments haskell
- JVM Language Summit July 18-20 2011 Santa Clara http://openjdk.java.net/projects/mlvm/jvmlangsummit/ 8 comments programming
- John Rose: Larval objects in the JVM http://blogs.sun.com/jrose/entry/larval_objects_in_the_vm 7 comments programming
- Production JVM Performance Comparison http://z.cs.utexas.edu/users/habals/jvmcmp/ 5 comments programming
- from JavaOne: Benchmark results for dynamic languages on the JVM http://is.gd/xvpl 5 comments programming
- Exploring Clojure (Lisp on the JVM) - Part 1 http://bc.tech.coop/blog/081022.html 2 comments programming
- Duby: A Type-Inferred Ruby-Like JVM Language http://headius.blogspot.com/2008/03/duby-type-inferred-ruby-like-jvm.html 6 comments programming
- Multi Language VM: repurposing the JVM http://mail.openjdk.java.net/pipermail/announce/2007-october/000016.html 15 comments programming
- First cut at the JVM dynamic languages metaobject protocol http://constc.blogspot.com/2007/07/first-cut-at-jvm-dynamic-languages.html 2 comments programming
- JVM is a good platform for Ruby http://xruby.blogspot.com/2007/03/xruby-runs-most-benchmark-faster-than.html 5 comments programming
- Steve Yegge's rants and articles (inc. the JVM Soko-Shootout, 'Tour de Babel', etc.) http://www.cabochon.com/~stevey/blog-rants/index.html 3 comments programming