Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common] Object #220

Open
Alice52 opened this issue Jul 15, 2021 · 1 comment
Open

[common] Object #220

Alice52 opened this issue Jul 15, 2021 · 1 comment
Assignees
Labels
Common Java java implement important than extend Resume issue about resume TODO

Comments

@Alice52
Copy link
Owner

Alice52 commented Jul 15, 2021

issue list

Object

  1. 对象的创建过程
  2. 对象的内存布局
  3. 对象头的内容
  4. 类型指针指向什么地方
  5. 对象定位
  6. 对象分配过程
  7. Object o = new Object() 占多大内存 && 数组呢
  8. 为什么 hotspot不使用c++对象来代表java对象
  9. Class对象是在堆还是在方法区

Array

  1. array-layout

reference

  1. https://www.bilibili.com/video/BV1tC4y1p7zr
@Alice52 Alice52 added Java java implement important than extend Resume issue about resume TODO Common labels Jul 15, 2021
@Alice52 Alice52 self-assigned this Jul 15, 2021
@Alice52
Copy link
Owner Author

Alice52 commented Aug 10, 2021

#219 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Common Java java implement important than extend Resume issue about resume TODO
Projects
None yet
Development

No branches or pull requests

1 participant