- 13 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Only declare the functions where they are actually needed. Reviewed-by: tschatzl, stefank
-
- 12 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: brutisso, tschatzl, stefank
-
- 06 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: tschatzl, stefank
-
- 26 3月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Allocate temporary BitMaps in the VMThread's resource area Reviewed-by: stefank, sjohanss
-
- 27 2月, 2014 2 次提交
- 21 2月, 2014 2 次提交
- 14 2月, 2014 2 次提交
- 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 1 次提交
-
-
由 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
-