Skip to content

Releases: ibmruntimes/v8z

v6.17.0.0 for z/OS

05 Mar 21:35

Choose a tag to compare

v6.17.0.0 for z/OS Pre-release
Pre-release
ibm-6.17.0.0

Fix Performance logger on z/OS

v6.15.1.0 for z/OS

04 Dec 20:04
9ba7834

Choose a tag to compare

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

24 Oct 17:23
9ba7834

Choose a tag to compare

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

03 Oct 18:57
9ba7834

Choose a tag to compare

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

10 Jan 21:56
9ba7834

Choose a tag to compare

v6.16.0.0 for z/OS Pre-release
Pre-release
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

14 Jun 00:59

Choose a tag to compare

ibm-6.14.3.0

remove unused variable kRequiresCodeRange

v6.14.2.0 for z/OS

23 May 12:08

Choose a tag to compare

ibm-6.14.2.0

remove unused variable kRequiresCodeRange

v6.14.1.0 for z/OS

12 Apr 21:39

Choose a tag to compare

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

22 Mar 19:07

Choose a tag to compare

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

20 Feb 22:00

Choose a tag to compare

ibm-6.13.0.0

5.1.281.111(b287b9) from 6.12.3