Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8256008 UL does not report anything if disk writing fails
JDK-8256178
Add RAII object for file lock
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Sub-task
Resolution:
Fixed
Priority:
P4
Fix Version/s:
16
Affects Version/s:
None
Component/s:
hotspot
Labels:
None
Subcomponent:
runtime
Resolved In Build:
b26
Description
`LogFileStreamOutput::write()` uses `os::flockfile()` and `os::funlockfile()` to serialize write ops. It is better to use RAII because we can ensure `os::funlockfile()` call.
Attachments
Issue Links
links to
Commit
openjdk/jdk/cfa92a53
Review
openjdk/jdk/1156
Activity
People
Assignee:
Yasumasa Suenaga
Reporter:
Yasumasa Suenaga
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2020-11-10 23:03
Updated:
2020-11-25 19:53
Resolved:
2020-11-18 20:10