diff options
Diffstat (limited to 'test/109-suspend-check/info.txt')
-rw-r--r-- | test/109-suspend-check/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/109-suspend-check/info.txt b/test/109-suspend-check/info.txt new file mode 100644 index 0000000..d89d66a --- /dev/null +++ b/test/109-suspend-check/info.txt @@ -0,0 +1,2 @@ +To support garbage collection, debugging and profiling the VM must be able to send all threads +to a safepoint. This tests the ability of the VM to do this for a tight loop. |