File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -78,32 +78,6 @@ impl Scanning<OpenJDK> for VMScanning {
7878 }
7979 }
8080
81- fn compute_static_roots < T : TransitiveClosure > ( trace : & mut T , tls : OpaquePointer ) {
82- unsafe {
83- ( ( * UPCALLS ) . compute_static_roots ) ( :: std:: mem:: transmute ( trace) , tls) ;
84- }
85- }
86-
87- fn compute_global_roots < T : TraceLocal > ( trace : & mut T , tls : OpaquePointer ) {
88- unsafe {
89- ( ( * UPCALLS ) . compute_global_roots ) ( :: std:: mem:: transmute ( trace) , tls) ;
90- }
91- }
92-
93- fn compute_thread_roots < T : TraceLocal > ( trace : & mut T , tls : OpaquePointer ) {
94- unsafe {
95- ( ( * UPCALLS ) . compute_thread_roots ) ( :: std:: mem:: transmute ( trace) , tls) ;
96- }
97- }
98-
99- fn compute_new_thread_roots < T : TraceLocal > ( _trace : & mut T , _tls : OpaquePointer ) {
100- unimplemented ! ( )
101- }
102-
103- fn compute_bootimage_roots < T : TraceLocal > ( _trace : & mut T , _tls : OpaquePointer ) {
104- // Do nothing
105- }
106-
10781 fn supports_return_barrier ( ) -> bool {
10882 unimplemented ! ( )
10983 }
You can’t perform that action at this time.
0 commit comments