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

2020-07-26 Thread David Holmes
Hi Coleen, On 24/07/2020 11:10 pm, coleen.phillim...@oracle.com wrote: I can also replace method_oop with method_ptr in the CPU ad files, and this seems to build but now someone who knows the compiler area needs to comment; this was supposed to be trivial... :)  But it still is really trivia

Re: RFR(L): 8215624: add parallel heap inspection support for jmap histo(G1)(Internet mail)

2020-07-26 Thread 臧琳
I update a new change at http://cr.openjdk.java.net/~lzang/jmap-8214535/8215624/webrev_09 It includes a tiny fix of build failure on windows: In attachListener.cpp: - uint parallel_thread_num = MAX(1, (uint)os::initial_active_processor_count() * 3 / 8); + ui