[9] RFR(S): 8050860: Cleanup TypeTuple and TypeFunc

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Jul 23 14:22:09 UTC 2014


Good.

Vladimir

On 7/23/14 12:37 AM, Zoltán Majó wrote:
> Hi all,
>
>
> please review the following patch.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8050860
>
> Problem: TypeFunc::_domain, TypeFunc::_range, TypeTuple::_cnt and TypeTuple::_fields are public, but could be declared
> private.
>
> Solution: Declared fields private, changed direct accesses to fields (from other classes) to use accessor methods instead.
>
> Webrev: http://cr.openjdk.java.net/~thartmann/8050860/webrev.00/
>
> Testing: run all JPRT tests, all passed; built all_optimized and all_debug successfully.
>
> Thank you and best regards,
>
>
> Zoltan Majo
>


More information about the hotspot-compiler-dev mailing list