File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001 Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments