1. 03 9月, 2019 1 次提交
    • Z
      8155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed:... · 0ee34c28
      zgu 提交于
      8155951: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
      8151066: assert(0 <= i && i < length()) failed: index out of bounds
      Summary: lock classes for redefinition because constant pool merging isn't thread safe, use method constant pool because constant pool merging doesn't make equivalent cpCaches because of invokedynamic
      Reviewed-by: shade, andrew
      0ee34c28
  2. 09 1月, 2018 2 次提交
  3. 21 3月, 2017 1 次提交
  4. 24 2月, 2017 2 次提交
  5. 02 2月, 2017 1 次提交
  6. 12 11月, 2015 1 次提交
  7. 18 3月, 2015 1 次提交
  8. 09 4月, 2015 1 次提交
  9. 02 12月, 2014 2 次提交
  10. 20 11月, 2014 1 次提交
  11. 30 10月, 2014 1 次提交
  12. 22 8月, 2014 1 次提交
  13. 28 5月, 2014 1 次提交
  14. 25 10月, 2014 1 次提交
  15. 07 7月, 2014 1 次提交
  16. 26 2月, 2014 1 次提交
  17. 15 4月, 2014 1 次提交
    • L
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static... · 7c6811e8
      lfoltan 提交于
      8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
      Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses.
      Reviewed-by: acorn, coleenp, kamg
      7c6811e8
  18. 16 4月, 2014 1 次提交
  19. 16 2月, 2014 1 次提交
  20. 11 2月, 2014 1 次提交
    • M
      8033792: AltHashing used jint for imprecise bit shifting · 601e30e0
      minqi 提交于
      Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix  by change _seed defined as juint.
      Reviewed-by: coleenp, ccheung
      Contributed-by: yumin.qi@oracle.com
      601e30e0
  21. 09 1月, 2018 1 次提交
  22. 16 12月, 2013 1 次提交
  23. 04 12月, 2013 1 次提交
  24. 26 11月, 2013 1 次提交
    • H
      8026065: InterfaceMethodref for invokespecial must name a direct superinterface · 37f9a7d2
      hseigel 提交于
      Summary: Add verification to check that invokespecial of an InterfaceMethodref names a method in a direct superinterface of the current class or interface in accordance with JSR 335, JVMS 4.9.2 Structural Constraints.
      Reviewed-by: acorn, hseigel, coleenp
      Contributed-by: lois.foltan@oracle.com
      37f9a7d2
  25. 23 10月, 2013 1 次提交
  26. 08 10月, 2013 1 次提交
  27. 04 10月, 2013 1 次提交
  28. 20 9月, 2013 1 次提交
  29. 14 9月, 2013 1 次提交
  30. 20 8月, 2013 1 次提交
  31. 18 7月, 2013 1 次提交
  32. 04 7月, 2013 1 次提交
  33. 25 6月, 2013 1 次提交
  34. 10 6月, 2013 1 次提交
  35. 24 5月, 2013 1 次提交
  36. 23 5月, 2013 1 次提交
  37. 10 5月, 2013 1 次提交
    • M
      8003557: NPG: Klass* const k should be const Klass* k. · 6ee9c8ef
      minqi 提交于
      Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*.
      Reviewed-by: coleenp, kvn
      Contributed-by: yumin.qi@oracle.com
      6ee9c8ef