RFR(L/XS) : 8222414 : bring googlemock v1.8.1

2019-05-22 Thread Igor Ignatyev
http://cr.openjdk.java.net/~iignatyev//8222414/webrev.01 > 21638 lines changed: 21628 ins; 0 del; 10 mod; Hi all, could you please review this patch which makes mocking framework from google test available for hotspot tests? JBS: https://bugs.openjdk.java.net/browse/JDK-8222414 testing: tier1 w

Re: [13] RFR: 8221431: Support for Unicode 12.1

2019-05-22 Thread naoto . sato
Hi Erik, Thank you for your comments. Updated the webrev accordingly: https://cr.openjdk.java.net/~naoto/8221431/webrev.04/ Naoto On 5/22/19 4:13 PM, Erik Joelsson wrote: Hello Naoto, In GensrcEmojiData.gmk: The MakeDir doesn't look correct with the double $$. I would recommend calling the

Re: [13] RFR: 8221431: Support for Unicode 12.1

2019-05-22 Thread Erik Joelsson
Hello Naoto, In GensrcEmojiData.gmk: The MakeDir doesn't look correct with the double $$. I would recommend calling the newer MakeTargetDir macro instead. It doesn't take an argument. Otherwise build changes look good. /Erik On 2019-05-22 15:56, naoto.s...@oracle.com wrote: Adding build-dev

Re: [13] RFR: 8221431: Support for Unicode 12.1

2019-05-22 Thread naoto . sato
Adding build-dev, as the change adds a small build tool to parse emoji-data. Naoto On 5/22/19 3:26 PM, naoto.s...@oracle.com wrote: Hi, Please review the changes to the following issue: https://bugs.openjdk.java.net/browse/JDK-8221431 The proposed CSR and changeset are located at: https://b

Re: RFR: JDK-8221543: Indify-dependent microbenchmarks are broken

2019-05-22 Thread Claes Redestad
Hi Erik, On 2019-05-22 22:38, Erik Joelsson wrote: This patch adds running of the Indify tool on the microbenchmark classes after building them. The Indify tool is already present in the repo in the java/lang/invoke test sources, so I'm building it from there. Claes, could you take this for s

RFR: JDK-8221543: Indify-dependent microbenchmarks are broken

2019-05-22 Thread Erik Joelsson
This patch adds running of the Indify tool on the microbenchmark classes after building them. The Indify tool is already present in the repo in the java/lang/invoke test sources, so I'm building it from there. Claes, could you take this for spin and see that it works as expected? Bug: https://

[8u] RFR: 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u

2019-05-22 Thread Severin Gehwolf
Hi, Could I please get reviews for this minimal implementation of a tier1- like test set for JDK 8u? The implementation is rather barebones as I don't think it's worth rewriting the build system just for a command that runs a certain set of tests across a select set of repositories. I've re-used e