Kim Barrett
|
8a2170dad7
|
8205559: Remove IN_CONCURRENT_ROOT Access decorator
Removed decorator and made all NativeAccess use barriers.
Reviewed-by: pliden, stefank
|
2018-06-26 16:59:38 -04:00 |
|
Stefan Karlsson
|
11813888b8
|
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
|
2018-05-26 06:59:49 +02:00 |
|
Per Lidén
|
22c9d34be1
|
8205405: ZGC: Decouple JFR type registration
Reviewed-by: stefank, mgronlun
|
2018-06-25 10:54:55 +02:00 |
|
Per Lidén
|
d33aa17aec
|
8205339: ZGC: VerifyBeforeIteration not yet supported
Reviewed-by: stefank, eosterlund
|
2018-06-20 11:33:43 +02:00 |
|
Per Lidén
|
98f42dc0f5
|
8205344: TraceMemoryManagerStats changes in JDK-8195115 broke ZGC
Reviewed-by: shade, eosterlund
|
2018-06-19 19:19:43 +02:00 |
|
Nils Eliasson
|
ea59779f5b
|
8204927: ZGC: assert(phase->idom(head) == head->in(LoopNode::EntryControl)) failed
Update idom
Reviewed-by: roland
|
2018-06-15 13:57:37 +02:00 |
|
Stefan Karlsson
|
14373f7ff8
|
8205163: ZGC: Keeps finalizable marked PhantomReference referents strongly alive
Reviewed-by: pliden, kbarrett
|
2018-06-19 08:44:31 +02:00 |
|
Kim Barrett
|
05b5a78903
|
8204939: Change Access nomenclature: root to native
Rename RootAccess => NativeAccess, IN_ROOT => IN_NATIVE, and related cleanups.
Reviewed-by: pliden, stefank, coleenp
|
2018-06-15 16:53:58 -04:00 |
|
Vladimir Kozlov
|
9b7a61eff1
|
8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected
Exit VM with Error when JVMCI does not support seected GC.
Reviewed-by: iveresov, thartmann
|
2018-06-15 09:16:48 -07:00 |
|
Per Lidén
|
ec4c0637f8
|
8205050: ZGC: Incorrect use of RootAccess in ZHeapIterator
Reviewed-by: stefank, eosterlund
|
2018-06-15 13:31:50 +02:00 |
|
Per Lidén
|
57203871dd
|
8205028: ZGC: Remove incorrect comment in ZHeap::object_iterate()
Reviewed-by: stefank, eosterlund
|
2018-06-15 13:31:43 +02:00 |
|
Per Lidén
|
8b9c9258aa
|
8205024: ZGC: Worker threads boost mode not always enabled when is should be
Reviewed-by: stefank, eosterlund
|
2018-06-15 13:31:36 +02:00 |
|
Per Lidén
|
2f16dd96db
|
8205022: ZGC: SoftReferences not always cleared before throwing OOME
Reviewed-by: stefank, eosterlund
|
2018-06-15 13:31:27 +02:00 |
|
Per Lidén
|
39a24e8590
|
8205020: ZGC: Apply workaround for buggy sem_post() in glibc < 2.21
Reviewed-by: stefank, eosterlund
|
2018-06-15 13:31:20 +02:00 |
|
Robbin Ehn
|
6b62a66298
|
8204613: StringTable: Calculates wrong number of uncleaned items
Reviewed-by: pliden, coleenp
|
2018-06-14 07:26:27 +02:00 |
|
Kim Barrett
|
df34500027
|
8204585: Remove IN_ARCHIVE_ROOT from Access API
Replaced Access API with API on heap.
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Reviewed-by: jiangli, coleenp, tschatzl
|
2018-06-12 18:12:59 -04:00 |
|
Per Lidén
|
e7af7a4aef
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
|
2018-06-12 17:40:28 +02:00 |
|