RFR(S): 8005079: fix LogCompilation for incremental inlining

Roland Westrelin roland.westrelin at oracle.com
Thu Mar 20 17:08:04 UTC 2014


Thanks for the comments. I’ll do the suggested changes.

> src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/Method.java:
> 
> +     public boolean isSame(Method other) {
> 
> You should override equals instead.

It’s not a strict test for equality because I only compare 2 of the fields and not all of them. Do you think I should override equals anyway?

Roland.


More information about the hotspot-compiler-dev mailing list