- 21 7月, 2014 3 次提交
-
-
由 tschatzl 提交于
Summary: Also consider os::vm_allocation_granularity in the calculation. Reviewed-by: brutisso
-
由 tschatzl 提交于
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap. Reviewed-by: brutisso
-
由 tschatzl 提交于
8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause. Reviewed-by: brutisso, ehelin
-
- 29 4月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: jmasa, tschatzl, ehelin Contributed-by: tony.printezis@oracle.com, bengt.rutisson@oracle.com
-
- 01 8月, 2014 1 次提交
-
-
由 roland 提交于
Summary: C++ code pattern from 8040121 is incorrect Reviewed-by: kvn
-
- 29 7月, 2014 2 次提交
-
-
由 thartmann 提交于
8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp Summary: Fixed parfait warnings caused by __HI and __LO macros in sharedRuntimeMath.hpp by using a union. Reviewed-by: kvn
-
由 thartmann 提交于
8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp Summary: Fixed parfait warnings in globalDefinitions files by using a union for casts. Reviewed-by: kvn
-
- 22 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp Reviewed-by: kvn
-
- 29 7月, 2014 1 次提交
-
-
由 fzhinkin 提交于
Summary: call rtm_deopt() only if there were no compilation bailouts before. Reviewed-by: kvn
-
- 06 8月, 2014 1 次提交
-
-
由 stefank 提交于
Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
-
- 11 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
-
- 09 7月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, brutisso
-
- 07 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
-
- 01 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: iveresov, mgerdin
-
- 26 6月, 2014 3 次提交
-
-
由 mgerdin 提交于
Summary: Change parent of G1OffsetTableContigSpace to CompactibleSpace, reimplement missing functionality Reviewed-by: stefank, jmasa, tschatzl
-
由 mgerdin 提交于
Reviewed-by: stefank, brutisso, tschatzl
-
由 mgerdin 提交于
Summary: Rename save_marks to record_top_and_timestamp and remove som unused but related methods Reviewed-by: stefank, ehelin
-
- 25 6月, 2014 4 次提交
- 24 6月, 2014 2 次提交
- 12 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Get rid of some duplicated implementations and change nonsense implementations to pure virtuals Reviewed-by: stefank, jmasa
-
- 13 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Only declare the functions where they are actually needed. Reviewed-by: tschatzl, stefank
-
- 12 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: brutisso, tschatzl, stefank
-
- 06 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: tschatzl, stefank
-
- 26 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Allocate temporary BitMaps in the VMThread's resource area Reviewed-by: stefank, sjohanss
-
- 27 2月, 2014 2 次提交
- 21 2月, 2014 2 次提交
- 14 2月, 2014 2 次提交
- 10 2月, 2014 2 次提交
- 14 1月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum. Reviewed-by: stefank, tschatzl, ehelin, jmasa
-
- 07 8月, 2014 1 次提交
-
-
由 morris 提交于
Summary: Fixed parfait initialization issue. Reviewed-by: kvn, twisti
-
- 05 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 03 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Fix stackmap matching for branches. Reviewed-by: coleenp, lfoltan, acorn
-