- 23 2月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
-
- 18 2月, 2012 5 次提交
- 17 2月, 2012 10 次提交
-
-
由 fparain 提交于
-
由 stefank 提交于
-
由 kvn 提交于
Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition. Reviewed-by: never
-
由 coleenp 提交于
-
由 jcoomes 提交于
Summary: in some cases, allocate from the old gen before doing a full gc Reviewed-by: stefank, jmasa
-
由 jcoomes 提交于
Reviewed-by: stefank, jmasa
-
由 katleman 提交于
-
由 coleenp 提交于
Summary: Relax the assertion to simply check for COOP mode rather than an exact address. Reviewed-by: coleenp, kvn, phh, dcubed Contributed-by: james.melvin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 phh 提交于
Summary: In vm_version_x86.hpp, add and use CPU_MODEL_IVYBRIDGE_EP, and restrict is_intel_tsc_synced_at_init() to EP models. Reviewed-by: kvn, acorn
-
- 16 2月, 2012 8 次提交
-
-
由 roland 提交于
Summary: forced exit may destory global objects that are still in use. Reviewed-by: twisti, never, kvn
-
由 kvn 提交于
Summary: For C2 moved saving EBP after ESP adjustment. For C1 generated 5 byte nop instruction first if needed. Reviewed-by: never, twisti, azeemj
-
由 iveresov 提交于
Summary: Removed old tiered code Reviewed-by: never, kvn
-
由 bpittore 提交于
-
由 iveresov 提交于
Summary: Safepoint in the sweeper loop in necessary Reviewed-by: kvn, never
-
由 fparain 提交于
Reviewed-by: acorn, fparain Contributed-by: nils.loodin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 tonyp 提交于
Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today). Reviewed-by: johnc, brutisso
-
- 15 2月, 2012 11 次提交
-
-
由 roland 提交于
Summary: Goto that replaces a If mistaken to be a back branch and triggers erroneous OSR compilation. Reviewed-by: never, iveresov
-
由 minqi 提交于
-
由 dlong 提交于
Summary: resize covered region only after successfully mapping shared archive Reviewed-by: brutisso, ysr Contributed-by: dean.long@oracle.com
-
由 kamg 提交于
-
由 minqi 提交于
-
由 sspitsyn 提交于
7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj)) Summary: Skip reporting invisible refs in iterate_over_object to avoid assert(ServiceUtil::visible_oop(obj)) Reviewed-by: dcubed, mgronlun, rbackman Contributed-by: serguei.spitsyn@oracle.com
-
由 kamg 提交于
Summary: 0 is a successful return from an ioctl() call Reviewed-by: dcubed, phh, dsamersoff
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh, dcubed, kamg, dsamersoff
-
由 kamg 提交于
-
- 14 2月, 2012 4 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, dcubed, kamg
-
由 roland 提交于
Summary: oop map needs pc stored in frame anchor in StubGenerator::generate_throw_exception() Reviewed-by: twisti, never, kvn
-
由 kamg 提交于
Summary: Change default release value to jdk8 (but overrideable) Reviewed-by: phh, jcoomes, dholmes, ohair
-
由 coleenp 提交于
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh
-
- 13 2月, 2012 1 次提交
-
-
由 fparain 提交于
-