1. 26 2月, 2014 1 次提交
  2. 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
  3. 16 4月, 2014 1 次提交
  4. 16 2月, 2014 1 次提交
  5. 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
  6. 16 12月, 2013 1 次提交
  7. 04 12月, 2013 1 次提交
  8. 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
  9. 23 10月, 2013 1 次提交
  10. 08 10月, 2013 1 次提交
  11. 04 10月, 2013 1 次提交
  12. 20 9月, 2013 1 次提交
  13. 14 9月, 2013 1 次提交
  14. 20 8月, 2013 1 次提交
  15. 18 7月, 2013 1 次提交
  16. 04 7月, 2013 1 次提交
  17. 25 6月, 2013 1 次提交
  18. 10 6月, 2013 1 次提交
  19. 24 5月, 2013 1 次提交
  20. 23 5月, 2013 1 次提交
  21. 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
  22. 26 4月, 2013 1 次提交
  23. 25 4月, 2013 1 次提交
  24. 20 4月, 2013 1 次提交
  25. 14 3月, 2013 1 次提交
  26. 09 3月, 2013 1 次提交
  27. 06 3月, 2013 1 次提交
  28. 12 2月, 2013 1 次提交
  29. 26 1月, 2013 1 次提交
    • A
      6479360: PrintClassHistogram improvements · f8a15064
      acorn 提交于
      Summary: jcmd <pid> GC.class_stats (UnlockDiagnosticVMOptions)
      Reviewed-by: coleenp, hseigel, sla, acorn
      Contributed-by: ioi.lam@oracle.com
      f8a15064
  30. 25 1月, 2013 1 次提交
  31. 24 1月, 2013 1 次提交
  32. 14 1月, 2013 1 次提交
  33. 12 1月, 2013 1 次提交
  34. 09 1月, 2013 1 次提交
  35. 03 1月, 2013 1 次提交
  36. 20 12月, 2012 1 次提交
  37. 13 12月, 2012 1 次提交
  38. 13 11月, 2012 1 次提交
    • M
      6830717: replay of compilations would help with debugging · 00de2884
      minqi 提交于
      Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
      Reviewed-by: kvn, twisti, sspitsyn
      Contributed-by: yumin.qi@oracle.com
      00de2884
  39. 12 10月, 2012 1 次提交
  40. 02 9月, 2012 1 次提交