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 0269238 commit 7969a4eCopy full SHA for 7969a4e
java_runtime/src/classes/java/lang/system.rs
@@ -95,7 +95,8 @@ impl System {
95
async fn gc(jvm: &Jvm, _: &mut RuntimeContext) -> Result<()> {
96
tracing::debug!("java.lang.System::gc()");
97
98
- jvm.collect_garbage()?;
+ // TODO gc experimental
99
+ // jvm.collect_garbage()?;
100
101
Ok(())
102
}
0 commit comments