3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
25
25
* @test
26
26
* @bug 8150778
27
27
* @summary check stacktrace logging
28
+ * @requires vm.flagless
28
29
* @library /test/lib
29
30
* @modules java.base/jdk.internal.misc
30
31
* java.management
Original file line number Diff line number Diff line change 25
25
* @test
26
26
* @bug 8267118
27
27
* @summary Test catching Throwable doesn't trigger OOME
28
+ * @requires vm.flagless
28
29
* @library /test/lib
29
30
* @run driver TestCatchThrowableOOM
30
31
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2018, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
25
25
* @test
26
26
* @bug 7179701
27
27
* @summary MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
28
+ * @requires vm.flagless
28
29
* @modules java.base/jdk.internal.misc:open
29
30
* @modules java.base/java.lang:open
30
31
* @library /test/lib
0 commit comments