File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/code Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,9 @@ public void finish(DebugContext debug) {
396
396
parseAll ();
397
397
}
398
398
399
- if (!ImageLayerBuildingSupport .buildingImageLayer () && !PointstoOptions .UseExperimentalReachabilityAnalysis .getValue (universe .hostVM ().options ())) {
399
+ // GR-59742 re-enable for open type world and layered images
400
+ if (SubstrateOptions .useClosedTypeWorld () && !ImageLayerBuildingSupport .buildingImageLayer () &&
401
+ !PointstoOptions .UseExperimentalReachabilityAnalysis .getValue (universe .hostVM ().options ())) {
400
402
/*
401
403
* Reachability Analysis creates call graphs with more edges compared to the
402
404
* Points-to Analysis, therefore the annotations would have to be added to a lot
You can’t perform that action at this time.
0 commit comments