Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

OpenJDK 19 and compressed pointers

java jvm jvm-hotspot java-19

How do buffers work in java IO?

Docker image runs on Intel mac but not M1 mac

Is contiguous memory easier to get in a 64-bit address space? If so why?

Spring batch return custom process exit code

What is the purpose of `boolean` type in JVM?

java jvm boolean

Is a java corefile generated using gcore useful?

java linux jvm gdb gcore

jvm exception catching

java debugging exception jvm

Java 7 to Java 11 migration blocking issue - Expecting a stackmap frame at branch target 91

java jvm migration openjdk-11

Can a BLOCKED Thread cause high CPU Consumption

jvm cpu-usage thread-dump apm

Java crash outside JVM - works on Windows not on Linux

java windows linux jvm crash

Kafka Best Practices + how to set recommended setting for JVM

java jvm apache-kafka

Process stalling in simple for-loop, dependent on iterator type (potential JVM bug?)

java for-loop jvm

Is the java compiler part of the JVM?

java jvm javac

Why is `invokespecial` used to invoke `<init>` method in java?

java constructor jvm

Base64 decoded differently in Java (JJWT)

java jvm base64 jwt

What kind of optimalization JIT applied to while loop

java performance jvm jit