Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

There can be many reasons. Somehow the class file does not match the source file. To investigate please provide the file `ReportUtils.java` and the corresponding class files.

Please add at least one example (java source + compiled class file) so that we can investigate the problem.

I need to do some research on this. From my understanding JavaFX was always a separate project, but some vendors decided to include it in their OpenJDK distributions over time....

See also: https://en.wikipedia.org/wiki/JavaFX

@simhadri-git Please provide the full stack trace, thanks!

@simhadri-git Is this the *full stacktrace? Isn't there any more nested stack traces below starting with "caused by"?

@simhadri-git With this limited information we there is nothing we can do. If you want us to analyze the problem please provide a executable reproducer (preferably a GitHub repo) where...

We don't have enough information to analyze this.

Probe insertion is a tradeoff between granularity in case of exceptions and performance (i.e. number of probes). Most opcodes can throw an exception. To cover every exception we would need...