Skip to content

Commit c022c27

Browse files
authored
Merge pull request #13511 from dmitry-ten/0.28-notes-jitserver
Update 0.28 release notes with JITServer info
2 parents 1b9a288 + e3822ff commit c022c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/release-notes/0.28/0.28.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ The following table covers notable changes in v0.28.0. Further information about
4848
</thead>
4949
<tbody>
5050

51+
<tr><td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/13492">#13492</a></td>
52+
<td valign="top">JITServer technology is now a supported feature for Linux on x86-64 and Power</td>
53+
<td valign="top">OpenJDK8, 11, and 17 (Linux on x86-64, Linux on Power)</td>
54+
<td valign="top">JITServer decouples the JIT compiler from the OpenJ9 VM, freeing up CPU and memory for an application. JITServer then runs in its own process, either locally or on a remote machine, where resources can be separately managed.</td>
55+
</tr>
56+
5157
</tbody>
5258
</table>
5359

0 commit comments

Comments
 (0)