Releases: ibmruntimes/v8z
Releases · ibmruntimes/v8z
v6.17.0.0 for z/OS
ibm-6.17.0.0 Fix Performance logger on z/OS
v6.15.1.0 for z/OS
Ensure reservation_ is initialized correctly Fix an issue introduced in commit 12d693dee30874be1883f90bff8ba88bca03fc6f where reservation_ field may not be initalized with the result of a successful anon_mmap() call. In the deconstructor, the memory is released based on reservation_ value. Signed-off-by: Joran Siu <[email protected]>
v6.14.4.1 for z/OS
Ensure reservation_ is initialized correctly Fix an issue introduced in commit 12d693dee30874be1883f90bff8ba88bca03fc6f where reservation_ field may not be initalized with the result of a successful anon_mmap() call. In the deconstructor, the memory is released based on reservation_ value. Signed-off-by: Joran Siu <[email protected]>
v6.14.4.0 for z/OS
Ensure reservation_ is initialized correctly Fix an issue introduced in commit 12d693dee30874be1883f90bff8ba88bca03fc6f where reservation_ field may not be initalized with the result of a successful anon_mmap() call. In the deconstructor, the memory is released based on reservation_ value. Signed-off-by: Joran Siu <[email protected]>
v6.16.0.0 for z/OS
Ensure reservation_ is initialized correctly Fix an issue introduced in commit 12d693dee30874be1883f90bff8ba88bca03fc6f where reservation_ field may not be initalized with the result of a successful anon_mmap() call. In the deconstructor, the memory is released based on reservation_ value. Signed-off-by: Joran Siu <[email protected]>
v6.14.3.0 for z/OS
ibm-6.14.3.0 remove unused variable kRequiresCodeRange
v6.14.2.0 for z/OS
ibm-6.14.2.0 remove unused variable kRequiresCodeRange
v6.14.1.0 for z/OS
Fix release system resources endless loop There are 3 ways we know that we have completed looping through the list. 1. If the token returned is -1. 2. If the token returned is equal to 0. This means we have looped through and are back to the first item which we skipped over. 3. If the new token is equal to the previous token. This means we removed all items from the list.
v6.13.1.0 for z/OS
Fix release system resources endless loop There are 3 ways we know that we have completed looping through the list. 1. If the token returned is -1. 2. If the token returned is equal to 0. This means we have looped through and are back to the first item which we skipped over. 3. If the new token is equal to the previous token. This means we removed all items from the list.
v6.13.0.0 for z/OS
ibm-6.13.0.0 5.1.281.111(b287b9) from 6.12.3