1. 11 6月, 2015 1 次提交
  2. 14 4月, 2015 1 次提交
  3. 02 3月, 2015 1 次提交
  4. 30 1月, 2015 1 次提交
  5. 24 11月, 2014 1 次提交
  6. 11 11月, 2014 1 次提交
  7. 25 11月, 2014 1 次提交
  8. 27 8月, 2014 1 次提交
  9. 09 8月, 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. 14 7月, 2014 1 次提交
  12. 02 10月, 2014 1 次提交
  13. 07 7月, 2014 1 次提交
  14. 22 5月, 2014 1 次提交
  15. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      drchase 提交于
      8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
      8043164: Format warning in traceStream.hpp
      Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings
      Reviewed-by: kvn, coleenp, iveresov, twisti
      ed4b64df
  16. 30 4月, 2014 1 次提交
  17. 01 4月, 2014 1 次提交
  18. 05 3月, 2014 1 次提交
  19. 03 9月, 2014 1 次提交
  20. 04 3月, 2014 1 次提交
  21. 26 2月, 2014 1 次提交
  22. 25 3月, 2014 1 次提交
  23. 21 3月, 2014 1 次提交
  24. 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
  25. 29 4月, 2014 1 次提交
  26. 09 1月, 2014 1 次提交
  27. 25 12月, 2013 1 次提交
  28. 15 11月, 2013 1 次提交
  29. 13 11月, 2013 1 次提交
  30. 08 11月, 2013 1 次提交
  31. 31 10月, 2013 1 次提交
  32. 23 10月, 2013 2 次提交
  33. 22 10月, 2013 1 次提交
  34. 12 10月, 2013 1 次提交
  35. 09 10月, 2013 2 次提交
  36. 07 10月, 2013 1 次提交
  37. 08 10月, 2013 1 次提交
  38. 14 9月, 2013 1 次提交