# HG changeset patch # User Roland Schatz # Date 1440075550 -7200 # Node ID c88c31c6075596c6f1971c2b6e30ea97b040c637 # Parent 5bf761306682abcba45bd7d31d741d96d27023a0 Improved JavaDoc on HotSpotJVMCICompilerConfig.selectCompiler diff -r 5bf761306682 -r c88c31c60755 jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/HotSpotJVMCICompilerConfig.java --- a/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/HotSpotJVMCICompilerConfig.java Thu Aug 20 14:56:20 2015 +0200 +++ b/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/HotSpotJVMCICompilerConfig.java Thu Aug 20 14:59:10 2015 +0200 @@ -58,7 +58,10 @@ private static CompilerFactory compilerFactory; /** - * Called from the VM. + * Selects the system compiler. + * + * Called from VM. This method has an object return type to allow it to be called with a VM + * utility function used to call other static initialization methods. */ static Boolean selectCompiler(String compilerName) { for (CompilerFactory factory : Services.load(CompilerFactory.class)) {