1. 6e0ea9d 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables by David Holmes · 9 years ago
  2. 83b3b21 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux by Goetz Lindenmaier · 9 years ago
  3. 1e71f67 8080775: Better argument formatting for assert() and friends by David Lindholm · 9 years ago
  4. 304b59b 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier" by Bill Pittore · 9 years ago
  5. 4dc240f 8079792: GC directory structure cleanup by Per Lidén · 9 years ago
  6. a7edf52 8073315: Enable gcc -Wtype-limits and fix upcoming issues by Goetz Lindenmaier · 10 years ago
  7. 8df6ac1 8068451: Kitchensink fails with assert(_size >= sz) failed: Negative size by Coleen Phillimore · 10 years ago
  8. 9767fa7 Merge by Yumin Qi · 10 years ago
  9. 91dbd4f 8060074: os::free() takes MemoryTrackingLevel but doesn't need it by Max Ockner · 10 years ago
  10. 95704b2 8064811: Use THREAD instead of CHECK_NULL in return statements by Stefan Karlsson · 10 years ago
  11. f92d959 8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..." by David Chase · 10 years ago
  12. f0cf82f 8046598: Scalable Native memory tracking development by Zhengyu Gu · 10 years ago
  13. f2051ed 8048241: Introduce umbrella header os.inline.hpp and clean up includes by Goetz Lindenmaier · 10 years ago
  14. 8e7c8f1 8044775: Improve usage of umbrella header atomic.inline.hpp by Goetz Lindenmaier · 10 years ago
  15. 39a6695 8043086: Hotspot is expected to report OOM which is occurred String.intern(), but crashes in JDK8u5 by Poonam Bajaj · 10 years ago
  16. c336175 8038212: Method::is_valid_method() check has performance regression impact for stackwalking by Coleen Phillimore · 10 years ago
  17. fc1a61a Merge by Lois Foltan · 10 years ago
  18. 693f28c 8039805: Fix the signature of the global new/delete operators in allocation.cpp by Volker Simonis · 10 years ago
  19. 305ec3b 8037816: Fix for 8036122 breaks build with Xcode5/clang by David Chase · 10 years ago
  20. da4aab3 8025550: valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes() by Zhengyu Gu · 10 years ago
  21. c3a0e80 Merge by Vladimir Kozlov · 11 years ago
  22. a665235 Merge by Morris Meyer · 11 years ago
  23. ba7149b 8028468: Add inlining information into ciReplay by Vladimir Kozlov · 11 years ago
  24. 469f290 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains by Coleen Phillimore · 11 years ago
  25. 39b0e57 Merge by Vladimir Kozlov · 11 years ago
  26. fca9e37 8021954: VM SIGSEGV during classloading on MacOS; hs_err_pid file produced by Lois Foltan · 11 years ago
  27. fac7ee0 8023033: PPC64 (part 13): basic changes for AIX by Goetz Lindenmaier · 11 years ago
  28. 1958240 8016903: Thread::_handle_area initial size too big by Ioi Lam · 11 years ago
  29. c2c1793 Merge by Alejandro Murillo · 11 years ago
  30. 39a1c1d 8016325: JVM hangs verifying system dictionary by Coleen Phillimore · 11 years ago
  31. ae4642e Merge by Chris Hegarty · 11 years ago
  32. 9dc36eb 8014912: Restore PrintSharedSpaces functionality after NPG by Ioi Lam · 11 years ago
  33. 988a08a Merge by Chris Hegarty · 11 years ago
  34. 98151c3 8012902: remove use of global operator new - take 2 by Yumin Qi · 11 years ago
  35. b22f700 Merge by Chris Hegarty · 11 years ago
  36. 0f7adcc 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap" by Calvin Cheung · 11 years ago
  37. 455fd39 7158805: Better rewriting of nested subroutine calls by Harold Seigel · 12 years ago
  38. 6538c51 8003635: NPG: AsynchGetCallTrace broken by Method* virtual call by Coleen Phillimore · 12 years ago
  39. 3e481cd 7199092: NMT: NMT needs to deal overlapped virtual memory ranges by Zhengyu Gu · 12 years ago
  40. 953bec3 8000617: It should be possible to allocate memory without the VM dying by Nils Loodin · 12 years ago
  41. 5c58d27 6964458: Reimplement class meta-data storage to use native memory by Jon Masamitsu · 12 years ago
  42. a39b176 6995781: Native Memory Tracking (Phase 1) by Zhengyu Gu · 12 years ago
  43. 95c56a4 7089790: integrate bsd-port changes by Kurt Miller · 13 years ago
  44. 8654134 7036747: 7017009 reappeared, problem with ElfStringTable by Zhengyu Gu · 13 years ago
  45. 380d90b 6878713: Verifier heap corruption, relating to backward jsrs by Keith McGuigan · 14 years ago
  46. b9633d4 7017124: Fix some VM stats to avoid 32-bit overflow by Vladimir Kozlov · 14 years ago
  47. 19a01fe 6993125: runThese crashes with assert(Thread::current()->on_local_stack((address)this)) by Vladimir Kozlov · 14 years ago
  48. 8006fe8 6989984: Use standard include model for Hospot by Stefan Karlsson · 14 years ago
  49. b002fe5 6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash by Pavel Tisnovsky · 14 years ago
  50. 68ff9b2 Merge by Tom Rodriguez · 14 years ago
  51. 2e48a18 6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena() by Vladimir Kozlov · 14 years ago
  52. 5bed80a 6973963: SEGV in ciBlock::start_bci() with EA by Vladimir Kozlov · 14 years ago
  53. b95c7e9 6953477: Increase portability and flexibility of building Hotspot by Bob Vandette · 14 years ago
  54. ba7c173 6941466: Oracle rebranding changes for Hotspot repositories by Erik Trimble · 14 years ago
  55. 8153779 Initial load by J. Duke · 17 years ago