diff -r 31ec3e55fa3d -r 6c255334120d src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties --- a/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties Tue Oct 29 11:33:25 2019 +0100 +++ b/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties Tue Oct 29 08:26:55 2019 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,13 @@ # questions. # +add-options.argument= + +add-options.description=\ +Prepend the specified string, which may include\n\ +whitespace, before any other options when invoking the virtual machine\n\ +in the resulting image. + release-info.argument=|add:=:=:...|del: release-info.description=\ @@ -105,6 +112,24 @@ strip-native-commands.description=\ Exclude native commands (such as java/java.exe) from the image +vendor-version.argument= + +vendor-version.description=\ +Override the vendor version string baked into the build, if any.\n\ +The value of the system property "java.vendor.version" will be . + +vendor-bug-url.argument= + +vendor-bug-url.description=\ +Override the vendor bug URL baked into the build. The value\n\ +of the system property "java.vendor.url.bug" will be . + +vendor-vm-bug-url.argument= + +vendor-vm-bug-url.description=\ +Override the vendor VM bug URL baked into the build. The URL\n\ +displayed in VM error logs will be . + vm.argument= vm.description=\