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
Exception in thread "main" java.lang.UnsupportedOperationException: Caller-sensitive method called StackWalker.getCallerClass()
at java.base/java.lang.StackWalker.getCallerClass(StackWalker.java:198)
at com.sap.fontus.taintaware.unified.reflect.IASMethod.invoke(IASMethod.java:217)
at Main.main(Main.java:11)
at Main.main(Main.java)
When running the system tests under the Semeru JDK, two tests are failing. Namely, Using a lambda to create a proxy and Forwarding Argument to Main via Reflection. Both rely on the CallerSensitive annotation, which seems to be unsupported in this JDK implementation.