Re: RFR(XS): 8245126 Kitchensink fails with: assert(!method->is_old()) failed: Should not be installing old methods

2020-06-08 Thread Christian Hagedorn
Hi Serguei Thanks for fixing this. I don't have official reviewer status but the changes look good to me. As we've already discussed, this does not fix JDK-8245128, unfortunately. Best regards, Christian On 04.06.20 01:05, serguei.spit...@oracle.com wrote: Hi Dean, Thank you a lot for the

Re: RFR (T) 8250042: Clean up methodOop and method_oop names from the code

2020-07-28 Thread Christian Hagedorn
Hi Coleen On 24.07.20 15:10, coleen.phillim...@oracle.com wrote: incremental webrev at http://cr.openjdk.java.net/~coleenp/2020/8250042.02.incr/webrev full webrev at http://cr.openjdk.java.net/~coleenp/2020/8250042.02/webrev Thanks for cleaning this up! The compiler changes look good to me.