Skip to content

Commit 9a95c04

Browse files
author
duke
committed
Backport d78fa5a9f6254e2e93e75c693efba75e09736749
1 parent 1bfd049 commit 9a95c04

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -43,6 +43,8 @@
4343
*
4444
* @comment Not run on AIX as it does not support ulimit -v
4545
* @requires os.family != "aix"
46+
* @comment Do not run with asan enabled because asan has issues with ulimit
47+
* @requires !vm.asan
4648
* @run main/native nsk.jvmti.Allocate.alloc001.alloc001
4749
*/
4850

test/jdk/tools/launcher/TooSmallStackSize.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,8 @@
2626
* @bug 6762191 8222334
2727
* @summary Setting stack size to 16K causes segmentation fault
2828
* @compile TooSmallStackSize.java
29+
* @comment VM fails to launch with minimum allowed stack size of 136k when asan is enabled
30+
* @requires !vm.asan
2931
* @run main TooSmallStackSize
3032
*/
3133

0 commit comments

Comments
 (0)