mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
8130676: [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
Reviewed-by: simonis, ctornqvi
This commit is contained in:
parent
ca0fd4b1fe
commit
c005ae3ec0
@ -38,7 +38,7 @@ import sun.misc.Unsafe;
|
||||
public class CreateCoredumpOnCrash {
|
||||
private static class Crasher {
|
||||
public static void main(String[] args) {
|
||||
Utils.getUnsafe().getInt(0);
|
||||
Utils.getUnsafe().putInt(0L, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user