Skip to content

Commit e7f3046

Browse files
committed
Revert "svm: disable Throwable#getOurStackTrace in TruffleFeature"
This reverts commit 27a1cc8.
1 parent bfb0611 commit e7f3046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

substratevm/src/com.oracle.svm.truffle/src/com/oracle/svm/truffle/TruffleFeature.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ private void initializeMethodBlocklist(MetaAccessProvider metaAccess, FeatureAcc
583583
blocklistMethod(metaAccess, Throwable.class, "fillInStackTrace");
584584
// Implementations which don't call Throwable.fillInStackTrace are allowed
585585
implementationOnlyBlocklist(metaAccess, Throwable.class, "fillInStackTrace");
586-
blocklistMethod(metaAccess, Throwable.class, "getOurStackTrace");
587586
blocklistMethod(metaAccess, Throwable.class, "initCause", Throwable.class);
588587
blocklistMethod(metaAccess, Throwable.class, "addSuppressed", Throwable.class);
589588
blocklistMethod(metaAccess, System.class, "getProperty", String.class);

0 commit comments

Comments
 (0)