1. 08 5月, 2014 1 次提交
  2. 28 4月, 2014 1 次提交
  3. 03 5月, 2014 1 次提交
    • K
      8039298: assert(base == NULL || t_adr->isa_rawptr() ||... · fb43258c
      kvn 提交于
      8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
      Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively.
      Reviewed-by: twisti, iveresov
      fb43258c
  4. 30 4月, 2014 1 次提交
  5. 01 5月, 2014 1 次提交
  6. 25 4月, 2014 1 次提交
  7. 05 5月, 2014 1 次提交
  8. 25 4月, 2014 2 次提交
  9. 18 4月, 2014 1 次提交
  10. 14 4月, 2014 1 次提交
  11. 29 3月, 2014 3 次提交
  12. 27 3月, 2014 1 次提交
  13. 17 3月, 2014 1 次提交
  14. 14 3月, 2014 1 次提交
  15. 06 3月, 2014 2 次提交
  16. 05 3月, 2014 1 次提交
  17. 15 3月, 2014 1 次提交
  18. 13 3月, 2014 1 次提交
  19. 04 3月, 2014 1 次提交
  20. 28 2月, 2014 1 次提交
  21. 27 2月, 2014 1 次提交
  22. 03 4月, 2014 1 次提交
  23. 09 4月, 2014 1 次提交
  24. 03 4月, 2014 1 次提交
  25. 06 4月, 2014 1 次提交
  26. 03 4月, 2014 1 次提交
  27. 27 2月, 2014 1 次提交
    • M
      6498581: ThreadInterruptTest3 produces wrong output on Windows · 195d273c
      minqi 提交于
      Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set.
      Reviewed-by: acorn, kvn
      Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
      195d273c
  28. 11 3月, 2014 1 次提交
    • I
      8025644:... · 61b4eae9
      iveresov 提交于
      8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
      Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver()
      Reviewed-by: kvn, roland
      61b4eae9
  29. 26 2月, 2014 2 次提交
  30. 21 2月, 2014 1 次提交
  31. 23 4月, 2014 3 次提交
  32. 17 4月, 2014 1 次提交
  33. 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