Skip to content

Commit ce16e57

Browse files
committed
PolyglotGCTest.testContextCollectedWhenSPIReachable fails transiently.
1 parent 28d3c7e commit ce16e57

File tree

1 file changed

+1
-2
lines changed
  • truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test

1 file changed

+1
-2
lines changed

truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/GCUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ public static void generateGcPressure(double heapLoadFactor) {
244244
}
245245

246246
private static ReachabilityAnalyser<?> selectAnalyser() {
247-
if (ImageInfo.inImageCode() || OSUtils.isWindows()) {
248-
// In the native-image, the heap dump to slow to be used.
247+
if (OSUtils.isWindows()) {
249248
// On Windows there are problems with the Heap release, which prevents the headump file
250249
// from being deleted.
251250
return new GCAnalyser();

0 commit comments

Comments
 (0)