On Thu, 23 Nov 2023 11:52:05 GMT, Adam Sotona <asot...@openjdk.org> wrote:
> ClassFile API StackMapGenerator caused a NPE for a test case with invalid > sequence of instructions. > This fix simply avoids the NPE and adds StackMapsTest::testInvalidAALOADStack > > Please review. > > Thanks, > Adam This pull request has now been integrated. Changeset: 28d3762b Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/28d3762bd30a31623f2ed97a1870313d3a2b9acb Stats: 15 lines in 2 files changed: 12 ins; 1 del; 2 mod 8320618: NPE: Cannot invoke "java.lang.constant.ClassDesc.isArray()" because "this.sym" is null Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/16793