- 14 2月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, mgerdin, jmasa
-
- 10 2月, 2014 2 次提交
- 14 1月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Refactor the strong root processing to avoid using a boolean in addition to the ScanOption enum. Reviewed-by: stefank, tschatzl, ehelin, jmasa
-
- 08 8月, 2014 3 次提交
- 07 8月, 2014 3 次提交
- 05 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Remove check that causes the VerifyError Reviewed-by: dholmes, coleenp, acorn
-
- 03 8月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Fix stackmap matching for branches. Reviewed-by: coleenp, lfoltan, acorn
-
- 30 7月, 2014 1 次提交
-
-
由 kvn 提交于
8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization Summary: Add missing check for reexecute flag to VerifyStack code. Reviewed-by: roland
-
- 30 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: vlivanov, sla
-
- 17 1月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: mgerdin Contributed-by: shrinivas.joshi@oracle.com
-
- 02 8月, 2014 2 次提交
- 20 5月, 2014 1 次提交
-
-
由 dfazunen 提交于
Reviewed-by: jmasa, ehelin, jwilhelm
-
- 29 7月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Added arguments_ext.cpp to make place for initialization of extended features Reviewed-by: sla, mgronlun
-
- 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 6 次提交
-
-
由 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>
-