Skip to content

Commit 718c0c8

Browse files
authored
Merge pull request #11 from graalvm/fniephaus/g1gc
Ensure G1 GC is only enabled on Linux.
2 parents 8bc6176 + 5c0f1a7 commit 718c0c8

File tree

2 files changed

+2
-2
lines changed
  • graalwasm

2 files changed

+2
-2
lines changed

graalwasm/graalwasm-micronaut-photon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<id>enable-g1gc</id>
195195
<activation>
196196
<os>
197-
<family>unix</family>
197+
<name>Linux</name>
198198
</os>
199199
</activation>
200200
<build>

graalwasm/graalwasm-spring-boot-photon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<id>enable-g1gc</id>
136136
<activation>
137137
<os>
138-
<family>unix</family>
138+
<name>Linux</name>
139139
</os>
140140
</activation>
141141
<build>

0 commit comments

Comments
 (0)