Kim Barrett
|
9a944e5587
|
8372754: Add wrapper for <cstdlib>
8369205: AIX build break in forbiddenFunctions.hpp
Reviewed-by: mdoerr, tschatzl
|
2026-01-07 22:23:39 +00:00 |
|
Paul Hübner
|
0f34b0203a
|
8365896: Remove unnecessary explicit buffer nul-termination after using os::snprintf
Reviewed-by: dholmes, coleenp
|
2025-10-29 12:57:06 +00:00 |
|
Francesco Andreuzzi
|
051f39e12c
|
8366864: Sort os/linux includes
Reviewed-by: ayang, dholmes
|
2025-09-08 07:10:12 +00:00 |
|
David Holmes
|
80ab094a75
|
8347707: Standardise the use of os::snprintf and os::snprintf_checked
Reviewed-by: kbarrett, fbredberg
|
2025-08-31 21:34:16 +00:00 |
|
Stefan Karlsson
|
c33c1cfe73
|
8347909: Automatic precompiled.hpp inclusion
Reviewed-by: lkorinth, erikj, dholmes, ihse
|
2025-01-21 10:21:24 +00:00 |
|
Simon Tooke
|
7a64fbbb92
|
8338851: Hoist os::Posix::realpath() to os::realpath() and implement on Windows
Reviewed-by: dholmes, stuefe, jwaters
|
2024-10-17 08:06:37 +00:00 |
|
Kim Barrett
|
73f7a5f15d
|
8338155: Fix -Wzero-as-null-pointer-constant warnings involving PTHREAD_MUTEX_INITIALIZER
Reviewed-by: dholmes, dlong
|
2024-08-13 07:27:49 +00:00 |
|
Jaroslav Bachorik
|
a92ad03946
|
8329995: Restricted access to /proc can cause JFR initialization to crash
Reviewed-by: dholmes, egahlin
|
2024-04-23 12:14:57 +00:00 |
|
Coleen Phillimore
|
9ded86821b
|
8314114: Fix -Wconversion warnings in os code, primarily linux
Reviewed-by: dholmes, dlong
|
2023-08-15 11:05:31 +00:00 |
|
Johan Sjölen
|
ac9e046748
|
8301479: Replace NULL with nullptr in os/linux
Reviewed-by: coleenp, sgehwolf
|
2023-02-03 11:52:22 +00:00 |
|
Ioi Lam
|
b6b0317f83
|
8290840: Refactor the "os" class
Reviewed-by: dholmes, gziemski, stuefe, stefank
|
2022-08-04 01:20:29 +00:00 |
|
Thomas Stuefe
|
688712f75c
|
8289633: Forbid raw C-heap allocation functions in hotspot and fix findings
Reviewed-by: kbarrett, dholmes
|
2022-07-05 04:26:45 +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 |
|
Harold Seigel
|
f54ce84474
|
8238161: use os::fopen in HS code where possible
Reviewed-by: mbaesken, coleenp
|
2022-01-12 13:11:16 +00:00 |
|
Coleen Phillimore
|
1e3ae3be02
|
8202579: Revisit VM_Version and VM_Version_ext for overlap and consolidation
Reviewed-by: dholmes, hseigel
|
2021-12-15 13:41:59 +00:00 |
|
David Holmes
|
7c27f9f5dd
|
8235741: Inappropriate uses of os::javaTimeMillis()
Reviewed-by: rehn, kbarrett, egahlin, shade
|
2020-01-17 00:52:10 -05: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 |
|
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 |
|
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 |
|
Matthias Baesken
|
8f556345e1
|
8221535: add steal tick related information to hs_error file [linux]
Reviewed-by: dholmes, goetz
|
2019-04-08 14:36:33 +02:00 |
|
Matthias Baesken
|
4de51069e4
|
8218811: replace open by os::open in hotspot coding
Reviewed-by: dholmes, iklam, stuefe
|
2019-02-18 16:17:48 +01:00 |
|
Mikael Vidstedt
|
15d554b395
|
8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
Reviewed-by: kbarrett, rehn
|
2019-02-21 16:56:06 -08:00 |
|
Mikael Vidstedt
|
83a51d869e
|
Merge
|
2018-08-09 10:08:07 -07:00 |
|
Robin Westberg
|
961156b1d5
|
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
Reviewed-by: mgronlun, rehn
|
2018-08-06 14:56:56 +02:00 |
|
Kim Barrett
|
9a9c824ece
|
8202353: os::readdir should use readdir instead of readdir_r
8202835: jfr/event/os/TestSystemProcess.java fails on missing events
Os::readdir uses POSIX readdir, drop buffer arg, fix JFR uses.
Reviewed-by: coleenp, tschatzl, bsrbnd
|
2018-07-17 15:59:47 -04:00 |
|
Robin Westberg
|
b11c7752e8
|
8003209: JFR events for network utilization
Reviewed-by: mgronlun, egahlin
|
2018-06-28 15:06:55 +02:00 |
|
Martin Doerr
|
2dd143b06f
|
8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
Reviewed-by: shade
|
2018-05-17 14:16:49 +02:00 |
|
Erik Gahlin
|
a060be188d
|
8199712: Flight Recorder
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
|
2018-05-15 20:24:34 +02:00 |
|