-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
@@ -0,0 +1,348 @@ | |||
/* | |||
* Copyright (c) 2019 Alibaba Group Holding Limited. All Rights Reserved. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
b978bd6
to
1d2ff45
Compare
@@ -0,0 +1,118 @@ | |||
#!/usr/bin/env bash |
There was a problem hiding this comment.
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 @@ | |||
|
There was a problem hiding this comment.
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
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