History log of /openjdk10/hotspot/src/share/vm/logging/logFileOutput.cpp
Revision Date Author Comments
# 13296:eb11b3f0ae65 17-Jul-2017 ysuenaga

8184309: Buld warnings from GCC 7.1 on Fedora 26
Reviewed-by: kbarrett, vlivanov


# 13254:c044f8d03932 05-Jul-2017 jwilhelm

8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8
8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8
8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8
Reviewed-by: jwilhelm, ehelin, phh
Contributed-by: phh <hohensee@amazon.com>, jwilhelm <jesper.wilhelmsson@oracle.com>


# 13184:7903df1b0c4f 22-Jun-2017 kbarrett

8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
Summary: Refactor debug.hpp and reverse include dependency.
Reviewed-by: coleenp, stefank, dcubed


# 12120:a575b5865683 30-Sep-2016 ccheung

8166930: minor cleanups 1) remove reference to ZIP_ReadMappedEntry 2) checking of st_mode
Reviewed-by: jiangli, lfoltan


# 11925:8e33ab1e0856 29-Aug-2016 mlarsson

8157948: UL allows same log file with multiple file=
Reviewed-by: dholmes, rehn


# 11592:46fba2696985 06-Jul-2016 ysuenaga

8153074: UL: Show output option in VM.log jcmd
Reviewed-by: dholmes, mlarsson


# 11209:c84a6ce067ad 09-May-2016 mlarsson

8145934: Make ttyLocker equivalent for Unified Logging framework
Reviewed-by: rprotacio, stuefe, jrose


# 11141:7647b778662d 04-May-2016 ysuenaga

8153073: UL: Set filesize option with k/m/g
Reviewed-by: mlarsson, dholmes


# 11011:d142a959d2ae 22-Apr-2016 goetz

8154921: Fix aix after "8146879: Add option for handling existing log files in UL"
Summary: Rename os::fileno to os::get_fileno because AIX defines macro 'fileno'.
Reviewed-by: coleenp


# 10870:5bc83f454d50 10-Apr-2016 mlarsson

8146879: Add option for handling existing log files in UL
Reviewed-by: dsamersoff, gziemski, rehn


# 10627:1537c752a7f5 12-Mar-2016 stuefe

8148425: strerror() function is not thread-safe
Reviewed-by: dholmes, coleenp


# 9896:c6a106e8c629 04-Jan-2016 mlarsson

8145294: TestLogRotation.java triggers a race in the UL framework
Reviewed-by: sla, mgronlun


# 9655:37a97bb8b1ca 03-Dec-2015 ysuenaga

8140556: Add force rotation option to VM.log jcmd
Summary: Rotate JVM log files via jcmd
Reviewed-by: sla, mlarsson


# 9071:d9d44c9d7bf0 27-Sep-2015 goetz

8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: mlarsson, stuefe


# 9048:f99ad7bb5df5 23-Sep-2015 mlarsson

8046148: JEP 158: Unified JVM Logging
Reviewed-by: coleenp, sla