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 7969a4e commit 1fef85dCopy full SHA for 1fef85d
java_runtime/src/classes/java/lang/system.rs
@@ -92,7 +92,7 @@ impl System {
92
Ok(context.now() as _)
93
}
94
95
- async fn gc(jvm: &Jvm, _: &mut RuntimeContext) -> Result<()> {
+ async fn gc(_jvm: &Jvm, _: &mut RuntimeContext) -> Result<()> {
96
tracing::debug!("java.lang.System::gc()");
97
98
// TODO gc experimental
0 commit comments