jGauravGupta opened a new pull request #3259: URL: https://github.com/apache/netbeans/pull/3259
Payara Platform 5.2021.8 support HotSwap Agent via DCEVM which is activated by jvm-options in domain.xml. With the introduction of the HotSwap feature, JVM Options in domain.xml need to be filtered out based on the JVM name. For e.g: In the following snippet Azul is the vendor name and Dynamic Code Evolution is the VM name both JVM options should be activated based on the Vendor or VM name. ```` <jvm-options>[Azul-1.8.0u222|1.8.0u260]-XX:+UseOpenJSSE</jvm-options> <jvm-options>[9|]-Djdk.attach.allowAttachSelf=true</jvm-options> <jvm-options>[Dynamic Code Evolution-11.0.10|]-XX:HotswapAgent=core</jvm-options> <jvm-options>[Dynamic Code Evolution-11.0.10|]-Xlog:redefine+class*=info</jvm-options> ```` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
