Retrieves a formatted JVM information text. The default StringManager will be used. @return the formatted JVM information text
()
| 452 | * @return the formatted JVM information text |
| 453 | */ |
| 454 | public static String getVMInfo() { |
| 455 | return getVMInfo(sm); |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * Retrieves a formatted JVM information text. The given list of locales will be used to retrieve a StringManager. |
no test coverage detected