RFR(S) : 8177374 : fix module dependency declaration in jdk_svc tests (original) (raw)

Mandy Chung mandy.chung at oracle.com
Wed Mar 22 21:01:47 UTC 2017


On Mar 22, 2017, at 1:09 PM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:

http://cr.openjdk.java.net/~iignatyev/8177374/webrev.00/index.html 40 lines changed: 26 ins; 13 del; 1 mod; Hi all, could you please review this changeset which fixes in a few jdksvc tests which were missed by JDK-8176176[1]? testing: :jdksvc tests webrev: http://cr.openjdk.java.net/~iignatyev/8177374/webrev.00/index.html JBS: https://bugs.openjdk.java.net/browse/JDK-8177374

test/java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java This test should need java.management. Where is it declared? Does the webrev miss some new file?

Can you keep @modules sorted? e.g. the following in a few files: 42 * @modules jdk.management.agent/jdk.internal.agent 43 * java.management 44 * jdk.attach

Mandy



More information about the hotspot-dev mailing list