File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
test/hotspot/jtreg/vmTestbase/nsk/jvmti
GetErrorName/geterrname002
SetVerboseFlag/setvrbflag002 Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2018, 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
3535 * JVMTI_ERROR_NULL_POINTER if name_ptr is NULL.
3636 * COMMENTS
3737 *
38+ * @comment We test with arguments out of scope of the jvmti enums, which causes
39+ * ubsan issues.
40+ * @requires !vm.ubsan
3841 * @library /vmTestbase
3942 * /test/lib
4043 * @run main/othervm/native
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2018, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2018, 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
3434 * if flag is not a jvmtiVerboseFlag.
3535 * COMMENTS
3636 *
37+ * @comment We test with arguments out of scope of the jvmti enums, which causes
38+ * ubsan issues.
39+ * @requires !vm.ubsan
3740 * @library /vmTestbase
3841 * /test/lib
3942 * @run main/othervm/native
You can’t perform that action at this time.
0 commit comments