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 28d3c7e commit ce16e57Copy full SHA for ce16e57
truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/GCUtils.java
@@ -244,8 +244,7 @@ public static void generateGcPressure(double heapLoadFactor) {
244
}
245
246
private static ReachabilityAnalyser<?> selectAnalyser() {
247
- if (ImageInfo.inImageCode() || OSUtils.isWindows()) {
248
- // In the native-image, the heap dump to slow to be used.
+ if (OSUtils.isWindows()) {
249
// On Windows there are problems with the Heap release, which prevents the headump file
250
// from being deleted.
251
return new GCAnalyser();
0 commit comments