-
Notifications
You must be signed in to change notification settings - Fork 22
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
Backport NMethod layout commits to reduce nmethod size in code cache #88
Comments
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Jul 24, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88 CR:
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Jul 24, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Jul 25, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Jul 31, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88 Remove unused code
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Jul 31, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Oct 29, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Oct 30, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache [Backport] 8331253: 16 bits is not enough for nmethod::_skipped_instructions_size field [Backport] 8333226: Regressions 2-3% in Compress ZGC after 8331253 Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Oct 30, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache [Backport] 8331253: 16 bits is not enough for nmethod::_skipped_instructions_size field [Backport] 8333226: Regressions 2-3% in Compress ZGC after 8331253 Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
to kuaiwei/dragonwell21
that referenced
this issue
Oct 30, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache [Backport] 8331253: 16 bits is not enough for nmethod::_skipped_instructions_size field [Backport] 8333226: Regressions 2-3% in Compress ZGC after 8331253 Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: dragonwell-project#88
kuaiwei
added a commit
that referenced
this issue
Nov 5, 2024
Summary: Include these changes partial backport of 8329332: Remove CompiledMethod and CodeBlobLayout classes [Backport] 8329433: Reduce nmethod header size [Backport] 8331087: Move immutable nmethod data from CodeCache [Backport] 8331253: 16 bits is not enough for nmethod::_skipped_instructions_size field [Backport] 8333226: Regressions 2-3% in Compress ZGC after 8331253 Testing: CI testing Reviewers: Yude Lin, zhuoren.wz Issue: #88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backport some changes to reduce nmethod size in code cache
8329332: Remove CompiledMethod and CodeBlobLayout classes
8329433: Reduce nmethod header size
8331087: Move immutable nmethod data from CodeCache
The text was updated successfully, but these errors were encountered: