- 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
-
- 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
-
- 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 1 次提交
-
-
由 johnc 提交于
Summary: Flush any deferred card mark before a Java thread exits. Reviewed-by: brutisso, jmasa
-