- 24 9月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Move some G1 specific code from CardTableModRefBS to G1SATBCardTableModRefBS. Reviewed-by: brutisso, tschatzl, ehelin
-
- 27 9月, 2013 7 次提交
- 26 9月, 2013 8 次提交
-
-
由 tschatzl 提交于
-
由 bdelsart 提交于
-
由 tschatzl 提交于
Summary: Add memory consumption breakdown on a per region type in the G1 remembered set summary statistics. This simplifies remembered set memory consumption analysis. Reviewed-by: brutisso
-
由 tschatzl 提交于
-
由 bdelsart 提交于
-
由 adlertz 提交于
-
由 tbell 提交于
Reviewed-by: ksrini, katleman
-
由 zgu 提交于
-
- 25 9月, 2013 3 次提交
-
-
由 brutisso 提交于
Reviewed-by: mgerdin, tschatzl, jmasa
-
由 tschatzl 提交于
Summary: Add G1BiasedArray<T> that is an array where each element represents a fixed-sized subdivision of the heap. Use this abstraction to refactor the HeapRegionSeq class. Reviewed-by: brutisso
-
由 kvn 提交于
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
-
- 24 9月, 2013 2 次提交
- 23 9月, 2013 2 次提交
-
-
由 iklam 提交于
8025088: Missing cases for JVM_CONSTANT_MethodHandleInError cause crash if debugger steps into error-tagged method handle Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: coleenp, sspitsyn
-
由 dsamersoff 提交于
-
- 22 9月, 2013 2 次提交
-
-
由 dsamersoff 提交于
Summary: replace PT_LOAD segment with library segment when necessary Reviewed-by: dholmes, sla
-
由 sla 提交于
Reviewed-by: sla, dsamersoff Contributed-by: NYasumasa Suenaga <yasu@ysfactory.dip.jp>
-
- 21 9月, 2013 11 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, mgerdin, jmasa
-
由 jiangli 提交于
-
由 dcubed 提交于
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found. Reviewed-by: hseigel, dcubed, sspitsyn
-
由 dcubed 提交于
-
由 bpittore 提交于
Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 mgerdin 提交于
-
- 20 9月, 2013 4 次提交
-
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code. Reviewed-by: dcubed, sspitsyn
-
由 stefank 提交于
Reviewed-by: coleenp, brutisso, mgerdin, jmasa
-
由 stefank 提交于
Summary: SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint. Reviewed-by: brutisso, dcubed Contributed-by: per.liden@oracle.com
-