Stefan Karlsson
0ad50c2b5c
8234740: Harmonize parameter order in Atomic - cmpxchg
...
Reviewed-by: rehn, dholmes
2019-11-25 12:33:15 +01:00
Stefan Karlsson
3d426623bf
8234739: Harmonize parameter order in Atomic - xchg
...
Reviewed-by: rehn, dholmes
2019-11-25 12:32:40 +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
8db2c1158e
8234736: Harmonize parameter order in Atomic - store
...
Reviewed-by: rehn, dholmes
2019-11-25 12:30:24 +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
Erik Österlund
f4fced0e24
8234509: Race in macOS os::processor_id()
...
Reviewed-by: dholmes, pliden, rehn
2019-11-25 09:10:41 +00:00
Erik Österlund
8e709f03bb
8234512: Missing pieces from JDK-8224816
...
Reviewed-by: rehn, pliden, kbarrett, gziemski
2019-11-20 14:51:42 +00:00
Lutz Schmidt
91b7fd7659
8233787: Break cycle in vm_version* includes
...
Reviewed-by: kbarrett, mdoerr
2019-11-18 17:11:06 +01:00
Martin Doerr
1d0704211a
8234188: AIX build broken after 8220310
...
Reviewed-by: hseigel
2019-11-15 11:09:29 +01:00
David Holmes
697a87460d
8233549: Thread interrupted state must only be accessed when not in a safepoint-safe state
...
Reviewed-by: dcubed, sspitsyn
2019-11-14 22:36:40 -05:00
Sangheon Kim
46c3d43f83
8220312: Implementation: NUMA-Aware Memory Allocation for G1, Logging (3/3)
...
Reviewed-by: kbarrett, sjohanss, tschatzl
2019-11-13 10:51:41 -08:00
Sangheon Kim
52116d808c
8220310: Implementation: NUMA-Aware Memory Allocation for G1, Mutator (1/3)
...
Reviewed-by: kbarrett, sjohanss, tschatzl, pliden
2019-11-13 10:49:12 -08:00
Coleen Phillimore
ed21b56269
8233913: Remove implicit conversion from Method* to methodHandle
...
Fix call sites to use existing THREAD local or pass down THREAD local for shallower callsites. Make linkResolver methods return Method* for caller to handleize if needed.
Reviewed-by: iklam, thartmann, hseigel
2019-11-13 08:23:23 -05:00
Erik Österlund
d7ae51cc26
8224817: Implementation of JEP 364: ZGC on macOS
...
Reviewed-by: pliden, stefank
2019-11-12 09:27:21 +00:00
Coleen Phillimore
b4d28f36fc
8232735: Convert PrintJNIResolving to Unified Logging
...
Converted the existing output at debug level because it is noisy
Reviewed-by: iklam, dholmes
2019-11-11 12:11:34 -05:00
David Holmes
1d50b2761c
8229516: Thread.isInterrupted() always returns false after thread termination
...
Reviewed-by: dnsimon, sspitsyn, dcubed, alanb
2019-11-03 18:02:29 -05:00
Bob Vandette
f5632e62b2
8227006: [linux] Runtime.availableProcessors execution time increased by factor of 100
...
Reviewed-by: dholmes, sgehwolf, redestad
2019-10-31 19:32:41 +00:00
Stefan Karlsson
ecb66d2c55
8232650: ZGC: Add initialization hooks for OS specific code
...
Reviewed-by: pliden, eosterlund
2019-10-28 11:26:53 +01:00
Stefan Karlsson
cc72a06c3b
8232651: Add implementation of os::processor_id() for Windows
...
Reviewed-by: dholmes, stuefe
2019-10-28 11:26:00 +01:00
Per Lidén
a8c4e6786d
8231552: ZGC: Refine address space reservation
...
Reviewed-by: eosterlund, stefank
2019-10-24 17:24:58 +02:00
Benoit Daloze
54be25b07b
8232571: Add missing SIGINFO signal
...
Reviewed-by: dholmes, rriggs
2019-10-22 22:00:21 -04:00
Per Lidén
ee4c8f5f19
8232239: ZGC: Inline ZCPU::count() and ZCPU:id()
...
Reviewed-by: tschatzl
2019-10-21 09:58:32 +02:00
Claes Redestad
a4e6e67553
8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
...
Reviewed-by: bobv, sgehwolf
2019-10-17 00:19:02 +02:00
Claes Redestad
638fe2b833
8232211: Remove dead code from os.hpp|cpp
...
Reviewed-by: dholmes, dcubed, rehn
2019-10-17 00:00:13 +02:00
Matthias Baesken
2882b4c549
8232107: support ThreadPriorityPolicy flag on AIX
...
Reviewed-by: clanger, dholmes
2019-10-10 14:20:43 +02:00
Matthias Baesken
19a6085f43
8232052: use string literal for format string when handling PauseAtStartupFile
...
Reviewed-by: clanger, stuefe
2019-10-09 14:07:44 +02:00
Matthias Baesken
124bc7bb1e
8232060: add some initializations using sigemptyset in os_aix.cpp
...
Reviewed-by: clanger, stuefe
2019-10-10 08:46:07 +02:00
Matthias Baesken
d10abea7cf
8231753: use more Posix functionality in aix os::print_os_info
...
Reviewed-by: clanger, dholmes
2019-10-08 09:33:57 +02:00
Matthias Baesken
0072545f58
8231751: on aix handle Power 9 in os::get_summary_cpu_info
...
Reviewed-by: clanger, mdoerr
2019-10-02 10:01:18 +02:00
Christoph Langer
d00fd45b66
8231885: Fix/remove malformed assert in os_windows.cpp
...
Reviewed-by: dcubed, stuefe, kbarrett
2019-10-07 13:32:44 +01:00
Per Lidén
fb0197c5db
8231774: ZGC: ZVirtualMemoryManager unmaps incorrect address
...
Reviewed-by: kbarrett, stefank
2019-10-03 10:54:18 +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
Arno Zeller
03c764c5e3
8231457: Asserts on AIX because os::elapsed_counter() is not monotonic
...
Replace gettimeofday with javaTimeNanos
Reviewed-by: dholmes, stuefe
2019-09-28 17:52:07 -04:00
Erik Österlund
13d0bac294
8224820: ZGC: Support discontiguous heap reservations
...
Reviewed-by: pliden, stefank
2019-09-24 10:04:13 +00:00
David Holmes
23ec926327
8230395: Code checks for NULL value returned from NEW_C_HEAP_ARRAY which can not happen
...
Reviewed-by: lkorinth, hseigel, thartmann, dnsimon
2019-09-24 03:28:42 -04:00
Matthias Baesken
e2ebf7b822
8231171: remove remaining sun.java.launcher.pid references
...
Reviewed-by: alanb, dholmes
2019-09-20 10:28:48 +02:00
Matthias Baesken
b9e177677c
8228482: fix xlc16/xlclang comparison of distinct pointer types and string literal conversion warnings
...
Reviewed-by: clanger, mdoerr
2019-07-23 16:52:38 +02:00
David Holmes
5bca86f9f4
8230424: Use platform independent code for Thread.interrupt support
...
8231094: os::sleep in assert message should be changed to JavaThread::sleep
Reviewed-by: rehn, dcubed
2019-09-17 19:09:37 -04:00
Per Lidén
39fd81e4a7
8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
...
Reviewed-by: stefank
2019-09-13 08:40:09 +02:00
David Holmes
99252bd9d6
8230423: Move os::sleep to JavaThread::sleep
...
Reviewed-by: rehn, dcubed
2019-09-11 22:09:05 -04:00
Bob Vandette
591c4f80f1
8229202: Docker reporting causes secondary crashes in error handling
...
Reviewed-by: coleenp, hseigel, mseledtsov
2019-09-11 17:30:30 +00:00
Leo Korinth
4b6f9ed07f
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY
...
Reviewed-by: dholmes, kbarrett, tschatzl
2019-09-11 14:16:30 +02:00
Leo Korinth
eafb888c18
8227168: Cleanup usage of NEW_C_HEAP_ARRAY
...
Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
2019-09-11 14:16:27 +02:00
David Holmes
99c17fbf33
6313903: Thread.sleep(3) might wake up immediately on windows
...
Reviewed-by: rehn, dcubed, rriggs
2019-09-03 23:42:06 -04:00
Matthias Baesken
b7821ad399
8224214: [AIX] Remove support for legacy xlc compiler
...
Reviewed-by: erikj, kbarrett, mdoerr, dholmes
2019-08-30 09:37:41 +02:00
Per Lidén
536122fed6
8230092: ZGC: Consolidate ZBackingFile, ZBackingPath and ZPhysicalMemoryBacking on Linux
...
Reviewed-by: stefank
2019-08-28 09:50:21 +02:00
Per Lidén
1a76c72367
8230090: ZGC: Introduce ZSyscall
...
Reviewed-by: stefank
2019-08-28 09:50:20 +02: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
Boris Ulasevich
9e633ae065
8229254: solaris_x64 build fails after JDK-8191278
...
Reviewed-by: kbarrett, dholmes
2019-08-21 17:09:05 +03:00
Andrew Dinn
047b8bfeb7
8224974: Implement JEP 352
...
Non-Volatile Mapped Byte Buffers
Reviewed-by: alanb, kvn, bpb, gromero, darcy, shade, bulasevich, dchuyko
2019-08-20 10:11:53 +01:00