|
1 | 1 | /* |
2 | | - * Copyright (c) 2015, 2024, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 2015, 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 |
|
31 | 31 | // constants required by the Serviceability Agent. This file is |
32 | 32 | // referenced by vmStructs.cpp. |
33 | 33 |
|
34 | | -#define VM_STRUCTS_OS(nonstatic_field, static_field, unchecked_nonstatic_field, volatile_nonstatic_field, nonproduct_nonstatic_field, c2_nonstatic_field, unchecked_c1_static_field, unchecked_c2_static_field) \ |
| 34 | +#define VM_STRUCTS_OS(nonstatic_field, static_field, unchecked_nonstatic_field, volatile_nonstatic_field, nonproduct_nonstatic_field) \ |
35 | 35 | \ |
36 | 36 | /******************************/ \ |
37 | 37 | /* Threads (NOTE: incomplete) */ \ |
38 | 38 | /******************************/ \ |
39 | 39 | nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \ |
40 | 40 | nonstatic_field(OSThread, _unique_thread_id, uint64_t) |
41 | 41 |
|
42 | | -#define VM_TYPES_OS(declare_type, declare_toplevel_type, declare_oop_type, declare_integer_type, declare_unsigned_integer_type, declare_c1_toplevel_type, declare_c2_type, declare_c2_toplevel_type) \ |
| 42 | +#define VM_TYPES_OS(declare_type, declare_toplevel_type, declare_oop_type, declare_integer_type, declare_unsigned_integer_type) \ |
43 | 43 | \ |
44 | 44 | /**********************/ \ |
45 | 45 | /* Thread IDs */ \ |
46 | 46 | /**********************/ \ |
47 | 47 | \ |
48 | 48 | declare_unsigned_integer_type(OSThread::thread_id_t) |
49 | 49 |
|
50 | | -#define VM_INT_CONSTANTS_OS(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) |
| 50 | +#define VM_INT_CONSTANTS_OS(declare_constant, declare_preprocessor_constant) |
51 | 51 |
|
52 | | -#define VM_LONG_CONSTANTS_OS(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) |
| 52 | +#define VM_LONG_CONSTANTS_OS(declare_constant, declare_preprocessor_constant) |
53 | 53 |
|
54 | 54 | #define VM_ADDRESSES_OS(declare_address, declare_preprocessor_address, declare_function) \ |
55 | 55 | declare_preprocessor_address("RTLD_DEFAULT", RTLD_DEFAULT) |
|
0 commit comments