- 12 5月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: ysr, brutisso, tschatzl
-
- 26 6月, 2014 1 次提交
-
-
由 egahlin 提交于
Reviewed-by: sla, mgronlun
-
- 21 7月, 2014 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sundar, sspitsyn
-
- 26 7月, 2014 3 次提交
- 25 7月, 2014 1 次提交
-
-
由 drchase 提交于
-
- 22 7月, 2014 1 次提交
-
-
由 jeff 提交于
Reviewed-by: coffeys
-
- 21 7月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Fixed creation of starting stack frame for stack walking in error handler Reviewed-by: coleenp, mikael
-
- 19 7月, 2014 2 次提交
-
-
由 zgu 提交于
8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid Summary: Fixed native memory tracking stack walking Reviewed-by: coleenp, mikael
-
由 simonis 提交于
Reviewed-by: kvn
-
- 18 7月, 2014 2 次提交
-
-
由 goetz 提交于
Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime. Reviewed-by: kvn, vlivanov Contributed-by: andreas.schoesser@sap.com
-
由 robm 提交于
-
- 17 7月, 2014 1 次提交
-
-
由 mdoerr 提交于
Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently. Reviewed-by: kvn, dholmes, dcubed
-
- 22 7月, 2014 1 次提交
-
-
由 morris 提交于
Summary: Parfait refactoring in OopMapSet::update_register_map Reviewed-by: kvn, twisti
-
- 21 7月, 2014 14 次提交
-
-
由 tschatzl 提交于
Summary: When G1 is run with -XX:-G1DeferredRSUpdate, the VM crashes because of wrong initialization order of member variables. The change makes the initalization explicit, not relying on initialization order any more. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
Summary: After JDK-8035400 there were several opportunities to fix the visibility of several members of the G1ParScanThreadState class. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
Summary: Extract the G1ParScanThreadState class from G1CollectedHeap.?pp into its own files. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
Summary: The test launched a 32 bit VM with UseCompressedOops enabled. This is not supported on 32 bit VMs, causing a test failure. Investigation showed that the use of this flag is not required at all, so simply remove it. Reviewed-by: tschatzl, jwilhelm Contributed-by: NAndrey Zakharov <andrey.x.zakharov@oracle.com>
-
由 tschatzl 提交于
Summary: Clean up usage of idx_t and uintptr_t when using it in conjunction with BitMap::set_map(), casting to the appropriate type. Fixes compilation on S390. Reviewed-by: tschatzl Contributed-by: NDan Horak <dhorak@redhat.com>
-
由 tschatzl 提交于
Summary: The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration. Reviewed-by: tschatzl, sjohanss Contributed-by: NDan Horak <dhorak@redhat.com>
-
由 tschatzl 提交于
Summary: Changed faulty error message in the verification code Reviewed-by: stefank, tschatzl Contributed-by: NAndreas Sjoberg <andreas.sjoberg@oracle.com>
-
由 tschatzl 提交于
Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests. Reviewed-by: mgerdin, brutisso
-
由 tschatzl 提交于
Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen. Reviewed-by: brutisso, jmasa
-
由 tschatzl 提交于
Summary: Parallelize card redirtying to decrease the time it takes. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: The mentioned method is never used and out of date. So it is removed. Reviewed-by: mgerdin, brutisso
-
由 tschatzl 提交于
Summary: After changes to the PerRegionTable where all these PRTs are linked together in an additional field, simplify iterating over all PRTs by using these links instead of walki Reviewed-by: mgerdin, jwilhelm, brutisso
-
由 tschatzl 提交于
Summary: Instead of using a manually managed array for the in_cset_fast_test array, use a G1BiasedArray instance. Reviewed-by: brutisso, mgerdin
-
- 17 7月, 2014 2 次提交
- 15 7月, 2014 1 次提交
-
-
由 asaha 提交于
-
- 11 7月, 2014 6 次提交
- 10 7月, 2014 2 次提交