1. 28 4月, 2014 1 次提交
  2. 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
  3. 22 5月, 2014 1 次提交
  4. 27 3月, 2014 1 次提交
  5. 23 4月, 2014 1 次提交
  6. 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
  7. 27 2月, 2014 2 次提交
  8. 30 1月, 2014 1 次提交
  9. 22 3月, 2014 1 次提交
  10. 24 3月, 2014 1 次提交
    • T
      8035406: Improve data structure for Code Cache remembered sets · 81f9110e
      tschatzl 提交于
      Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.
      Reviewed-by: mgerdin, brutisso
      81f9110e
  11. 10 4月, 2014 1 次提交
  12. 15 2月, 2014 1 次提交
  13. 13 2月, 2014 1 次提交
  14. 24 1月, 2014 1 次提交
    • S
      8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on... · 6ee39249
      sspitsyn 提交于
      8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa
      Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution
      Reviewed-by: mgronlun, dholmes, sla, dcubed
      Contributed-by: serguei.spitsyn@oracle.com
      6ee39249
  15. 16 1月, 2014 1 次提交
  16. 07 2月, 2014 1 次提交
  17. 14 1月, 2014 1 次提交
  18. 03 2月, 2014 1 次提交
  19. 25 12月, 2013 1 次提交
  20. 01 4月, 2014 1 次提交
  21. 13 12月, 2013 1 次提交
  22. 05 12月, 2013 1 次提交
    • J
      8029507: Enhance JVM method processing · 2d15fc3c
      jrose 提交于
      Summary: update MemberName.clazz correctly in MemberName.resolve; also pass lookupClass to MethodHandles::resolve_MemberName
      Reviewed-by: acorn, vlivanov
      2d15fc3c
  23. 04 12月, 2013 1 次提交
    • S
      8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on... · 491540d9
      sspitsyn 提交于
      8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
      Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
      Reviewed-by: sla, dholmes, dsamersoff
      Contributed-by: serguei.spitsyn@oracle.com
      491540d9
  24. 20 11月, 2013 1 次提交
  25. 08 11月, 2013 1 次提交
    • M
      8027237: New tests on ReservedSpace/VirtualSpace classes · b161c86c
      mgerdin 提交于
      Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
      Reviewed-by: stefank, zgu
      Contributed-by: aleksey.timofeev@oracle.com
      b161c86c
  26. 02 11月, 2013 1 次提交
  27. 01 11月, 2013 1 次提交
    • C
      8026946: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle · b1ca3bae
      coleenp 提交于
      8026948: JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint might not work with anonymous classes
      Summary: Walk methods in breakpoints for marking on stack so they aren't deallocated by redefine classes.  Use class_holder rather than class_loader to keep GC from reclaiming class owning the method.
      Reviewed-by: sspitsyn, ehelin, sla
      b1ca3bae
  28. 24 10月, 2013 2 次提交
  29. 23 10月, 2013 1 次提交
  30. 21 10月, 2013 1 次提交
  31. 15 10月, 2013 2 次提交
  32. 08 10月, 2013 2 次提交
  33. 05 10月, 2013 1 次提交
  34. 04 10月, 2013 1 次提交
  35. 03 10月, 2013 1 次提交
  36. 02 10月, 2013 1 次提交