Thomas Schatzl
|
eaca9f8846
|
8234574: Rename prediction methods in G1Analytics
Reviewed-by: sjohanss, sangheki
|
2019-12-02 14:21:32 +01:00 |
|
Robbin Ehn
|
3d7d54b145
|
8234086: VM operation can be simplified
Reviewed-by: kbarrett, dholmes, dcubed
|
2019-11-29 12:09:25 +01:00 |
|
Thomas Schatzl
|
257c3930f9
|
8227434: G1 predictions may over/underflow with high variance input
Clamp G1 prediction output to sensible values.
Reviewed-by: lkorinth, sjohanss
|
2019-11-29 10:20:16 +01:00 |
|
Stefan Karlsson
|
d45ec50076
|
8234737: Harmonize parameter order in Atomic - add
Reviewed-by: rehn, dholmes
|
2019-11-25 12:31:39 +01:00 |
|
Stefan Karlsson
|
e527ce4b57
|
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Reviewed-by: rehn, dholmes
|
2019-11-25 12:22:13 +01:00 |
|
Leo Korinth
|
48615b4ca9
|
8233029: Obsolete flag GCTaskTimeStampEntries
Reviewed-by: kbarrett, tschatzl
|
2019-11-25 08:11:24 +01:00 |
|
Erik Österlund
|
54572d621a
|
8233797: ZGC: Unify naming convention for functions using atomics
Reviewed-by: pliden, stefank
|
2019-11-12 20:01:23 +00:00 |
|
Thomas Schatzl
|
c4b3dcf8c1
|
8189737: Make HeapRegion not derive from Space
Reviewed-by: sjohanss, kbarrett
|
2019-11-08 10:01:13 +01:00 |
|
Kim Barrett
|
89e3782f21
|
8233364: Fix undefined behavior in Canonicalizer::do_ShiftOp
Add java_shift_xxx helpers and use them.
Reviewed-by: aph, kvn
|
2019-11-07 16:22:22 -05:00 |
|
Claes Redestad
|
12adeca887
|
8233708: VectorSet cleanup
Reviewed-by: neliasso, shade, thartmann
|
2019-11-07 12:12:39 +01:00 |
|
Markus Grönlund
|
8addc1418a
|
8226511: Implement JFR Event Streaming
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Reviewed-by: egahlin, mseledtsov, mgronlun
|
2019-10-30 19:43:52 +01:00 |
|
Coleen Phillimore
|
9308d18580
|
8232788: Move biased locking initalization
Reviewed-by: pchilanomate, dholmes
|
2019-10-24 08:52:33 -04:00 |
|
Aleksey Shipilev
|
c1474ca64b
|
8231930: Windows build fails after JDK-8191521
Reviewed-by: dholmes, clanger
|
2019-10-07 15:00:24 +02:00 |
|
Ralf Schmelter
|
98a2c05b5d
|
8191521: handle long relative path specified in -Xbootclasspath/a on windows
Reviewed-by: ccheung, clanger
|
2019-10-01 14:09:44 +02:00 |
|
Stefan Karlsson
|
2f67784a45
|
8230759: ZGC: Fix integer types
Reviewed-by: pliden
|
2019-09-11 09:47:42 +02:00 |
|
David Holmes
|
99252bd9d6
|
8230423: Move os::sleep to JavaThread::sleep
Reviewed-by: rehn, dcubed
|
2019-09-11 22:09:05 -04:00 |
|
Stefan Karlsson
|
7384f6cdcf
|
8224599: Remove globals_ext.hpp
Reviewed-by: coleenp, kvn, gziemski, ehelin
|
2019-09-04 11:05:20 +02:00 |
|
David Holmes
|
394d6ac55b
|
8230422: Convert uninterruptible os::sleep calls to os::naked_short_sleep
Reviewed-by: kbarrett, dcubed, shade
|
2019-09-07 18:48:57 -04:00 |
|
Erik Österlund
|
f869706f5f
|
8224815: Remove non-GC uses of CollectedHeap::is_in_reserved()
Reviewed-by: stefank, coleenp
|
2019-09-05 08:26:49 +02:00 |
|
Daniel D. Daugherty
|
9b992ead1e
|
8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
Reviewed-by: kbarrett, dholmes
|
2019-08-28 10:56:50 -04:00 |
|
Patricio Chilano Mateo
|
85dbabe345
|
8229844: Remove attempt_rebias parameter from revoke_and_rebias()
Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter()
Reviewed-by: dholmes, rehn, coleenp, dcubed
|
2019-08-27 20:10:06 +00:00 |
|
Stefan Karlsson
|
e1aca70a1c
|
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
|
2019-08-26 09:13:38 +02:00 |
|
Kim Barrett
|
1acad37ee6
|
8227054: ServiceThread needs to know about all OopStorage objects
8227053: ServiceThread cleanup of OopStorage is missing some
OopStorages provides named access and iteration.
Reviewed-by: eosterlund, pliden, coleenp
|
2019-08-21 18:42:30 -04:00 |
|
Stefan Karlsson
|
ae5615c614
|
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Reviewed-by: rkennke, coleenp, kbarrett, dcubed
|
2019-08-06 10:48:21 +02:00 |
|
Coleen Phillimore
|
cd598622cc
|
8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
Make VALUE parameter be included in CONFIG configuration, also remove BaseConfig
Reviewed-by: dholmes, kbarrett
|
2019-06-24 16:51:23 -04:00 |
|
Thomas Stuefe
|
a7f5e6f7fd
|
8225225: stringStream internal buffer should always be zero terminated
Reviewed-by: coleenp, dholmes
|
2019-06-05 19:34:43 +02:00 |
|
Igor Ignatyev
|
18eb89aac0
|
8224945: googlemock update breaks the build of arm32 and ppc
Reviewed-by: dholmes, simonis
|
2019-05-29 11:54:26 -07:00 |
|
Igor Ignatyev
|
99a18f1249
|
8222414: bring googlemock v1.8.1
Reviewed-by: erikj, rwestberg
|
2019-05-27 19:46:34 -07:00 |
|
Thomas Stuefe
|
a46a6bcfeb
|
8220394: bufferedStream does not honor size limit
Reviewed-by: dholmes, clanger
|
2019-05-24 09:02:33 +02:00 |
|
Stefan Karlsson
|
4914e0ee95
|
8224203: Remove need to specify type when using FLAG_SET macros
Reviewed-by: rehn, pliden, coleenp
|
2019-05-22 13:06:31 +02:00 |
|
Thomas Stuefe
|
7a0ac25b37
|
8224193: stringStream should not use Resouce Area
Reviewed-by: goetz, coleenp, dholmes
|
2019-05-22 09:33:22 +02:00 |
|
Andrew Luo
|
5bdacf11bd
|
8223810: HotSpot compile warnings from VS2017
Reviewed-by: dholmes, stuefe
|
2019-05-14 20:29:40 -04:00 |
|
Coleen Phillimore
|
204059634d
|
8223657: Remove unused THREAD argument from SymbolTable functions
Also made lookup and lookup_only functions private to SymbolTable. External callers use new_symbol or probe.
Reviewed-by: dholmes, gziemski
|
2019-05-14 11:29:18 -04:00 |
|
Per Lidén
|
44e7959bb8
|
8222480: Implementation: JEP 351: ZGC: Uncommit Unused Memory
Reviewed-by: stefank, eosterlund
|
2019-05-14 09:55:02 +02:00 |
|
Stefan Karlsson
|
c90f3ee68b
|
8223624: Cleanup includes of universe.hpp
Reviewed-by: coleenp, lkorinth
|
2019-05-09 14:28:30 +02:00 |
|
Aleksey Shipilev
|
3b1bb3d2a7
|
8223589: Build failures after JDK-8223534 (add back fixed test_markOop.cpp)
Reviewed-by: coleenp
|
2019-05-08 23:53:24 +02:00 |
|
Coleen Phillimore
|
0450eca4e7
|
8223534: add back fixed test_markOop.cpp
The test needed wait_with_safepoint_check in the main thread.
Reviewed-by: dcubed
|
2019-05-08 13:22:27 -04:00 |
|
Coleen Phillimore
|
260ae30b14
|
8223481: gtest/GTestWrapper.java failed due to "assert(ret == 0) failed: sem_post failed; error='Invalid argument' (errno=EINVAL)"
Remove the test for now.
Reviewed-by: dholmes
|
2019-05-07 18:24:36 -04:00 |
|
Coleen Phillimore
|
0c6f7e5516
|
8223412: tier1 build failure after 8222893
Disable the test in PRODUCT
Reviewed-by: dcubed, pliden, kvn
|
2019-05-06 18:01:01 -04:00 |
|
Coleen Phillimore
|
26255c10cb
|
8222893: markOopDesc::print_on() is a bit confused
Add print_on for ObjectMonitor and make markOop printing sensible and add test.
Reviewed-by: dcubed, pchilanomate
|
2019-05-06 15:25:57 -04:00 |
|
Stefan Karlsson
|
087c03a0c7
|
8198505: Remove CollectorPolicy and its subclasses
Reviewed-by: pliden, shade
|
2019-04-15 11:47:46 +02:00 |
|
Coleen Phillimore
|
fbafef11c0
|
8222811: Consolidate MutexLockerEx and MutexLocker
Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
|
2019-04-25 10:56:31 -04:00 |
|
Per Lidén
|
86808b9d47
|
8221786: ZGC: Increase max heap size to 16TB
Reviewed-by: stefank
|
2019-04-25 08:55:50 +02:00 |
|
Thomas Stuefe
|
1baf5289c5
|
8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
Reviewed-by: adinn, coleenp, mdoerr
|
2019-03-27 14:13:34 +01:00 |
|
David Holmes
|
2f20909d10
|
8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
Reviewed-by: dcubed, stuefe
|
2019-04-03 22:03:39 +00:00 |
|
Kim Barrett
|
e7e00f7ae0
|
8221102: Allow GC threads to participate in threads claiming protocol
Expand claim counter from 1bit to uintx, with rare overflow handling.
Reviewed-by: tschatzl, rkennke
|
2019-04-02 13:08:38 -04:00 |
|
Per Lidén
|
7a623e6e46
|
8221540: ZGC: Reduce width of zForwardingEntry::from_index field
Reviewed-by: stefank, eosterlund
|
2019-03-28 19:43:59 +01:00 |
|
Per Lidén
|
4a83447db2
|
8220597: ZGC: Convert ZForwarding to use ZAttachedArray
Reviewed-by: stefank, eosterlund
|
2019-03-18 11:50:40 +01:00 |
|
Per Lidén
|
dd412e66c5
|
8220594: ZGC: Remove superfluous ZPage::is_active()
Reviewed-by: stefank, eosterlund
|
2019-03-18 11:50:40 +01:00 |
|
Per Lidén
|
0ce7c21d33
|
8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
Reviewed-by: stefank, eosterlund
|
2019-03-18 11:50:39 +01:00 |
|