- 06 3月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate(). Reviewed-by: johnc, ysr Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 05 3月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>. Reviewed-by: brutisso
-
- 04 3月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 02 2月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: jmasa, johnc, ysr Contributed-by: michal@frajt.eu
-
- 27 2月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 26 2月, 2013 1 次提交
-
-
由 roland 提交于
Summary: GetAndSetP's MachNode should capture bottom type. Reviewed-by: kvn
-
- 25 2月, 2013 1 次提交
-
-
由 roland 提交于
Summary: InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store. Reviewed-by: kvn
-
- 22 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags. Reviewed-by: sspitsyn, jrose
-
- 21 2月, 2013 2 次提交
-
-
由 zgu 提交于
Summary: Added NULL pointer check for arena size record Reviewed-by: sspitsyn, dholmes
-
由 dcubed 提交于
Summary: report_vm_out_of_memory() should allow VMError.report_and_die() to handle multiple out of native memory errors. Reviewed-by: dcubed, dholmes, coleenp, acorn Contributed-by: ron.durbin@oracle.com
-
- 20 2月, 2013 2 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
由 emc 提交于
Summary: Adds code to HotSpot to properly update MethodParameter attributes' constant pool indexes when redefineClasses is called Reviewed-by: coleenp, sspitsyn
-
- 19 2月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Added few checks and early bailout from Superword optimization to avoid such cases in a future. Reviewed-by: roland, twisti
-
- 18 2月, 2013 2 次提交
- 15 2月, 2013 4 次提交
-
-
由 tamao 提交于
Summary: This is a fix of an initialization mistake for class AdaptiveSizePolicy. Reviewed-by: jmasa Contributed-by: NTao Mao <tao.mao@oracle.com>
-
由 acorn 提交于
Reviewed-by: dholmes, acorn Contributed-by: bharadwaj.yadavalli@oracle.com
-
由 jprovino 提交于
Summary: Fix warning messages when selected garbage collectors are excluded from the minimal jvm. Reviewed-by: dholmes, cjplummer
-
由 jprovino 提交于
Summary: cmsPermGen.cpp, psPermGen.cpp have been removed. yieldWorkingGroup.cpp typo is fixed. immutableSpace.cpp was in the list twice. Reviewed-by: dholmes, jmasa
-
- 14 2月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 13 2月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Reverse hs_err file permission back to 0666, as early push was premature Reviewed-by: dsamersoff, dcubed, acorn
-
- 12 2月, 2013 4 次提交
-
-
由 roland 提交于
Summary: Add support for expensive nodes. Reviewed-by: kvn
-
由 morris 提交于
Summary: moved MacroAssembler into separate file Reviewed-by: twisti, kvn, dlong
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
由 morris 提交于
Summary: moved MacroAssembler into separate file Reviewed-by: twisti, kvn, dlong
-
- 11 2月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: make sure all diagnostic and experimental flag kinds are checked in Flag::is_unlocked() Reviewed-by: kvn
-
- 10 2月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: add array access range check Reviewed-by: kvn
-
- 09 2月, 2013 3 次提交
-
-
由 morris 提交于
Summary: Set ReservedCodeCacheSize to (default value)*5 when TieredCompilation is on. Reviewed-by: kvn, twisti
-
由 zgu 提交于
Summary: Removed is_kernel_jvm from jvm_version_info as Kernel VM has been deprecated Reviewed-by: mchung, coleenp
-
由 zgu 提交于
Summary: Enforce more restricted hs_file permission Reviewed-by: acorn, dcubed, dsamersoff
-
- 07 2月, 2013 2 次提交
- 23 2月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Add timer units to concurrent marking phases where the units were missing. Reviewed-by: jmasa, ysr
-
- 22 2月, 2013 1 次提交
-
-
由 poonam 提交于
Reviewed-by: brutisso, johnc Contributed-by: vladimir.kempik@oracle.com
-
- 21 2月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed. Reviewed-by: dholmes, dlong
-
- 06 2月, 2013 2 次提交
-
-
由 johnc 提交于
Summary: Reuse the parallel reference processing oop closures during serial reference processing. Reviewed-by: brutisso
-
由 vlivanov 提交于
Reviewed-by: kvn, vlivanov Contributed-by: NIgor Ignatyev <igor.ignatyev@oracle.com>
-
- 05 2月, 2013 3 次提交
-
-
由 johnc 提交于
Summary: Flush any deferred card mark before a Java thread exits. Reviewed-by: brutisso, jmasa
-
由 simonis 提交于
Summary: Fix off-by-one error Reviewed-by: coleenp, hseigel
-
由 emc 提交于
8006907: Hotspot should reject classfiles with multiple MethodParameters attributes Summary: Update to Hotspot's processing of MethodParameters attributes in classfiles Reviewed-by: coleenp, jrose
-