- 14 2月, 2012 1 次提交
-
-
由 tonyp 提交于
Summary: If we try to schedule an initial-mark GC in order to explicit start a conc mark cycle and it gets pre-empted by antoher GC, we should retry the attempt as long as it's appropriate for the GC cause. Reviewed-by: brutisso, johnc
-
- 11 2月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: Prunes scavenge roots in code list every young GC, promote objects directly pointed by the code immediately Reviewed-by: johnc, jcoomes
-
- 03 2月, 2012 2 次提交
-
-
由 jcoomes 提交于
Reviewed-by: phh, jmasa
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NVolker Simonis <volker.simonis@gmail.com>
-
- 02 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 01 2月, 2012 3 次提交
- 31 1月, 2012 3 次提交
-
-
由 kvn 提交于
Summary: Use unknown_obj instead of empty_map for NULL or Constant Pool object constants in bytecode Escape Analyzer. Reviewed-by: iveresov, never
-
由 acorn 提交于
Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
-
由 iveresov 提交于
Summary: Fix pure c2 builds Reviewed-by: kvn, brutisso, never
-
- 30 1月, 2012 3 次提交
- 27 1月, 2012 5 次提交
-
-
由 stefank 提交于
Summary: Temporarily disabled multi-threaded reference discovery when entering a single-threaded remark phase. Reviewed-by: brutisso, tonyp, jmasa, jcoomes
-
由 stefank 提交于
Summary: Changed to the correct annotation arrays Reviewed-by: kamg, dholmes, sla
-
由 phh 提交于
Summary: Add CriticalPriority == MaxPriority+1 and enable scheduling class as well as thread priority to change on Solaris. Reviewed-by: dholmes, dcubed
-
由 johnc 提交于
Summary: Some minor profile based optimizations. Reduce the number of branches and branch mispredicts by removing some virtual calls, through closure specalization, and refactoring some conditional statements. Reviewed-by: brutisso, tonyp
-
由 iveresov 提交于
Summary: Make sure that CompilationPolicy::event() doesn't throw exceptions Reviewed-by: kvn, never
-
- 26 1月, 2012 6 次提交
-
-
由 bdelsart 提交于
Summary: improvements of TraceMethodHandles for JSR292 Reviewed-by: never, twisti
-
由 roland 提交于
Summary: handle not loaded array klass in Parse::do_checkcast(). Reviewed-by: kvn, never
-
由 jcoomes 提交于
Summary: disable UseAdaptiveSizePolicy with the CMS and ParNew Reviewed-by: johnc, brutisso
-
由 fparain 提交于
Reviewed-by: dholmes, dcubed
-
由 tonyp 提交于
Summary: Re-enable survivors during the initial-mark pause. Afterwards, the concurrent marking threads have to scan them and mark everything reachable from them. The next GC will have to wait for the survivors to be scanned. Reviewed-by: brutisso, johnc
-
由 dsamersoff 提交于
Summary: Added dcmd to unlock or check status of UnlockingCommercialFeature flag Reviewed-by: fparain, rottenha
-
- 25 1月, 2012 5 次提交
-
-
由 roland 提交于
Summary: Block::schedule_local() may write beyond end of ready_cnt array Reviewed-by: never, kvn
-
由 kvn 提交于
Summary: Use !higher_equal() check to skip top and values which fit. Reviewed-by: never
-
由 iveresov 提交于
Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000 Reviewed-by: kvn, never
-
由 phh 提交于
Summary: Fix gamma launcher on Mac OS X and reconcile test_gamma script on Unix platforms Reviewed-by: dcubed, ohair, jcoomes, dholmes, ksrini Contributed-by: james.melvin@oracle.com
-
由 dsamersoff 提交于
Summary: Make GCStatInfo a resource object Reviewed-by: phh, coleenp
-
- 24 1月, 2012 2 次提交
-
-
由 bdelsart 提交于
Summary: improvements of frame_describe Reviewed-by: never, twisti
-
由 rbackman 提交于
Reviewed-by: kamg, phh, dsamersoff Contributed-by: NRickard Backman <rickard.backman@oracle.com>
-
- 23 1月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 22 1月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: reset jvmtithreadstate exception state after frame pop and forceearlyreturn processed Reviewed-by: minqi, dholmes, dlong Contributed-by: bill.pittore@oracle.com
-
- 21 1月, 2012 2 次提交
- 20 1月, 2012 2 次提交
- 19 1月, 2012 1 次提交
-
-
由 zgu 提交于
Summary: Decoder API changes did not reflect in os_bsd Reviewed-by: kamg, dcubed
-
- 18 1月, 2012 1 次提交
-
-
由 bdelsart 提交于
Summary: fix for debug method frame::describe Reviewed-by: never, kvn
-