Skip to content

Commit 8ea59b7

Browse files
committed
Re-enable @Uninterruptible and @RestrictHeapAccess for open world and layered images.
1 parent 205b4d0 commit 8ea59b7

File tree

1 file changed

+1
-3
lines changed
  • substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/code

1 file changed

+1
-3
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/code/CompileQueue.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ public void finish(DebugContext debug) {
409409
parseAll();
410410
}
411411

412-
// GR-59742 re-enable for open type world and layered images
413-
if (SubstrateOptions.useClosedTypeWorld() && !ImageLayerBuildingSupport.buildingImageLayer() &&
414-
!PointstoOptions.UseExperimentalReachabilityAnalysis.getValue(universe.hostVM().options())) {
412+
if (!PointstoOptions.UseExperimentalReachabilityAnalysis.getValue(universe.hostVM().options())) {
415413
/*
416414
* Reachability Analysis creates call graphs with more edges compared to the
417415
* Points-to Analysis, therefore the annotations would have to be added to a lot

0 commit comments

Comments
 (0)