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

[MultiTenant] Support TenantHeapIsolation #31

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

tanghaoth90
Copy link
Contributor

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 tanghaoth90 requested review from luchsh and mmyxym April 3, 2020 07:03
@CLAassistant
Copy link

CLAassistant commented Apr 3, 2020

CLA assistant check
All committers have signed the CLA.

@@ -0,0 +1,348 @@
/*
* Copyright (c) 2019 Alibaba Group Holding Limited. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2019 -> 2020, same for other files

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@tanghaoth90 tanghaoth90 force-pushed the mt_heap branch 2 times, most recently from b978bd6 to 1d2ff45 Compare April 3, 2020 10:50
@@ -0,0 +1,118 @@
#!/usr/bin/env bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need copyright header

@@ -0,0 +1,240 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need copyright header

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 tanghaoth90 merged commit 8e20eb9 into dragonwell-project:master Apr 3, 2020
@tanghaoth90 tanghaoth90 deleted the mt_heap branch April 5, 2020 02:24
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

Successfully merging this pull request may close these issues.

4 participants