You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: svm-partition-trace/src/main/java/com/lexicalscope/svm/partition/trace/ops/TagConstructorRecieverWithPartition.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public TagConstructorRecieverWithPartition(
Copy file name to clipboardexpand all lines: svm-partition-trace/src/main/java/com/lexicalscope/svm/partition/trace/ops/TagNewInstanceWithPartitionOp.java
Copy file name to clipboardexpand all lines: svm-partition-trace/src/test/java/com/lexicalscope/svm/partition/trace/TestMethodParametersCanBeUsedForPartitioning.java
@@ -47,14 +47,18 @@ public int entry(final int x1, final int x2) {
47
47
newClassOutsidePartition().entry(3, 4);
48
48
}
49
49
50
-
@Test@Ignore("need to instrument constructor calls instead of new instructions for this to work") publicvoidcollectArgumentsInTrace() throwsException {
0 commit comments