Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Support the parallel GC on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhaeubl committed Jun 29, 2023
1 parent 80f27d4 commit 2047127
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ public boolean isInConfiguration(IsInConfigurationAccess access) {

@Override
public void afterRegistration(AfterRegistrationAccess access) {
UserError.guarantee(Platform.includedIn(Platform.LINUX.class) || Platform.includedIn(Platform.DARWIN.class),
"The parallel garbage collector ('--gc=parallel') is currently only supported on Linux and macOS.");
verifyOptionEnabled(SubstrateOptions.SpawnIsolates);

ImageSingletons.add(ParallelGC.class, new ParallelGC());
Expand Down

0 comments on commit 2047127

Please sign in to comment.