Matthias Baesken
a45889dc5e
8241660: Add virtualization information output to hs_err file on macOS
...
Reviewed-by: clanger, mdoerr
2020-03-26 10:38:17 +01:00
Thomas Stuefe
40173c5042
8241395: Factor out platform independent code for os::xxx_memory_special()
...
Reviewed-by: mbaesken, mdoerr, lucy
2020-03-24 18:41:07 +01:00
Matthias Neugschwandtner
99546049b3
8235908: omit ThreadPriorityPolicy warning when value is set from image
...
Reviewed-by: dholmes, clanger, kvn
2020-03-18 15:59:07 -07:00
Matthias Baesken
6f7a103abc
8240824: enhance print_full_memory_info on Linux by THP related information
...
Reviewed-by: dholmes, stuefe
2020-03-17 08:53:29 +01:00
Severin Gehwolf
add18914fb
8239785: Cgroups: Incorrect detection logic on old systems in hotspot
...
Return NULL subsystem if no cgroup controllers are mounted.
Reviewed-by: bobv, mbaesken
2020-02-25 12:17:26 +01:00
Yasumasa Suenaga
3490262a6b
8240197: Cannot start JVM when $JAVA_HOME includes CJK characters
...
Reviewed-by: iklam, stuefe, rschmelter
2020-03-05 19:46:07 +09:00
Per Lidén
a9207420c5
8239129: ZGC: Allow -XX:AllocateHeapAt to use any filesystem
...
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: stefank, pliden, ysuenaga
2020-02-24 13:52:07 +01:00
David Holmes
bd028945bd
8238988: Rename thread "in stack" methods and add in_stack_range
...
Reviewed-by: coleenp, dcubed
2020-02-23 22:35:59 -05:00
Ivan Walulya
976473690b
8216975: Using ForceNUMA does not disable adaptive sizing with parallel gc
...
Reviewed-by: kbarrett, tschatzl, lkorinth
2020-02-21 10:56:30 +01:00
Claes Redestad
58a5910393
8239347: Refactor Symbol to make _length a standalone field again
...
Reviewed-by: iklam, coleenp
2020-02-20 13:18:30 +01:00
Stefan Karlsson
e4b27a48a0
8183574: Unify the is_power_of_2 functions
...
Reviewed-by: kbarrett, redestad
2020-02-17 10:03:17 +01:00
Matthias Baesken
cafdbcc6ef
8237830: support O_CLOEXEC in os::open on other OS than Linux
...
Reviewed-by: dholmes, lucy
2020-02-13 09:18:46 +01:00
David Holmes
4e4d1f2b4d
8234372: Investigate use of Thread::stack_base() and queries for "in stack"
...
Reviewed-by: dcubed, stuefe
2020-02-12 20:19:50 -05:00
Gerard Ziemski
080c67f096
8235962: os::current_thread_id() is not signal safe on macOS
...
Use mach_thread_self instead of pthread_mach_thread_np
Reviewed-by: dholmes, cjplummer
2020-02-10 11:41:55 -06:00
Per Lidén
0f06a9a5cd
8237825: ZGC: Replace -XX:ZPath with -XX:AllocateHeapAt
...
Reviewed-by: eosterlund
2020-01-30 12:41:56 +01:00
Per Lidén
24691f248c
8237758: ZGC: Move get_mempolicy() syscall wrapper to ZSyscall
...
Reviewed-by: eosterlund
2020-01-30 12:41:47 +01:00
Per Lidén
91d58b8f96
8237649: ZGC: Improved NUMA support when using small pages
...
Reviewed-by: eosterlund, smonteith
2020-01-30 12:41:26 +01:00
Matthias Baesken
cd01fa372e
8223699: cleanup perfMemory_aix.cpp O_NOFOLLOW coding on aix
...
Reviewed-by: lucy, mdoerr
2020-01-28 08:53:30 +01:00
David Holmes
7c27f9f5dd
8235741: Inappropriate uses of os::javaTimeMillis()
...
Reviewed-by: rehn, kbarrett, egahlin, shade
2020-01-17 00:52:10 -05:00
Severin Gehwolf
4ca0699585
8237479: 8230305 causes slowdebug build failure
...
Declare methods as pure virtual.
Reviewed-by: dcubed, dholmes
2020-01-18 20:54:37 +01:00
Severin Gehwolf
d462a6b5c9
8230305: Cgroups v2: Container awareness
...
Implement Cgroups v2 container awareness in hotspot
Reviewed-by: bobv, dholmes
2019-11-07 17:11:59 +01:00
Per Lidén
d98a39a0e7
8237200: ZGC: Rename ZBackingPath to ZMountPoint
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:38 +01:00
Per Lidén
74f0ef5050
8237199: ZGC: Rename ZBackingFile to ZPhysicalMemoryBacking
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:38 +01:00
Per Lidén
c6dc3308a1
8237198: ZGC: Share multi-mapping code in ZBackingFile
...
Reviewed-by: stefank, eosterlund, smonteith
2020-01-17 10:20:37 +01:00
Ioi Lam
584db9818a
8236625: Remove writeable macro from JVM flags declaration
...
Reviewed-by: coleenp, hseigel, gziemski
2020-01-07 18:56:18 -08:00
Yasumasa Suenaga
7d8519fffe
8236489: Java heap file on daxfs should be more secure
...
Reviewed-by: iklam, dholmes
2020-01-08 08:53:28 +09:00
Matthias Baesken
9a31ab8862
8235671: enhance print_rlimit_info in os_posix
...
Reviewed-by: clanger, mdoerr
2019-12-10 16:55:14 +01:00
Stefan Karlsson
47ee85a247
8235760: ZGC: Implement precise check for @require vm.gc.Z for Windows
...
Reviewed-by: eosterlund, pliden
2019-12-11 12:53:10 +01:00
Matthias Baesken
e5b0e366ea
8235489: handle return values of sscanf calls in hotspot
...
Reviewed-by: clanger, kbarrett
2019-12-11 09:42:52 +01:00
Robbin Ehn
0df5be808d
8220049: Obsolete ThreadLocalHandshakes
...
Reviewed-by: dholmes, dcubed, mdoerr
2019-12-11 15:30:07 +01:00
Matthias Baesken
14391e8046
8234397: add OS uptime information to os::print_os_info output
...
Reviewed-by: clanger, dholmes, lucy
2019-12-03 15:17:59 +01:00
Kim Barrett
577e87e5b2
8234779: Provide idiom for declaring classes noncopyable
...
Add NONCOPYABLE macro and uses.
Reviewed-by: dholmes, pliden, coleenp
2019-12-03 19:09:30 -05:00
Per Lidén
5e758d2368
8234543: ZGC: Parallel pre-touch
...
Reviewed-by: eosterlund, stefank
2019-12-03 13:51:29 +01:00
Matthias Baesken
fec6f8a1e4
8234741: enhance os::get_core_path on macOS
...
Reviewed-by: clanger, gziemski
2019-11-29 09:52:50 +01:00
Stefan Karlsson
6ba58f7633
8233299: Implementation: JEP 365: ZGC on Windows
...
Reviewed-by: pliden, eosterlund
2019-11-07 15:29:21 +01:00
Stefan Karlsson
53263049c9
8234897: 8234748: Clean up atomic and orderAccess includes - part 2
...
Reviewed-by: tschatzl, dholmes
2019-11-27 11:31:46 +01:00
Stefan Karlsson
161333eeba
8234748: Clean up atomic and orderAccess includes
...
Reviewed-by: dholmes
2019-11-26 10:47:46 +01:00
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