VOOZH about

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

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


  • Core Java👁 Image
    Rafael WinterhalterApril 1st, 2015
    0 488

    Dismantling invokedynamic

    Many Java developers regarded the JDK’s version seven release as somewhat a disappointment. On the surface, merely a few language…

    Read More »
  • Core Java👁 Image
    Daniel ShayaApril 1st, 2015
    0 487

    ChronicleMap – Java Architecture with Off Heap Memory

    My last post was written a couple of weeks ago and after some valid feedback I’d like to clarify a…

    Read More »
  • Core Java👁 Image
    Jakub KubrynskiMarch 23rd, 2015
    0 155

    Using jstat to report custom JVM metric sets

    I’ve always been missing possibility to configure custom headers in JStat. Of course there are a lot of predefined data…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiMarch 2nd, 2015
    1 720

    Minor GC vs Major GC vs Full GC

    While working with the GC pause detection functionality in Plumbr I was forced to work my way through loads of…

    Read More »
  • Software Development👁 Image
    Nitin TripathiMarch 2nd, 2015
    0 400

    JVM Pressure – Context Switching Overhead

    Context Switching (CS) is a valuable service provided by the underlying Operating System. It prevents greedy processes from CPU hogging,…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiFebruary 21st, 2015
    0 197

    Why is my JVM having access to less memory than specified via -Xmx?

    “Hey, can you drop by and take a look at something weird”. This is how I started to look into…

    Read More »
  • Core Java👁 Image
    Markus EiseleFebruary 18th, 2015
    0 266

    Byteman – a swiss army knife for byte code manipulation

    I am working with a bunch of communities in JBoss and there is so much interesting stuff to talk about,…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiFebruary 9th, 2015
    0 168

    How JVMTI tagging can affect GC pauses

    This post is analyzing why and how Plumbr Agents extended the length of GC pauses on certain occasions. Troubleshooting the underlying problem…

    Read More »
  • Core Java👁 Image
    Daniel ShayaJanuary 20th, 2015
    2 229

    Java Flight Recorder (JFR)

    JFR is a Java profiler which will allow you to investigate the runtime characteristics of your code. Typically you will…

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