The tests located in jdk/test/sun/management/jdp should be updated to include the following cases:
1) Start the Jdp service via jcmd, with default options
2) Start the Jdp service via jcmd, with options.
Three new fields have been added to Jdp packets:
1) PROCESS_ID
2) RMI_HOSTNAME
3) BROADCAST_INTERVAL
These fields are optional, but we want to test it anyway.
Test covering Jdp have been tracked by [3], and should be updated.
The enhancement proposal is here [1], together with links to its implementation.
The JEP-168 [2] will be update accordingly, by Dmitry Samersoff.
[1] https://bugs.openjdk.java.net/browse/JDK-8004213
[2] http://openjdk.java.net/jeps/168
[3] https://bugs.openjdk.java.net/browse/JDK-8014506
1) Start the Jdp service via jcmd, with default options
2) Start the Jdp service via jcmd, with options.
Three new fields have been added to Jdp packets:
1) PROCESS_ID
2) RMI_HOSTNAME
3) BROADCAST_INTERVAL
These fields are optional, but we want to test it anyway.
Test covering Jdp have been tracked by [3], and should be updated.
The enhancement proposal is here [1], together with links to its implementation.
The JEP-168 [2] will be update accordingly, by Dmitry Samersoff.
[1] https://bugs.openjdk.java.net/browse/JDK-8004213
[2] http://openjdk.java.net/jeps/168
[3] https://bugs.openjdk.java.net/browse/JDK-8014506
- relates to
-
JDK-8014506 Test of Jdp feature
-
- Closed
-