- 19 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build. Reviewed-by: coleenp, dholmes
-
- 14 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Dynamic allocate _reserved_regions instead of static object to avoid racing during process exit Reviewed-by: dholmes, coleenp
-
- 13 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Reserved WhiteBox.java pushed by JDK-8044140 Reviewed-by: ccheung, hseigel
-
- 27 8月, 2014 3 次提交
-
-
由 zgu 提交于
Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: NGeorge Triantafillou <george.triantafillou@oracle.com>
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
由 tschatzl 提交于
-
- 26 8月, 2014 7 次提交
-
-
由 tschatzl 提交于
Summary: Add missing unit test. Reviewed-by: tschatzl Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
由 brutisso 提交于
Reviewed-by: pliden, jmasa
-
由 hseigel 提交于
-
由 hseigel 提交于
-
由 lfoltan 提交于
Summary: Correct fix for allowing BootstrapMethods attribute with an empty bootstrap_methods table. Reviewed-by: coleenp, ctornqvi, hseigel
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
- 25 8月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Because anonymous classes are not in the system dictionary, we have to set 'unloading_occurred' based on 'CLDG::do_unloading()'. Added jtreg test. Reviewed-by: kvn, coleenp
-
- 22 8月, 2014 4 次提交
- 21 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 20 8月, 2014 2 次提交
-
-
由 tschatzl 提交于
8055635: Missing include in g1RegionToSpaceMapper.hpp results in unresolved symbol of fastdebug build without precompiled headers Reviewed-by: mgerdin, ehelin
-
由 tschatzl 提交于
Summary: If large pages are enabled and configured in Linux, the VM always pre-commits the entire space. The VM fails verification of the commit of the initial heap because some internal data structure marked all memory pages of the heap as committed during initialization. This makes the code think that we attempted a double-commit during first allocation of the heap. Remove the initial marking of memory pages of the heap to committed. Reviewed-by: mgerdin
-
- 21 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow G1 to decommit memory of arbitrary regions within the heap and their associated auxiliary data structures card table, BOT, hot card cache, and mark bitmaps. Reviewed-by: mgerdin, brutisso, jwilhelm
-
- 19 8月, 2014 2 次提交
- 15 8月, 2014 2 次提交
- 14 8月, 2014 3 次提交
- 08 8月, 2014 2 次提交
- 07 8月, 2014 3 次提交
- 05 8月, 2014 2 次提交
- 08 8月, 2014 1 次提交
-
-
由 morris 提交于
Summary: Fixed parfait initialization issue. Reviewed-by: kvn, twisti
-
- 13 8月, 2014 1 次提交
-
-
由 morris 提交于
-
- 03 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Fix stackmap matching for branches. Reviewed-by: coleenp, lfoltan, acorn
-
- 30 7月, 2014 1 次提交
-
-
由 kvn 提交于
8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization Summary: Add missing check for reexecute flag to VerifyStack code. Reviewed-by: roland
-