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

[Enhancement] Port heap isolation feature of MultiTenant to Dragonwell8 #90

Closed
tanghaoth90 opened this issue Apr 3, 2020 · 0 comments
Closed

Comments

@tanghaoth90
Copy link
Collaborator

Description

This patch enhances Dragonwell8 by supporting the following options:

  • -XX:+TenantHeapIsolation: Isolates heap memory used by different TenantContainers;
  • -XX:+UsePerTenantTLAB: Mutator may maintain multiple TLABs for each of the tenants.

Steps to Reproduce
N/A

Expected behavior
All JTreg tests shipped within patches for this feature.

JDK version
8.2.2

Execution environment

  • OS and version: Linux
  • CPU model: x64
  • Number of CPU cores:
  • Size of physical memory:
  • Inside Linux container?
    • Linux container name (docker, pouch, etc):
    • Linux container version:
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_jdk that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/{TestHeapIsolation.java,TestMultiTenantOptionDeps.sh,TestPerTenantTLAB.java}

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_hotspot that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/{TestHeapIsolation.java,TestMultiTenantOptionDeps.sh,TestPerTenantTLAB.java}

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_hotspot that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/{TestHeapIsolation.java,TestMultiTenantOptionDeps.sh,TestPerTenantTLAB.java}

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_jdk that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/{TestHeapIsolation.java,TestMultiTenantOptionDeps.sh,TestPerTenantTLAB.java}

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_hotspot that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_jdk that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to tanghaoth90/dragonwell8_hotspot that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to dragonwell-project/dragonwell8_hotspot that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
tanghaoth90 pushed a commit to dragonwell-project/dragonwell8_jdk that referenced this issue Apr 3, 2020
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
yiiqian pushed a commit to yiiqian/dragonwell11 that referenced this issue Oct 31, 2024
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
yiiqian pushed a commit to yiiqian/dragonwell11 that referenced this issue Oct 31, 2024
Summary: ported heap isolation feature of MultiTenant to Dragonwell8

Test Plan: hotspot/test/multi-tenant/

Reviewed-by: luchsh, mmyxym

Issue: dragonwell-project/dragonwell8#90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant