8154733: Fix module dependencies missed in java.rmi tests

Reviewed-by: alanb, amlu
This commit is contained in:
Felix Yang 2016-04-28 12:38:22 +08:00 committed by Amy Lu
parent 2ef07f57fa
commit 560adadb05
3 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
modules = java.rmi

View File

@ -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

View File

@ -0,0 +1 @@
modules = java.rmi