mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-29 14:52:52 +00:00
8154733: Fix module dependencies missed in java.rmi tests
Reviewed-by: alanb, amlu
This commit is contained in:
parent
2ef07f57fa
commit
560adadb05
1
jdk/test/java/rmi/TEST.properties
Normal file
1
jdk/test/java/rmi/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = java.rmi
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1999, 2016, 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
|
||||
@ -26,6 +26,7 @@
|
||||
* @summary The Serialization benchmark test. This java class is used to run the
|
||||
* test under JTREG.
|
||||
* @library ../../
|
||||
* @modules java.desktop
|
||||
* @build bench.BenchInfo bench.HtmlReporter bench.Util bench.Benchmark
|
||||
* @build bench.Reporter bench.XmlReporter bench.ConfigFormatException
|
||||
* @build bench.Harness bench.TextReporter
|
||||
|
||||
1
jdk/test/sun/rmi/TEST.properties
Normal file
1
jdk/test/sun/rmi/TEST.properties
Normal file
@ -0,0 +1 @@
|
||||
modules = java.rmi
|
||||
Loading…
x
Reference in New Issue
Block a user