Build changes look good.
/Erik
On 2018-04-30 12:03, Igor Ignatyev wrote:
Jerry, Misha,
thank you for your review.
adding build-dev alias as the patch includes makefiles changes.
-- Igor
On Apr 30, 2018, at 8:39 AM, mikhailo <mikhailo.seledt...@oracle.com> wrote:
Changes look good to me,
Thank you,
Misha
On 04/28/2018 07:34 AM, Gerald Thornbrugh wrote:
Hi Igor,
Your changes look good to me.
Thanks!
Jerry
http://cr.openjdk.java.net/~iignatyev//8199375/webrev.00/index.html
58155 lines changed: 58155 ins; 0 del; 0 mod;
Hi all,
could you please review this webrev which open sources code shared by many
tests from so-called VM testbase?
this patch doesn't include any tests, it's rather a preparation step to simplify actual
open sourcing of the tests, which will be done later by separate RFEs[*]. the files are
intentionally put into a separate directory (test/hotspot/jtreg/vmTestbase) to emphasize
that these tests were a part of one "product", most of the code doesn't meet
openjdk coding guidelines (or any other coding guidelines for that matter), might be
highly coupled and duplicate some existing test and/or test libraries from jtreg test
bases. in a long term, we are planning to rework all these tests and make them more like
other regular jtreg tests.
I'd like to highlight that the code in this webrev isn't new, VM testbase tests have been
using it for a long time and these tests have been by Oracle for internal hotspot testing
for a long period if time. however as this patch adds "new" native code, I'd
really like platforms' maintainers to closely review all .h/.c files (esp.
libProcessUtils.c and all the files used by it) as they were never built/executed on
platforms other than the ones supported by Oracle.
JBS: https://bugs.openjdk.java.net/browse/JDK-8199643
webrev: http://cr.openjdk.java.net/~iignatyev//8199375/webrev.00/index.html
testing:
- all tests which depend on this code
- build linux-x64, windows-x64, mac-x64, solaris-sparcv9 including open-only
variants
[*] JBS:(labels = test-opensource and component = hotspot)
https://bugs.openjdk.java.net/issues/?jql=labels%20%3D%20test-opensource%20and%20component%20%3D%20hotspot
Thanks,
-- Igor