diff --git a/ERROR_CATEGORIES.txt b/ERROR_CATEGORIES.txt index 97eba72..72fe79a 100644 --- a/ERROR_CATEGORIES.txt +++ b/ERROR_CATEGORIES.txt @@ -6,6 +6,8 @@ TRAP: INVOKEDYNAMIC INVOKEINTERFACE +stack underflow +stack overflow GetMethInfoFromCPmethref Bytecode exceeds CheckTable Invalid (null) @@ -91,8 +93,6 @@ PUTSTATIC: field runtime error: index out of range runtime error: invalid memory address runtime.sigpanic -stack overflow -stack underflow trying for a superclass field WaitClassStatus # diff --git a/HISTORY.md b/HISTORY.md index 251705e..0f45415 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ This file is a version history of jacotest amendments. Entries appear in versio | `Date` | `Version` | `Contents` | | :------------: | :---: | :--- | |||| +| 2025-01-30 | 3.5.5 | Updated ERROR_CATEGORIES.txt to prioritize reporting stack {under,over}flows. | | 2025-01-21 | 3.5.4 | Added more functions to test case atomic-integer. | | 2025-01-16 | 3.5.3 | New test case: blocking-queues-2-3-5. | | 2025-01-09 | 3.5.2 | New test case: iface-with-default-func. | diff --git a/VERSION.txt b/VERSION.txt index 34bbc96..8bcc8b3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v3.5.4 +v3.5.5