1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

62 Commits

Author SHA1 Message Date
CoteNite
9cb0bf6aff
fix:简化原文逻辑以便于理解
将原文中的
“如果栈的内存大小可以动态扩展, **如果**虚拟机在动态扩展栈时无法申请到足够的内存空间”
修改为
“如果栈的内存大小可以动态扩展, **那么当**虚拟机在动态扩展栈时无法申请到足够的内存空间”
2025-02-07 19:14:36 +08:00
Kisa-Dong
0309d4d747
Update memory-area.md
修正缺少的字
2024-12-03 10:43:28 +08:00
wunameya
ea91ff07e0
Update memory-area.md 2024-11-17 10:46:22 +08:00
qksuki
afcf129b93
Update memory-area.md
修正描述
2024-09-16 01:04:33 +08:00
qksuki
d011ff6161
Update memory-area.md
同步修改字符串常量池的描述
2024-09-16 01:01:20 +08:00
gyaatrox
c8803d3e5c
Update memory-area.md
格式问题
2024-07-05 13:41:27 +08:00
Guide
4f28b59057 [docs update]补充jvm对象年龄限制 2024-04-20 14:55:36 +08:00
seven17777777
761bb0e101
Update memory-area.md
关于-XX:MaxTenuringThreshold设置值,应该在0-15,否则会爆出以下错误:MaxTenuringThreshold of 20 is invalid; must be between 0 and 15
关于为什么只能是0-15,是因为关于年龄的数据存放在对象头中,对象头只占有4个字节,是0000到1111所以是0-15,附加源码图片
2024-04-19 22:11:18 +08:00
Guide
8d80bad083 [docs update]完善 MySQL索引下推 & Memcached vs Redis 2024-03-31 07:52:30 +08:00
Guide
37a51a0e6f [docs add&update]新增内容访问网页的全过程(知识串联)&部分内容描述完善 2024-01-29 22:06:19 +08:00
Mr.Hope
114342995c style: update linter 2023-10-27 06:49:28 +08:00
Mr.Hope
7ea99a88d7 style: update linter 2023-10-27 06:44:02 +08:00
Guide
6469d6c097 [docs update]markdown格式规范 2023-10-08 16:33:50 +08:00
Guide
20255f0f05 [docs update]更改部分文章的文末内容 2023-08-07 18:56:33 +08:00
paigeman
e4639dbc35
Update memory-area.md 2023-06-13 10:55:57 +08:00
Guide
cd508da88f [docs add]JVM线上问题排查和性能调优案例 2023-05-10 16:36:34 +08:00
Mr.Hope
0159cf184d chore: format 2023-05-05 12:39:01 +08:00
Mr.Hope
deddd256f3 Merge branch 'main' into tweaks2 2023-05-05 12:38:11 +08:00
Mr.Hope
1614aaa47f chore: tweaks 2023-05-05 12:33:52 +08:00
Mr.Hope
58d36f460a chore: fix typos 2023-05-05 12:02:24 +08:00
Guide
372cb240ca [docs update]exact small-advertisement.snippet.md 2023-04-28 19:27:56 +08:00
Mr.Hope
6bdc809e2f docs: add linter 2023-04-28 17:31:44 +08:00
Guide
a1a79a39fd [docs fix]Heap 初始化的时间复杂度 2023-04-22 10:34:42 +08:00
Guide
e18df70c7f [docs update]完善jvm部分描述+统一手绘图片样式 2023-04-17 16:12:22 +08:00
Guide
f756b27cce [docs add&update]完善网络面试题+新增 DNS 域名系统详解 2023-04-11 16:54:54 +08:00
Guide
148ef34874 [docs update]完善操作系统常见面试题总结(上)篇 2023-04-02 22:05:57 +08:00
Guide
a430800f04 [docs update]picture url 2023-03-10 11:52:00 +08:00
Guide
0d7578c511 [docs fix]图片403问题修复 2023-03-10 00:05:28 +08:00
Guide
19936857d8 [docs update]完善类加载过程详解 2023-03-06 15:07:48 +08:00
Guide
3e8b402cc7 [docs update]完善类加载器详解(重点) 2023-02-28 16:18:55 +08:00
guide
987a688e8e [docs update]修改了两张图片 2022-09-07 20:50:28 +08:00
guide
29741e6bca [docs improve]java部分图片重新绘制 2022-08-21 19:15:56 +08:00
guide
075593b231 [docs update]java并发部分内容重构完善 2022-08-12 19:03:57 +08:00
guide
9f626e39c7 Update memory-area.md 2022-07-10 18:49:32 +08:00
Dayu
8ebba006a3
Update memory-area.md 2022-04-15 11:56:14 +08:00
guide
a71b7cebdc Update memory-area.md 2022-04-14 09:39:19 +08:00
guide
95140707b8 [docs fix]字符串常量池概念 2022-04-13 19:22:14 +08:00
guide
ce53b979ee [docs fix]typo 2022-04-13 11:18:55 +08:00
guide
e912585b27 Update memory-area.md 2022-04-02 12:44:07 +08:00
guide
81a4ee5ea3 [docs improve]完善JVM部分Java虚拟机栈的介绍 2022-03-31 19:43:24 +08:00
guide
52ffb2c2dd [docs improve]继续完善JVM部分方法区的介绍 2022-03-30 15:48:05 +08:00
guide
6f0d1ed58d Update memory-area.md 2022-03-30 15:35:38 +08:00
guide
34b583005e [docs improve]完善JVM部分方法区的介绍 2022-03-30 15:34:49 +08:00
guide
d73029153f [docs feat]vuepress主题版本升级 2022-03-30 09:46:56 +08:00
guide
9d304dbb6a Update memory-area.md 2022-03-23 17:10:39 +08:00
guide
a8574e01ab [docs delete]移除无用图片 2022-03-23 17:02:59 +08:00
guide
da1052e469 [docs improve] Java基础常见知识&面试题总结(中)&Java 内存区域详解内容完善 2022-03-23 17:01:52 +08:00
target
3c2745df4a
Update memory-area.md
update error word
2022-03-13 16:45:35 +08:00
sam
b2933cca07 fix typo: flase -> false
Signed-off-by: sam <sam2008ext@gmail.com>
2022-02-26 03:04:00 +08:00
Gale
e4eba45e3b
更新内存区域多余的引号 2022-02-21 19:18:50 +08:00