1. 28 9月, 2013 4 次提交
  2. 27 9月, 2013 3 次提交
  3. 26 9月, 2013 2 次提交
    • A
      Merge · 7309c580
      adlertz 提交于
      7309c580
    • Z
      Merge · 703693d2
      zgu 提交于
      703693d2
  4. 25 9月, 2013 1 次提交
  5. 24 9月, 2013 1 次提交
  6. 23 9月, 2013 2 次提交
  7. 22 9月, 2013 2 次提交
  8. 21 9月, 2013 8 次提交
  9. 20 9月, 2013 4 次提交
  10. 19 9月, 2013 9 次提交
  11. 18 9月, 2013 4 次提交
    • D
      8019835: Strings interned in different threads equal but does not == · f2a47cb7
      dcubed 提交于
      Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants.
      Reviewed-by: rdurbin, sspitsyn, coleenp
      f2a47cb7
    • T
      Merge · 84626e9a
      tschatzl 提交于
      84626e9a
    • S
      8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR · 46b33f9d
      sgabdura 提交于
      Summary: Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor()
      Reviewed-by: dcubed, dsamersoff
      46b33f9d
    • T
      8024669: Native OOME when allocating after changes to maximum heap supporting... · 9576dfb6
      tschatzl 提交于
      8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
      Summary: After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap.
      Reviewed-by: kvn, brutisso
      9576dfb6