-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22
-
b10
-
generic
-
generic
-
Fix failed
Seems we miss to call fclose at the end of ciEnv::dump_replay_data .
This should better be done like it is documented here in the fdopen example :
https://www.ibm.com/docs/en/i/7.3?topic=functions-fdopen-associates-stream-file-descriptor
This should better be done like it is documented here in the fdopen example :
https://www.ibm.com/docs/en/i/7.3?topic=functions-fdopen-associates-stream-file-descriptor
- relates to
-
JDK-8313712 [BACKOUT] 8313632: ciEnv::dump_replay_data use fclose
-
- Closed
-
-
JDK-8313691 use close after failing os::fdopen in vmError and ciEnv
-
- Resolved
-
-
JDK-8313694 fclose after fdopen not needed in ciEnv because of fstream destructor after JDK-8313632
-
- Closed
-