We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d35d8 commit 2b95025Copy full SHA for 2b95025
mmtk/src/lib.rs
@@ -83,7 +83,6 @@ pub struct OpenJDK_Upcalls {
83
pub number_of_mutators: extern "C" fn() -> usize,
84
pub schedule_finalizer: extern "C" fn(),
85
pub prepare_for_roots_re_scanning: extern "C" fn(),
86
- pub object_alignment: extern "C" fn() -> i32,
87
}
88
89
pub static mut UPCALLS: *const OpenJDK_Upcalls = null_mut();
0 commit comments