VOOZH about

URL: https://www.javacodegeeks.com/tag/jvm/page/13

⇱ JVM Archives - Page 13 of 27 - Java Code Geeks


  • Core Java👁 Image
    Ilias TsagklisJanuary 19th, 2015
    1 148

    JVM is down with “OutOfMemory” error – what should I do?

    Amazing as it may seem, but this particular cry “From the Depths” is frequently displayed among the results of search…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Christian PostaJanuary 18th, 2015
    0 146

    Starting multiple JBoss A-MQ JVMs on the same machine

    So I haven’t been blogging as much recently — just been really busy. But my New Year’s resolution is to…

    Read More »
  • Core Java👁 Image
    Attila Mihaly BalazsDecember 24th, 2014
    0 157

    How is Java / JVM built ? Adopt OpenJDK is your answer!

    Introduction & history As some of you may already know, starting with Java 7, OpenJDK is the Reference Implementation (RI)…

    Read More »
  • Core Java👁 Image
    Evgeny ShepelyukDecember 19th, 2014
    0 132

    Testing JVM server-side JavaScript with Jasmine, Spock and Nashorn

    JavaScript usage is not limited to client-side code in browser or NodeJS powered server-side code. Many JVM based projects are…

    Read More »
  • Core Java👁 Image
    Martin MoisDecember 18th, 2014
    0 168

    cjmx: A command-line version of JConsole

    JConsole is a nice tool when it comes to monitoring a running Java application. But when it is not possible…

    Read More »
  • Core Java👁 Image
    Attila Mihaly BalazsDecember 15th, 2014
    0 224

    Own your heap: Iterate class instances with JVMTI

    Today I want to talk about a different Java that most of us don’t see and use every day, to…

    Read More »
  • Core Java👁 Image
    Peter LawreyDecember 15th, 2014
    1 381

    On heap vs off heap memory usage

    Overview I was recently asked about the benefits and wisdom of using off heap memory in Java. The answers may be…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 12th, 2014
    0 144

    Self-healing JVM

    This post is an example about an application where the first solution to each and every IT problem – “have…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 5th, 2014
    0 93

    Java performance tuning survey results (part IV)

    This is the last post in series where we analyze the results of the Java Performance Tuning Survey we conducted…

    Read More »
  • First
  • ...
  • 10
  • «
  • 12
  • 13
  • 14
  • »
  • 20
  • ...
  • Last
Back to top button
Close