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 205b4d0 commit 8ea59b7Copy full SHA for 8ea59b7
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/code/CompileQueue.java
@@ -409,9 +409,7 @@ public void finish(DebugContext debug) {
409
parseAll();
410
}
411
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())) {
+ if (!PointstoOptions.UseExperimentalReachabilityAnalysis.getValue(universe.hostVM().options())) {
415
/*
416
* Reachability Analysis creates call graphs with more edges compared to the
417
* Points-to Analysis, therefore the annotations would have to be added to a lot
0 commit comments