- 20 7月, 2020 1 次提交
-
-
由 Denghui Dong 提交于
-
- 15 7月, 2020 7 次提交
-
-
由 Denghui Dong 提交于
This reverts commit 5382b8e0.
-
由 Denghui Dong 提交于
This reverts commit e1d80ec1.
-
由 Denghui Dong 提交于
This reverts commit c7503dc8.
-
由 Denghui Dong 提交于
This reverts commit 174fa73f.
-
由 Denghui Dong 提交于
This reverts commit e8704b92.
-
由 Denghui Dong 提交于
This reverts commit 7a01e5e2.
-
由 Denghui Dong 提交于
This reverts commit ca5fefe8.
-
- 28 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 22 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 17 6月, 2020 1 次提交
-
-
由 apetushkov 提交于
Reviewed-by: rehn, egahlin
-
- 16 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 15 6月, 2020 1 次提交
-
-
由 apetushkov 提交于
Reviewed-by: neugens Contributed-by: asemenov@azul.com
-
- 12 6月, 2020 1 次提交
-
-
由 jbachorik 提交于
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing 8246703: [TESTBUG] Add test for JDK-8233197 Reviewed-by: aph, adinn, neugens
-
- 08 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 02 6月, 2020 1 次提交
-
-
由 Hao Tang 提交于
Summary: Print Tenant ID in GC log of tenant triggered GC Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/102
-
- 01 6月, 2020 1 次提交
-
-
由 andrew 提交于
-
- 25 5月, 2020 2 次提交
- 07 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: Fixed build failure on Windows by disabling CPU related features Test Plan: hotspot/test/sanity Reviewed-by: kuaiwei, yuleil Issue: https://github.com/alibaba/dragonwell8/issues/92
-
- 06 4月, 2020 2 次提交
-
-
由 Chuansheng Lu 提交于
Summary: added new flag -XX:+TenantDataIsolation Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
由 Chuansheng Lu 提交于
-
- 05 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: added two new options to support tenant cpu controlling Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, superajun-wsj Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 04 4月, 2020 1 次提交
-
-
由 Hao Tang 提交于
Summary: ported heap throttling feature of MultiTenant to Dragonwell8 Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/91
-
- 03 4月, 2020 2 次提交
-
-
由 Hao Tang 提交于
Summary: ported heap isolation feature of MultiTenant to Dragonwell8 Test Plan: hotspot/test/multi-tenant/ Reviewed-by: luchsh, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/90
-
由 aph 提交于
Summary: Various small fixes around strncpy and strncat Reviewed-by: andrew
-
- 02 4月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: ported HotSpot interfaces to Dragonwell8 to support MultiTenant framework Test Plan: jdk/test/multi-tenant Reviewed-by: yuleil, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/84
-
- 09 3月, 2020 2 次提交
-
-
由 yunyao.zxl 提交于
Summary: fix some misc things to build fastdebug version dragonwell8: fastdebug version has `-DCHECK_UNHANDLED_OOPS` which will make `oop` as an object instead of a pointer. Test Plan: build Dragonwell in fastdebug mode Reviewed-by: luchsh,D-D-H Issue: https://github.com/alibaba/dragonwell8/issues/82
-
由 Chuansheng Lu 提交于
Summary: added workflow to check pull request Test Plan: workflow shipped with this PR Reviewed-by: kuaiwei, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/80
-
- 18 2月, 2020 1 次提交
-
-
由 Chuansheng Lu 提交于
Summary: Fixed build failure caused by -Werror=format-security Test Plan: build and sanity test Reviewed-by: D-D-H, mmyxym Issue: https://github.com/alibaba/dragonwell8/issues/79
-
- 13 1月, 2020 2 次提交
- 02 1月, 2020 1 次提交
-
-
由 denghui.ddh 提交于
Summary: Fix build issues caused by object allocation profiling on Windows/Mac Test Plan: build Dragonwell 8 successfully on Linux/Windows/Mac Reviewed-by: zhengxiaolinX, luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/74
-
- 31 12月, 2019 1 次提交
-
-
由 云矅 提交于
Summary: Port 8202353 from lastest jdk, in order to fix compatibility of 8u232 api change instead of the origin openjdk8 patch Buglist ref: https://bugs.openjdk.java.net/browse/JDK-8202353 Fix ref: http://hg.openjdk.java.net/jdk/jdk/rev/f605c91e5219 Test Plan: Successfully build Dragonwell8, and pass jfr tests. Reviewed-by: D-D-H,luchsh,sanhong Issue: https://github.com/alibaba/dragonwell8/issues/73
-
- 27 12月, 2019 1 次提交
-
-
由 卓昂 提交于
Summary: add support for opto object allocations sampling Test Plan: test/jfr/event/objectsprofiling/TestOptoObjectAllocationsSampling.java Reviewers: zhengxiaolinX, luchsh, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/64
-
- 05 12月, 2019 5 次提交
-
-
由 maoliang.ml 提交于
Summary: Fix build issues on Windows/Mac from G1ElasticHeap Test Plan: test/elastic_heap/ Reviewers: shiyuexw, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/54 CR:
-
由 Kuai Wei 提交于
Summary: add jwarmup symbols to mapfile Test Plan: build successful Reviewers: shiyue, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/53 CR: https://github.com/alibaba/dragonwell8_hotspot/pull/18
-
由 maoliang.ml 提交于
Summary: G1ElasticHeap to support heap shrink/expansion in runtime Test Plan: test/elastic-heap/ Reviewers: Issue: https://github.com/alibaba/dragonwell8/issues/46 CR: https://github.com/alibaba/dragonwell8_hotspot/pull/12
-
由 卓昂 提交于
Test Plan: existing test cases Reviewed-by: shiyue Issue: https://github.com/alibaba/dragonwell8/issues/52
-
由 卓昂 提交于
Test Plan: existing test cases Reviewed-by: shiyue, kuaiwei Issue: https://github.com/alibaba/dragonwell8/issues/52
-