JVM Run-Time Data Area

'What Is JVM Stack?' tutorial was cited in a tistory.com article in 2021.

The What Is JVM Stack? tutorial was cited in a tistory.com article in 2021.

Subject: JVM Run-Time Data Area
Date: 2021-04-06
Author: ?
Source: https://soongjamm.tistory.com/139?category=1062727

이전에 JVM에 대해 정리한 내용이 있는데, 좀 더 추가할 내용이 있어서 작성하였다.
(Constant Pool, Static은 어디에, Heap, Garbage Collection 등..)

JVM (Java Virtual Machine)

바이트코드로 컴파일된 Java 코드를 실행시켜주는 가상 머신이다.
어떤 환경에서 작성했던 Java 코드는 JVM을 통해 각각의 플랫폼(운영체제)에서 프로그램을 실행할 
수 있다. 이것을 두고 Java는 플랫폼에 독립적 이라 한다.

물론 각각의 환경에서 JRE를 설치해야하지만 한번만 설치하면 계속해서 사용할 수 있다. 이것을 
Write Once Run Anywhere 라고 한다.

...

레퍼런스
https://www.herongyang.com/JVM/Stack-Overflow-What-Is-JVM-Stack.html
https://blog.jamesdbloom.com/JVMInternals.html#jvm_system_threads
https://stackoverflow.com/questions/50163218/is-method-area-still-present-in-java-8
http://blog.breakingthat.com/2018/12/21/java-constant-pool과-string-pool/

Table of Contents

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

Reference Citations in 2021

 Opción JVM -Xss: ¿Qué hace exactamente?

 如何在windows下安装"The Eric Python IDE"

 Button with hexagon shape not recognizing mouse click

 PHP的des加密+ECB方式+PKCS5 补齐

 javax.net.ssl.trustStore Option Behaviour

JVM Run-Time Data Area

 关于Web服务:如何在Java中将Cookie手动添加到Web服务调用中

 java net Chapter 3 Net Working

 Encryptions in IRIS

 NOTES ON CYBER LAW - Digital Signature and Electronic Signature

 javap -s 查看java方法签名

 Transport level information does not match

 Deep analysis of GC logs - covering CMS, parallel GC, G1, ZGC, openj9

 简体中文Unicode表

 How do I insert a blob in SQL

 Hyperbolische Geometrie und Physik - Der Minkowski-Raum

 Java casting resulting in run-time error instead of compilation error

 Kafka Consumer throwing "OutOfMemoryError: Java heap space" Error on SSL

 Character encoding for French Accents

 Bitcoin Core wallet spends BTC 0.07!! USD 4000!! to make two small dust sendings

 PHP on the fly flush xml to zipfile and push download

 java - 访问被拒绝(“java.net.SockerPermission”“irc.esper.net”“解决”)

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003