Re: log4j2 performance issues with Java 11

2020-11-18 Thread Lisa Ruby
Than you for the input. I have added all of the apache jar files I need via Classpath, and have no need to modularize my application. Still having issues. My build is being created with ANT. Will try the profiling as soon as I can and get back to you. Lisa Original Message On

Re: log4j2 performance issues with Java 11

2020-11-18 Thread Ralph Goers
It should be. Normally you just have to add an agent to the command line for the application. If you are just placing everything on the classpath Java 11 should behave more or less like Java 8. However, if you are trying to use the module path and Java 11 modules you will likely have all kinds

Re: log4j2 performance issues with Java 11

2020-11-18 Thread Lisa Ruby
Do you know if it's possible to run YourKit under NetBeans? I can try it if I can do that.  I'm having all kinds of other issues right now trying to run my application outside of NetBeans. I'm using Apache FOP and there are issues with the module architecture of Java 9+ and the jar files needed

Re: log4j2 performance issues with Java 11

2020-11-18 Thread Ralph Goers
Is there any chance you could run your application under YourKit and profile startup? Your partner uses %L so each log event needs to locate the location of the caller. In Java 8 that used the com.sun.Reflection class but that was removed in Java 9 so in Java 11 it would be using java.util.St