https://github.com/ejunjsh/utj
utj(understanding the jvm)
https://github.com/ejunjsh/utj
java understanding-the-jvm
Last synced: about 1 month ago
JSON representation
utj(understanding the jvm)
- Host: GitHub
- URL: https://github.com/ejunjsh/utj
- Owner: ejunjsh
- Created: 2018-07-06T07:34:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T14:57:19.000Z (about 7 years ago)
- Last Synced: 2024-12-29T08:41:53.442Z (about 1 year ago)
- Topics: java, understanding-the-jvm
- Language: Java
- Homepage:
- Size: 647 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utj(understanding the jvm)
最近重读《深入理解jvm虚拟机》,为了加深印象(其实是为了完成我每天提交GitHub的任务),顾把源码+docker来重新玩一把
# 前提
1. 下载代码
2. 安装docker
3. 安装docker-compose
# 开玩
进入相应的代码目录,运行`docker-compose up`,就能看到书中实例中差不多的输出了。
# 后来
忽然发现,很多不需要`docker`的,晕,好吧,没有`docker-compose.yml`文件的用直接`sh run.sh`运行程序也行吧