1. 19 8月, 2014 1 次提交
  2. 14 8月, 2014 1 次提交
  3. 23 8月, 2014 1 次提交
  4. 19 8月, 2014 1 次提交
    • B
      8049253: Better GC validation · aebaa21c
      brutisso 提交于
      Summary: Also reviewed by: boris.molodenkov@oracle.com
      Reviewed-by: dcubed, minqi, mschoene
      Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
      aebaa21c
  5. 13 8月, 2014 3 次提交
  6. 09 8月, 2014 1 次提交
  7. 04 8月, 2014 1 次提交
  8. 03 8月, 2014 1 次提交
  9. 19 7月, 2014 1 次提交
  10. 18 7月, 2014 1 次提交
    • G
      8050978: Fix bad field access check in C1 and C2 · e94e8637
      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
      e94e8637
  11. 11 7月, 2014 1 次提交
  12. 03 7月, 2014 1 次提交
  13. 01 7月, 2014 1 次提交
  14. 20 6月, 2014 1 次提交
  15. 16 6月, 2014 1 次提交
  16. 13 6月, 2014 1 次提交
  17. 17 6月, 2014 1 次提交
  18. 13 6月, 2014 2 次提交
  19. 10 6月, 2014 2 次提交
  20. 04 6月, 2014 1 次提交
  21. 03 6月, 2014 1 次提交
    • D
      8029381: assert(is_method_type()) failed: bad cast · 8afd1d68
      drchase 提交于
      Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
      Reviewed-by: kvn, coleenp, jrose
      8afd1d68
  22. 11 6月, 2014 1 次提交
  23. 02 6月, 2014 1 次提交
  24. 31 5月, 2014 1 次提交
  25. 30 5月, 2014 1 次提交
  26. 28 5月, 2014 3 次提交
  27. 22 5月, 2014 1 次提交
  28. 29 5月, 2014 1 次提交
  29. 28 5月, 2014 1 次提交
  30. 22 5月, 2014 1 次提交
  31. 21 5月, 2014 1 次提交
  32. 20 5月, 2014 1 次提交
  33. 14 5月, 2014 2 次提交