当前位置:网站首页>Serial serialold parnew of JVM garbage collector
Serial serialold parnew of JVM garbage collector
2022-07-06 17:16:00 【TiggerRun】
Garbage collector
Serial & SerialOld
- Serial It's a new generation of garbage collectors , Use
Copy algorithm
- SerialOld It's the garbage collector of the old days , Use
Mark - Sorting algorithm
- Serial and SerialOld yes
Serial
The garbage collector , There is only one thread to handle garbage collection , And isSTW
Of .
ParNew
- ParNew It's actually Serial The parallel version of , Shared a lot of code
- ParNew Is a new generation of parallel garbage collectors
- ParNew Using the replication algorithm
ParNew Certain ratio Serial Are you efficient ?
In a multi-core environment ,ParNew Performance ratio of Serial high , Through parallel reductionSTW
Time for
In a single core environment ,ParNew Its performance must be inferior to Serial
边栏推荐
- Fdog series (III): use Tencent cloud SMS interface to send SMS, write database, deploy to server, web finale.
- GCC error: terminate called after throwing an instance of 'std:: regex_ error‘ what(): regex
- DS18B20數字溫度計系統設計
- QT system learning series: 1.2 style sheet sub control lookup
- In the command mode in the VI editor, delete the character usage at the current cursor__ Command.
- Logical operation instruction
- 服务器端渲染(SSR)和客户端渲染(CSR)的区别
- Wu Jun trilogy insight (IV) everyone's wisdom
- 登陆验证koa-passport中间件的简单使用
- After the subscript is used to assign a value to the string type, the cout output variable is empty.
猜你喜欢
Idea breakpoint debugging skills, multiple dynamic diagram package teaching package meeting.
MySQL日期函数
Fdog series (III): use Tencent cloud SMS interface to send SMS, write database, deploy to server, web finale.
Eight part essay that everyone likes
MySQL date function
MySQL digital function
手把手带你做强化学习实验--敲级详细
汇编课后作业
Assembly language addressing mode
Notes on how the network is connected
随机推荐
Flink 解析(六):Savepoints
IDEA断点调试技巧,多张动图包教包会。
一个数10年工作经验的微服务架构老师的简历
README. txt
学习投资大师的智慧
Prototype chain inheritance
DOS 功能调用
Learn the wisdom of investment Masters
JVM运行时数据区之程序计数器
Alibaba cloud server docker installation mysql5.5
吴军三部曲见识(七) 商业的本质
Flink源码解读(一):StreamGraph源码解读
在 vi 编辑器中的命令模式下,删除当前光标处的字符使用 __ 命 令。
Fdog series (I): think about it. It's better to write a chat software. Then start with the imitation QQ registration page.
字节跳动技术面试官现身说法:我最想pick什么样的候选人
DS18B20數字溫度計系統設計
Alibaba cloud server builds SVN version Library
vscode
Activit零零碎碎要人命的坑
唯有學C不負眾望 TOP5 S1E8|S1E9:字符和字符串&&算術運算符