-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 20
-
b05
-
generic
-
generic
ImageLayoutException exception was added by the next change to report any issues with image layout calculation:
https://github.com/openjdk/jdk/commit/33184bb4131df574b9ac4028429ccb8e0bb1323d
But since we cannot throw the unspecified exception to the application, all usage of ImageLayoutException was wrapped by the CMMException. And now if such CMMException occurs we have lost at what point the initial exception was raised.
We can pass some additional data around, but it looks like we can just delete the ImageLayoutException and use CMMException instead.
https://github.com/openjdk/jdk/commit/33184bb4131df574b9ac4028429ccb8e0bb1323d
But since we cannot throw the unspecified exception to the application, all usage of ImageLayoutException was wrapped by the CMMException. And now if such CMMException occurs we have lost at what point the initial exception was raised.
We can pass some additional data around, but it looks like we can just delete the ImageLayoutException and use CMMException instead.