RFR(XXS): 8136693: add package statement 'compiler.testlibrary' to CompilerUtils
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Sep 17 12:54:38 UTC 2015
Hi Tatiana,
the fix looks good.
have you checked that the tests which use this class work fine after
your changes?
Igor
On 09/17/2015 03:16 PM, Tatiana Pivovarova wrote:
> Hi guys!
>
> Please review this small enhancement.
> JRE : https://bugs.openjdk.java.net/browse/JDK-8136693
> webrev : http://cr.openjdk.java.net/~tpivovarova/8136693/webrev.00/
>
> To fix error 'error: cannot find symbol' 'symbol: variable
> CompilerUtils' it needs to add
>
> packagecompiler.testlibrary;
>
> to CompilerUtils class
>
> ---
> Thanks,
> Tatiana
>
More information about the hotspot-compiler-dev
mailing list