Chapter 4. Tools for application migration
Before you migrate your applications from Red Hat build of OpenJDK 8 to Red Hat build of OpenJDK 11, you can use tools to test the suitability of your application to run on Red Hat build of OpenJDK 11.
You can use the following steps to enhance your testing process:
- Update third-party libraries.
- Compile your application code.
-
Run
jdeps
on your application’s code. - Use the migration toolkit for applications (MTA) tool to migrate Java applications from Red Hat build of OpenJDK 8 to Red Hat build of OpenJDK 11.
Additional resources
- For more information about the MTA tool, see the Introduction to the Migration Toolkit for Applications guide.