RFR: JDK-8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args [v5]

David Holmes dholmes at openjdk.org
Thu Jan 5 21:47:54 UTC 2023


On Wed, 4 Jan 2023 15:30:10 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> The test serviceability/sa/sadebugd/SADebugDTest.java can pass under some circumstances a negative rmiport (--rmiport -1) to SALauncher.java.
>> This leads to a somewhat misleading message 
>> `[debugd] Argument is expected for 'rmiport' `
>> (we set an argument [-1] but probably this is not what is really expected) and additionally the real exception is not shown.
>> Probably also a warning in case of negative rmiport values should be printed because they seem to lead to errors.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Small output adjustments

This change has introduced a test failure in our tier 5 CI testing:

https://bugs.openjdk.org/browse/JDK-8299700

I missed an issue had already been filed for the failure.

-------------

PR: https://git.openjdk.org/jdk/pull/11811


More information about the serviceability-dev mailing list