1. 2c66a6c 6953144: Tiered compilation by Igor Veresov · 14 years ago
  2. 690e6e1 Merge by Tom Rodriguez · 14 years ago
  3. 84aedee 6969586: OptimizeStringConcat: SIGSEGV in LoadNode::Value() by Tom Rodriguez · 14 years ago
  4. 3f7bac7 6980978: assert(mt == t->xmeet(this)) failed: meet not commutative by Vladimir Kozlov · 14 years ago
  5. 8098787 Merge by Antonios Printezis · 14 years ago
  6. 4b9d764 Merge by Antonios Printezis · 14 years ago
  7. d7850a0 Merge by Daniel D. Daugherty · 14 years ago
  8. 150ca9b Merge by Tom Rodriguez · 14 years ago
  9. 08d9e03 4809552: Optimize Arrays.fill(...) by Tom Rodriguez · 14 years ago
  10. 6247222 6980262: Memory leak when exception is thrown in static initializer by Keith McGuigan · 14 years ago
  11. b513e51 6980206: G1: assert(has_undefined_max_size, "Undefined max size"); by Antonios Printezis · 14 years ago
  12. 6a0c40f 6961697: move nmethod constants section before instruction section by Christian Thalinger · 14 years ago
  13. 45d90a7 6976400: "Meet Not Symmetric" by Vladimir Kozlov · 14 years ago
  14. be6d973 6978300: G1: debug builds crash if ParallelGCThreads==0 by John Coomes · 14 years ago
  15. d486cee Merge by Tom Rodriguez · 14 years ago
  16. 1456a4c 6941275: G1: The MemoryPools are incorrectly supported for G1 by Antonios Printezis · 14 years ago
  17. a4b2fe3 6978355: renaming for 6961697 by Christian Thalinger · 14 years ago
  18. 23ee6aa 6910183: CMS: assert(_index < capacity(),"_index out of bounds") by Y. Srinivas Ramakrishna · 14 years ago
  19. 3756a7d 6896381: CTW fails share/vm/ci/bcEscapeAnalyzer.cpp:99, assert(_stack_height < _max_stack,"stack overflow") by Vladimir Kozlov · 14 years ago
  20. 11da6c2 Merge by Daniel D. Daugherty · 14 years ago
  21. c7e50e8 6912064: type profiles need to be exploited more for dynamic language support by John R Rose · 14 years ago
  22. ec4173f Merge by Antonios Printezis · 14 years ago
  23. 519c627 Merge by Tom Rodriguez · 14 years ago
  24. a54b1ff 6978249: spill between cpu and fpu registers when those moves are fast by Tom Rodriguez · 14 years ago
  25. 500e68f 6978533: CMS: Elide BOT update asserts until 6977974 is fixed correctly by Y. Srinivas Ramakrishna · 14 years ago
  26. b002fe5 6885308: The incorrect -XX:StackRedPages, -XX:StackShadowPages, -XX:StackYellowPages could cause VM crash by Pavel Tisnovsky · 14 years ago
  27. 846cfee Merge by John Cuthbertson · 14 years ago
  28. fc61f27 6977970: CMS: concurrentMarkSweepGeneration.cpp:7947 assert(addr <= _limit) failed: sweep invariant by Y. Srinivas Ramakrishna · 14 years ago
  29. 3b69a96 6977924: Changes for 6975078 produce build error with certain gcc versions by John Cuthbertson · 14 years ago
  30. a325f55 6977640: Zero and Shark fixes by Gary Benson · 14 years ago
  31. ce2883f 6975964: G1: print out a more descriptive message for evacuation failure when +PrintGCDetails is set by Antonios Printezis · 14 years ago
  32. 7125621 6974928: G1: sometimes humongous objects are allocated in young regions by Antonios Printezis · 14 years ago
  33. 1f0201f 6959014: G1: assert(minimum_desired_capacity <= maximum_desired_capacity) failed: sanity check by Antonios Printezis · 14 years ago
  34. 77f8453 6948538: CMS: BOT walkers can fall into object allocation and initialization cracks by Y. Srinivas Ramakrishna · 14 years ago
  35. becf7cf Merge by John Cuthbertson · 14 years ago
  36. 0f1f7c3 6976372: # assert(_owner == Thread::current()) failed: invariant by Tom Rodriguez · 14 years ago
  37. ae38e97 Merge by Daniel D. Daugherty · 14 years ago
  38. a96301c 6975006: assert(check.is_deoptimized_frame()) failed: missed deopt by Tom Rodriguez · 14 years ago
  39. 1d736d2 6974176: ShouldNotReachHere, instanceKlass.cpp:1426 by Tom Rodriguez · 14 years ago
  40. bb7d4b2 6976378: ParNew: stats are printed unconditionally in debug builds by John Coomes · 14 years ago
  41. b092cb3 6973329: C2 with Zero based COOP produces code with broken anti-dependency on x86 by Vladimir Kozlov · 14 years ago
  42. d7310fb 6976186: integrate Shark HotSpot changes by Gary Benson · 14 years ago
  43. c9ac8cc 6975855: don't emit deopt MH handler in C1 if not required by Christian Thalinger · 14 years ago
  44. b36bff7 6378314: Bad warning message when agent library not found. local directory is not searched by Jeremy Manson · 14 years ago
  45. 7ee29ee 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging by Y. Srinivas Ramakrishna · 14 years ago
  46. b0e9851 6970376: ParNew: shared TaskQueue statistics by John Coomes · 14 years ago
  47. 68ff9b2 Merge by Tom Rodriguez · 14 years ago
  48. 2e48a18 6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena() by Vladimir Kozlov · 14 years ago
  49. 7fe1c05 6966222: G1: simplify TaskQueue overflow handling by John Coomes · 14 years ago
  50. f8eed77 6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the . by John Cuthbertson · 14 years ago
  51. 4728aa0 6974682: CTW: assert(target != NULL) failed: must not be null by Vladimir Kozlov · 14 years ago
  52. b4148f3 6963209: G1: remove the concept of abandoned pauses by Antonios Printezis · 14 years ago
  53. 5bed80a 6973963: SEGV in ciBlock::start_bci() with EA by Vladimir Kozlov · 14 years ago
  54. b95c7e9 6953477: Increase portability and flexibility of building Hotspot by Bob Vandette · 14 years ago
  55. f0b6dc4 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path() by Vladimir Kozlov · 14 years ago
  56. d44a368 6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows by Andrew Haley · 14 years ago
  57. b071e2a Merge by Tom Rodriguez · 14 years ago
  58. 53ac035 Merge by Andrei Pangin · 14 years ago
  59. 27c8e4b Merge by Y. Srinivas Ramakrishna · 14 years ago
  60. 0ed8a9f Merge by Tom Rodriguez · 14 years ago
  61. 3fbdd52 6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value() by Vladimir Kozlov · 14 years ago
  62. 762e078 6970566: runThese fails with SIGSEGV by Tom Rodriguez · 14 years ago
  63. 38ab95c 6962589: remove breadth first scanning code from parallel gc by Antonios Printezis · 14 years ago
  64. 3a2b2b4 6814437: G1: remove the _new_refs array by John Cuthbertson · 14 years ago
  65. 75c2333 Merge by Kevin Walls · 14 years ago
  66. 5fb46fd 6581734: CMS Old Gen's collection usage is zero after GC which is incorrect by Kevin Walls · 14 years ago
  67. f495cb2 Merge by Y. Srinivas Ramakrishna · 14 years ago
  68. 625332a Merge by Y. Srinivas Ramakrishna · 14 years ago
  69. 3888d50 6964170: Verifier crashes by Andrei Pangin · 14 years ago
  70. 5c3da1e 6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307 by John Cuthbertson · 14 years ago
  71. daf491a 6962947: shared TaskQueue statistics by John Coomes · 14 years ago
  72. 7e34622 6969574: invokedynamic call sites deoptimize instead of executing by John R Rose · 14 years ago
  73. 4efdcb8 Merge by Y. Srinivas Ramakrishna · 14 years ago
  74. 734af9c Merge by Tom Rodriguez · 14 years ago
  75. a4e4149 6964498: JSR 292 invokedynamic sites need local bootstrap methods by John R Rose · 14 years ago
  76. ffb15fd Merge by Tom Rodriguez · 14 years ago
  77. ea25541 6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method by Tom Rodriguez · 14 years ago
  78. 6572ca3 Merge by Andrei Pangin · 14 years ago
  79. 2b339c9 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies by Vladimir Kozlov · 14 years ago
  80. 1eabc28 6968385: malformed xml in sweeper logging by Tom Rodriguez · 14 years ago
  81. c0b1b0d Merge by Y. Srinivas Ramakrishna · 14 years ago
  82. d3c3800 6958668: repeated uncommon trapping for new of klass which is being initialized by Tom Rodriguez · 14 years ago
  83. 7533d0c 6965184: possible races in make_not_entrant_or_zombie by Tom Rodriguez · 14 years ago
  84. a20650a 6967423: Hotspot support for modules image by Mandy Chung · 14 years ago
  85. ae3ddc1 Merge by Tom Rodriguez · 14 years ago
  86. 7c19b04 Merge by Karen Kinnear · 14 years ago
  87. cc513a8 6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP by Vladimir Kozlov · 14 years ago
  88. bf1ca00 6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1 by Tom Rodriguez · 14 years ago
  89. 13ac5e3 6964164: MonitorInUseLists leak of contended objects by Karen Kinnear · 14 years ago
  90. e8dbd32 6957084: simplify TaskQueue overflow handling by John Coomes · 14 years ago
  91. 091b24c Merge by Coleen Phillimore · 14 years ago
  92. 7b529c7 Merge by John R Rose · 14 years ago
  93. 4bd0381 6964774: Adjust optimization flags setting by Vladimir Kozlov · 14 years ago
  94. 448b83e 6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist() by Vladimir Kozlov · 14 years ago
  95. dfc84e8 6944166: G1: explicit GCs are not always handled correctly by Antonios Printezis · 14 years ago
  96. 8a416b2 6964479: widen normalization of small int and long values should be symmetric by Vladimir Kozlov · 14 years ago
  97. 52adb9a Merge by Coleen Phillimore · 14 years ago
  98. 3c5e7ab Merge by John R Rose · 14 years ago
  99. 36e0024 Merge by Jon Masamitsu · 14 years ago
  100. a792499 6888573: class data sharing does not always disable large pages by John Coomes · 14 years ago