Java 24 Released

Previous message (by thread): CFV: New JDK Committer: Cesar Soares Lucas (was Re: jdk-dev Digest, Vol 90, Issue 11)… Read more

Similar

Java Project Lilliput

In 64-bit Hotspot, Java objects have an object header of 128 bits: a 64 bit multi-purpose header (‘mark’ or ‘lock’) word and a 64-bit class pointer. With typical average object sizes of 5-6 words, this is quite significant: 2 of those words are al... (more…)

Read more »

Java from Haskell

Our introductory post for inline-java showed that we could call methods written in Java (or indeed any JVM function) from Haskell. Much in the style of other packages, it is moreover possible to do using java syntax, so examples from Java API documentatio... (more…)

Read more »