JaCoLine icon indicating copy to clipboard operation
JaCoLine copied to clipboard

Java Command Line Inspector

Results 7 JaCoLine issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

With the description of error, an error code provision would be great. So instead of searching for the strings in the analysis, which could change over time, searching for error...

JaCoLine / VMOptionsExplorer are built using OpenJDK sources. -XX:+UnlockCommercialFeatures was a switch added by Oracle to their OpenJDK-based JDK to control access to Java Flight Recorder. Maybe dump PrintFlagsFinal from...

Clean up the spaghetti code and convert into instances of ISwitchRule.

enhancement

Code cache sizing Tier enable/disable and thresholds FreqInlineSize EA threshold sizing

enhancement

Add validation rules around GC options such as: JDK8 G1 options not valid unless G1GC is selected Warn/Error on conflicting GC algorithm selections

enhancement

``` -XX:GCLogFileSize=25M" ‑Dcom.sun.management.jmxremote ‑Dcom.sun.management.jmxremote.ssl=false ‑Dcom.sun.management.jmxremote.authenticate=false ‑Dcom.sun.management.jmxremote.port=9998 ‑Djava.net.preferIPv4Stack=true ‑Djava.rmi.server.hostname=${AWS_PUBLIC_HOSTNAME} ‑Dcom.sun.management.jmxremote.local.only=false ‑Dcom.sun.management.jmxremote.rmi.port=9999 ‑XX:HeapDumpPath=/var/log/pls ‑XX:+HeapDumpOnOutOfMemoryError ‑XX:+ExitOnOutOfMemoryError ‑XX:+UnlockExperimentalVMOptions ‑XX:+UseCGroupMemoryLimitForHeap ‑XX:MaxRAMFraction=2 -- ``` The unmatched quote caused the rest of the options to be unparsed....

enhancement