- 12 3月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
-
- 11 3月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: Don't scan pages outside the given range. Reviewed-by: jwilhelm, jmasa
-
- 12 3月, 2013 1 次提交
-
-
由 mgerdin 提交于
8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation Summary: Assertion is only valid when at a safepoint, adjust accordingly. Reviewed-by: stefank, jmasa, tamao
-
- 11 3月, 2013 1 次提交
-
-
由 kevinw 提交于
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection Reviewed-by: jwilhelm, ehelin, brutisso
-
- 08 3月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 07 3月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: dump nodes and types in 8004640 case. Reviewed-by: roland
-
- 06 3月, 2013 3 次提交
-
-
由 roland 提交于
Summary: 7121140 may not correctly break the Allocate -> MemBarStoreStore link Reviewed-by: kvn
-
由 morris 提交于
Summary: fix null pointer Reviewed-by: kvn, coleenp
-
由 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 3 次提交
-
-
由 shade 提交于
Reviewed-by: kvn, vlivanov
-
由 morris 提交于
Summary: fix null pointer Reviewed-by: kvn
-
由 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
-
- 28 2月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock. Reviewed-by: sla, acorn
-
- 27 2月, 2013 3 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
由 simonis 提交于
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
-
由 mikael 提交于
Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
-
- 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 2 次提交
-
-
由 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
-
由 stefank 提交于
Summary: SystemDictionary::find(...) should not create and register ClassLoaderData objects for class loaders. Reviewed-by: coleenp, acorn Contributed-by: NStefan Karlsson <stefan.karlsson@oracle.com>, Erik Helin <erik.helin@oracle.com>
-
- 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
-