Skip to content

Commit

Permalink
update author
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeswalker23 committed Aug 31, 2021
1 parent 14ab52c commit 4a65357
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* 测试 Map<String, Object> 对象的 clone
* @author fanyidong
* @author planeswalker23
* @date 2021/1/28
*/
public class TestCloneMap {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
* ThreadLocal示例
* @author fanyidong
* @author planeswalker23
* @date Created in 2020/11/29
*/
public class TestThreadLocal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* 模拟堆内存溢出
* 设置堆内存最大值 -Xmx256m
*
* @author fanyidong
* @author planeswalker23
* @date 2021/2/6
*/
public class OomHeap {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* 模拟元空间内存溢出
*
* @author fanyidong
* @author planeswalker23
*/
public class OomMetaspace {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* -Xss2M: 每个线程的栈大小为2M
* 别运行,会卡死
*
* @author fanyidong
* @author planeswalker23
*/
public class OomStack {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 模拟虚拟机栈及本地方法栈的溢出1
* -Xss160k: 每个线程的栈大小为160k
*
* @author fanyidong
* @author planeswalker23
*/
public class StackOverflowError {

Expand Down

0 comments on commit 4a65357

Please sign in to comment.