Johan Sjölen
716f1df609
8301478: Replace NULL with nullptr in os/bsd
...
Reviewed-by: coleenp, stuefe
2023-02-06 09:21:19 +00:00
Jesper Wilhelmsson
4be94e4350
Merge
2023-01-14 01:57:13 +00:00
Gerard Ziemski
e0081462f4
8300055: [BACKOUT] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Reviewed-by: tschatzl, rriggs
2023-01-13 15:38:49 +00:00
Nick Gasson
036c80844e
8298482: Implement ParallelGC NUMAStats for Linux
...
Reviewed-by: ayang, sjohanss, tschatzl
2023-01-12 09:28:46 +00:00
Xue-Lei Andrew Fan
478ef389dc
8296812: sprintf is deprecated in Xcode 14
...
Reviewed-by: stuefe, prr, kbarrett, lucy
2022-12-09 22:37:20 +00:00
Gerard Ziemski
ccc6e16918
8291067: macOS should use O_CLOEXEC instead of FD_CLOEXEC
...
Reviewed-by: dcubed, dholmes, stuefe
2022-11-22 16:30:24 +00:00
Stefan Karlsson
813b223a6b
8296926: Sort include lines of files in the include/ directory
...
Reviewed-by: kbarrett, erikj, lkorinth
2022-11-16 12:51:26 +00:00
Matthias Baesken
b2878c904b
8295710: remove os::dll_file_extension
...
Reviewed-by: dholmes, mdoerr, lucy
2022-10-26 06:35:20 +00:00
Johan Sjölen
5699041adb
8294772: Remove workaround in os::dll_address_to_library_name
...
Reviewed-by: dholmes, iklam
2022-10-12 16:23:19 +00:00
Ioi Lam
9bfffa082e
8291945: Add OSInfo API for static OS information
...
Reviewed-by: dholmes, stuefe
2022-08-11 23:14:14 +00:00
Gerard Ziemski
1df77ec137
8291060: OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
...
Reviewed-by: dholmes, dcubed
2022-08-01 16:07:11 +00:00
Matthias Baesken
464085ed90
8291558: unify print_jni_name_prefix_on and print_jni_name_suffix_on on posix platforms
...
Reviewed-by: dholmes, stuefe
2022-08-01 13:24:31 +00:00
Thomas Stuefe
7ff19694df
8290067: Show stack dimensions in UL logging when attaching threads
...
Reviewed-by: dholmes, mbaesken
2022-08-01 08:03:52 +00:00
Matthias Baesken
612d8c6cb1
8290456: remove os::print_statistics()
...
Reviewed-by: coleenp
2022-07-19 07:15:08 +00:00
Ioi Lam
0143cf1d46
8290333: Remove os_share_*.hpp
...
Reviewed-by: dholmes, jiefu
2022-07-16 01:03:16 +00:00
Matthias Baesken
e5491a2605
8289910: unify os::message_box across posix platforms
...
Reviewed-by: iklam, dholmes
2022-07-12 12:10:28 +00:00
Matthias Baesken
62e1e7950b
8289147: unify os::infinite_sleep on posix platforms
...
Reviewed-by: mdoerr, kbarrett, dholmes
2022-06-27 06:50:11 +00:00
Coleen Phillimore
270cf67e5f
8288752: Split thread implementation files
...
Reviewed-by: dholmes, rehn, iklam
2022-06-22 12:49:25 +00:00
Matthias Baesken
230726ea58
8287735: Provide separate event category for dll operations
...
Reviewed-by: coleenp, stuefe
2022-06-08 07:21:23 +00:00
Matthias Baesken
9ab29b6c07
8286869: unify os::dir_is_empty across posix platforms
...
Reviewed-by: iklam, dholmes
2022-05-18 16:45:14 +00:00
Coleen Phillimore
be67acdf5c
8285832: runtime/Thread/TooSmallStackSize.java failed "assert(k->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation"
...
Reviewed-by: dholmes, fparain, iklam
2022-05-03 17:43:12 +00:00
Matthias Baesken
d8025c95cd
8285362: unify os::pause platform coding
...
Reviewed-by: dholmes, lucy
2022-04-22 13:41:08 +00:00
Matthias Baesken
f166b5b13b
8285307: remove unused os::available
...
Reviewed-by: dholmes, zgu, lucy
2022-04-21 14:02:51 +00:00
Magnus Ihse Bursie
4594696f54
8284903: Fix typos in hotspot
...
Reviewed-by: cjplummer, coleenp, kvn, lucy, stefank
2022-04-19 19:10:52 +00:00
Thomas Stuefe
3f9638d124
8278585: Drop unused code from OSThread
...
Reviewed-by: dholmes, tschatzl
2021-12-14 05:45:56 +00:00
Daniel D. Daugherty
92d2176362
8273967: gtest os.dll_address_to_function_and_library_name_vm fails on macOS12
...
Reviewed-by: stuefe, gziemski
2021-11-05 17:04:39 +00:00
Gerard Ziemski
bcbe3845d9
8269175: [macosx-aarch64] wrong CPU speed in hs_err file
...
Reviewed-by: dholmes, dcubed, stuefe
2021-10-18 16:24:02 +00:00
Matthias Baesken
8f7a37c92f
8274434: move os::get_default_process_handle and os::dll_lookup to os_posix for POSIX platforms
...
Reviewed-by: dholmes, lucy
2021-10-05 07:25:00 +00:00
Matthias Baesken
1c6fa113bd
8273979: move some os time related functions to os_posix for POSIX platforms
...
Reviewed-by: dholmes, lucy
2021-09-23 05:34:18 +00:00
Matthias Baesken
dc7f452acb
8273815: move have_special_privileges to os_posix for POSIX platforms
...
Reviewed-by: mdoerr, stuefe, dholmes
2021-09-20 08:29:12 +00:00
Igor Ignatyev
bd27bb9cbe
8272345: macos doesn't check os::set_boot_path() result
...
Reviewed-by: dholmes
2021-08-12 03:45:44 +00:00
David Holmes
e35005d5ce
8268773: Improvements related to: Failed to start thread - pthread_create failed (EAGAIN)
...
Reviewed-by: stuefe, iklam
2021-07-16 02:49:40 +00:00
Anton Kozlov
7cbb67a3f8
8267666: Add option to jcmd GC.heap_dump to use existing file
...
Reviewed-by: rschmelter, clanger
2021-07-12 11:12:52 +00:00
Zhengyu Gu
5c08344b64
8269678: Remove unimplemented and unused os::bind_to_processor()
...
Reviewed-by: dcubed
2021-06-30 19:52:39 +00:00
Thomas Stuefe
f40c89e8e9
8267209: Child threads should defer logging to after child-parent handshake
...
Reviewed-by: dholmes, coleenp
2021-06-08 03:57:38 +00:00
David Holmes
02f895c5f6
8252685: APIs that require JavaThread should take JavaThread arguments
...
Reviewed-by: coleenp, sspitsyn, kvn, iklam
2021-05-17 04:05:44 +00:00
Stefan Johansson
2798b0d98a
8266349: Pass down requested page size to reserve_memory_special
...
Reviewed-by: stuefe, mgkwill
2021-05-07 11:33:10 +00:00
Per Liden
0d08d73537
8265702: ZGC on macOS/aarch64
...
Reviewed-by: erikj, dholmes, stefank, gziemski
2021-04-26 08:45:42 +00:00
Ioi Lam
95f0fd6c4d
8265696: Move CDS sources to src/hotspot/shared/cds
...
Reviewed-by: erikj, dholmes, stuefe
2021-04-23 04:13:02 +00:00
Yasumasa Suenaga
f1d4ae6cc9
8263718: unused-result warning happens at os_linux.cpp
...
Reviewed-by: dholmes, stuefe
2021-04-20 05:06:55 +00:00
Yi Yang
666fd62ee8
8264881: Remove the old development option MemProfiling
...
Reviewed-by: dholmes, coleenp, shade
2021-04-09 06:23:12 +00:00
Jie Fu
38e0a58f6c
8264273: macOS: zero VM is broken due to no member named 'is_cpu_emulated' after JDK-8261966
...
Reviewed-by: iklam
2021-03-27 09:54:11 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Gerard Ziemski
4d8e9860e2
8261966: macOS M1: report in hs_err log if we are running x86 code in emulation mode (Rosetta)
...
Reviewed-by: dcubed, mikael, dholmes
2021-03-24 15:18:39 +00:00
David Holmes
554dd29fb6
8263564: Consolidate POSIX code for runtime exit support: os::shutdown, os::abort and os::die
...
Reviewed-by: mikael
2021-03-15 02:03:22 +00:00
Thomas Stuefe
5b9b170db9
8262955: Unify os::fork_and_exec() across Posix platforms
...
Reviewed-by: dholmes, hseigel
2021-03-09 06:00:46 +00:00
Mikhailo Seledtsov
9221540e2a
8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
...
Reviewed-by: iignatyev, coleenp, stuefe
2021-03-08 20:09:59 +00:00
Koichi Sakata
22513199e5
8262828: Format of OS information is different on macOS
...
Reviewed-by: dholmes, ysuenaga
2021-03-04 07:56:14 +00:00
Ioi Lam
235da6aa04
8261672: Reduce inclusion of classLoaderData.hpp
...
Reviewed-by: lfoltan, coleenp
2021-02-13 07:13:22 +00:00
Ioi Lam
ffbcf1b0a7
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
...
Reviewed-by: lfoltan, hseigel, dholmes, stuefe
2021-02-02 23:40:29 +00:00