VOOZH about

URL: https://www.javacodegeeks.com/tag/openjdk

⇱ OpenJDK Archives - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouMarch 16th, 2026
    0 253

    JEP 500 and Final Field Integrity: How Java Is Closing a Reflection Loophole That’s Been Open Since JDK 1.0

    For decades, developers, frameworks, and serialization libraries have quietly mutated final fields at runtime through deep reflection. JDK 26 is now putting…

    Read More »
  • Software Development👁 Image
    Attila Mihaly BalazsDecember 28th, 2015
    0 130

    Adopt OpenJDK & Java community: how can you help Java !

    Introduction I want to take the opportunity to show what we have been doing in last year and also what…

    Read More »
  • Core Java👁 Image
    Jakub KubrynskiAugust 28th, 2014
    0 281

    Debugging OpenJDK

    Sometimes debugging Java code is not enough and we need to step over the native part of Java. I spent…

    Read More »
  • Core Java👁 Image
    Stanislav KobylanskySeptember 17th, 2012
    1 490

    Building OpenJDK on Windows

    Doing some experiments, I found that it often useful to have JDK source code available in hand to make some…

    Read More »
  • Core Java👁 Image
    Martijn VerburgSeptember 11th, 2011
    0 180

    The OpenJDK as the default Java on Linux

    Hi All, Recently I’ve received a bunch of private correspondence from people confused/worried over the change in the default Java…

    Read More »
Back to top button
Close