1. 12 12月, 2016 1 次提交
  2. 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
  3. 29 10月, 2015 1 次提交
  4. 18 7月, 2014 1 次提交
    • G
      8050978: Fix bad field access check in C1 and C2 · ce549026
      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
      ce549026
  5. 14 9月, 2013 1 次提交
  6. 11 9月, 2013 1 次提交
  7. 18 12月, 2012 1 次提交
  8. 02 9月, 2012 1 次提交
  9. 13 4月, 2012 1 次提交
  10. 05 4月, 2012 1 次提交
  11. 24 6月, 2011 1 次提交
  12. 19 3月, 2011 1 次提交
  13. 12 3月, 2011 1 次提交
  14. 16 2月, 2011 1 次提交
  15. 28 1月, 2011 1 次提交
  16. 24 11月, 2010 1 次提交
  17. 24 7月, 2010 1 次提交
  18. 28 5月, 2010 1 次提交
  19. 14 1月, 2010 1 次提交
  20. 07 1月, 2010 1 次提交
  21. 05 1月, 2010 1 次提交
  22. 01 12月, 2007 1 次提交