Commit Graph

4103 Commits

Author SHA1 Message Date
John Cuthbertson
5a239d996b 6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests
Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.

Reviewed-by: ysr, tonyp
2009-11-24 15:19:30 -08:00
Antonios Printezis
9cf0c891d9 6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
It introduces the necessary memory pools for G1.

Reviewed-by: mchung, ysr
2009-11-20 14:47:01 -05:00
Y. Srinivas Ramakrishna
b5af9f3408 6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
ScavengeALot now causes an incremental (but possibly partially young, in the G1 sense) collection. Some such collections may be abandoned on account of MMU specs. Band-aided a native leak associated with abandoned pauses, as well as an MMU tracker overflow related to frequent scavenge events in the face of a large MMU denominator interval; the latter is protected by a product flag that defaults to false.

Reviewed-by: tonyp
2009-11-19 13:43:25 -08:00
Y. Srinivas Ramakrishna
c54bb4236d 6902701: G1: protect debugging code related to 6898948 with a debug flag
Protected stats dump with a new develop flag; other than for the dump, reconciled product and non-product behaviour in face of the error.

Reviewed-by: tonyp
2009-11-19 10:19:19 -08:00
Y. Srinivas Ramakrishna
241f0f0cd8 6898948: G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
Added instrumentation and (temporary) assert in non-product mode; clipped the value when found out-of-bounds in product mode. Fix of original issue will follow collection of data from this instrumentation.

Reviewed-by: jcoomes, tonyp
2009-11-13 11:55:26 -08:00
Jon Masamitsu
bedf908436 6898857: [Regression] -XX:NewRatio with -XX:+UseConcMarkSweepGC causes fatal error
Use CollectorPolicy information instead of MaxNewSize

Reviewed-by: ysr, jcoomes
2009-11-10 11:32:48 -08:00
John Cuthbertson
f473d94b9c 6895788: G1: SATB and update buffer allocation code allocates too much space
The type in the NEW_C_HEAP_ARRRY and FREE_C_HEAP_ARRAY calls in the buffer allocation code was changed from void* to char as the size argument had already been mulitipled by the byte size of an object pointer.

Reviewed-by: ysr, tonyp
2009-11-06 11:10:05 -08:00
Y. Srinivas Ramakrishna
a3e539d0da 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
Allow iteration over the shared spaces when using CDS, repealing previous proscription. Deferred further required CDS-related cleanups of perm gen to CR 6897789.

Reviewed-by: phh, jmasa
2009-11-03 16:43:16 -08:00
Antonios Printezis
56b1d0c435 Merge 2009-10-30 13:31:11 -04:00
John Cuthbertson
bf0f699b33 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null.

Reviewed-by: kvn, twisti
2009-10-29 09:42:26 -07:00
Changpeng Fang
c1eacdef5a Merge 2009-10-29 08:49:31 -07:00
Y. Srinivas Ramakrishna
cd43e74d4e 6818264: Heap dumper unexpectedly adds .hprof suffix
Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before.

Reviewed-by: alanb, jcoomes, tonyp
2009-10-28 11:16:42 -07:00
Xiaobin Lu
5e86d923f2 Merge 2009-10-28 10:37:17 -07:00
J. Duke
53c56beacc Merge 2017-07-05 17:02:28 +02:00
J. Duke
1609d23ef1 Merge 2017-07-05 17:02:26 +02:00
J. Duke
02763a9e6d Merge 2017-07-05 17:02:23 +02:00
J. Duke
6d5757806b Merge 2017-07-05 17:02:21 +02:00
J. Duke
6d3af94abf Merge 2017-07-05 17:02:18 +02:00
J. Duke
248d612e4a Merge 2017-07-05 17:02:15 +02:00
J. Duke
f081b1f2e8 Merge 2017-07-05 17:02:09 +02:00
J. Duke
69c643745a Added tag jdk7-b74 for changeset 4e7661eaa211 2017-07-05 17:01:56 +02:00
J. Duke
4d263d042f Merge 2017-07-05 17:01:55 +02:00
J. Duke
9882433fe4 Merge 2017-07-05 17:01:52 +02:00
J. Duke
2fc8097001 Merge 2017-07-05 17:01:48 +02:00
J. Duke
1f81c46334 Merge 2017-07-05 17:01:45 +02:00
J. Duke
b3ce3d8d05 Merge 2017-07-05 17:01:42 +02:00
J. Duke
629669567b Merge 2017-07-05 17:01:39 +02:00
J. Duke
9b746af421 Merge 2017-07-05 17:01:25 +02:00
J. Duke
edb2586655 Added tag jdk7-b73 for changeset ce74bd35ce94 2017-07-05 17:01:15 +02:00
J. Duke
ac3412974f Merge 2017-07-05 17:01:15 +02:00
J. Duke
758d479de5 Merge 2017-07-05 17:01:13 +02:00
J. Duke
80fbf1a170 Merge 2017-07-05 17:01:09 +02:00
J. Duke
ab2a3b614c Merge 2017-07-05 17:01:05 +02:00
J. Duke
2efb7b7f9f Merge 2017-07-05 17:01:02 +02:00
J. Duke
5aedb52487 Merge 2017-07-05 17:00:57 +02:00
J. Duke
44cf49d7be Merge 2017-07-05 17:00:49 +02:00
J. Duke
46f3972d89 Added tag jdk7-b72 for changeset df4bcd06e1d0 2017-07-05 17:00:34 +02:00
J. Duke
e21ea57f72 Merge 2017-07-05 17:00:34 +02:00
J. Duke
990d62469c Merge 2017-07-05 17:00:31 +02:00
J. Duke
ff1e83ec96 Merge 2017-07-05 17:00:25 +02:00
J. Duke
b4f3178fa2 Merge 2017-07-05 17:00:22 +02:00
J. Duke
df281bcfc4 Merge 2017-07-05 17:00:20 +02:00
J. Duke
c0f57c3cc9 Merge 2017-07-05 17:00:17 +02:00
J. Duke
d5d67fd057 Merge 2017-07-05 17:00:08 +02:00
J. Duke
b622e83242 Added tag jdk7-b71 for changeset c5d39b6be65c 2017-07-05 16:59:56 +02:00
J. Duke
2e480a6f2b Merge 2017-07-05 16:59:55 +02:00
J. Duke
2fcdf2e09c Merge 2017-07-05 16:59:53 +02:00
J. Duke
5b7cb8bdc8 Merge 2017-07-05 16:59:48 +02:00
J. Duke
8918fda4f4 Merge 2017-07-05 16:59:46 +02:00
J. Duke
ab1bf94cb3 Merge 2017-07-05 16:59:43 +02:00