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 1
1
/*
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.
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
35
35
* JVMTI_ERROR_NULL_POINTER if name_ptr is NULL.
36
36
* COMMENTS
37
37
*
38
+ * @comment We test with arguments out of scope of the jvmti enums, which causes
39
+ * ubsan issues.
40
+ * @requires !vm.ubsan
38
41
* @library /vmTestbase
39
42
* /test/lib
40
43
* @run main/othervm/native
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, 2025 , 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
34
34
* if flag is not a jvmtiVerboseFlag.
35
35
* COMMENTS
36
36
*
37
+ * @comment We test with arguments out of scope of the jvmti enums, which causes
38
+ * ubsan issues.
39
+ * @requires !vm.ubsan
37
40
* @library /vmTestbase
38
41
* /test/lib
39
42
* @run main/othervm/native
You can’t perform that action at this time.
0 commit comments