--- old/src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties 2019-05-30 17:59:52.000000000 -0700 +++ new/src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties 2019-05-30 17:59:52.000000000 -0700 @@ -1,6 +1,6 @@ # # -# Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1996, 2019, 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 @@ -136,8 +136,9 @@ rmic.must.only.throw.exception=\ Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses. rmic.jrmp.stubs.deprecated=\ - Warning: generation and use of skeletons and static stubs for JRMP\ + Warning: {0} has been deprecated and is subject to removal in a future\ + \nrelease. Generation and use of skeletons and static stubs for JRMP\ \nis deprecated. Skeletons are unnecessary, and static stubs have\ - \nbeen superseded by dynamically generated stubs. Users are\ - \nencouraged to migrate away from using {0} to generate skeletons and static\ + \nbeen superseded by dynamically generated stubs. Users are encouraged\ + \nto migrate away from using this tool to generate skeletons and static\ \nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.