Let's get straight to the really important question, can J9 or AOT help maybe just a little with clojure startup time woes?
Eclipse OpenJ9 – Open-source JVM
101–105 of 105 posts
Re: Eclipse OpenJ9 – Open-source JVM
#102Earlier quoted context omitted.
What is the 9 for? Jackknife? Jabbering?
There's some mythology here, perhaps another J9 greybeard can answer. The story I've heard so far goes as follows... There was some constant for 8K that was mistyped incorrectly, something like instead of: #define 8K 8192 They mistyped and wrote: #define 8K 8096 This caused all sorts of bugs and was known internally as the 8K bug. When time came to write the Java VM, they wanted to name it as "post 8k bug" they named…
Re: Eclipse OpenJ9 – Open-source JVM
#103Earlier quoted context omitted.
What is the 9 for? Jackknife? Jabbering?
There's some mythology here, perhaps another J9 greybeard can answer. The story I've heard so far goes as follows... There was some constant for 8K that was mistyped incorrectly, something like instead of: #define 8K 8192 They mistyped and wrote: #define 8K 8096 This caused all sorts of bugs and was known internally as the 8K bug. When time came to write the Java VM, they wanted to name it as "post 8k bug" they named…
Re: Eclipse OpenJ9 – Open-source JVM
#104The "Welcome to the Eclipse OpenJ9 repository" is just brilliant. So many product blogs and source code repositories fail to introduce the product first.
I'm confused. Do you think they're doing it right with that as an intro?
Re: Eclipse OpenJ9 – Open-source JVM
#105This along with AOT cached classes being baked into a vm/container image would be interesting.