RFR(XS): 8164608 - [TESTBUG] compiler/profiling tests fail to compile
Christian Tornqvist
christian.tornqvist at oracle.com
Tue Aug 23 16:23:47 UTC 2016
Hi Dmitrij,
Looks good, thanks for fixing this :)
Thanks,
Christian
-----Original Message-----
From: hotspot-compiler-dev [mailto:hotspot-compiler-dev-bounces at openjdk.java.net] On Behalf Of Dmitrij Pochepko
Sent: Tuesday, August 23, 2016 10:39 AM
To: hotspot compiler <hotspot-compiler-dev at openjdk.java.net>
Subject: RFR(XS): 8164608 - [TESTBUG] compiler/profiling tests fail to compile
Hi,
please review fix for 8164608 - [TESTBUG] compiler/profiling tests fail to compile
2 tests started to fail compilation after JDK-815795, where testlibrary was significantly changed. This fix address 2 issues:
1) (top-level) while merging Utils from older testlibrary into hotspot/test/testlibrary with <top-level>/test/lib 2 fields were missed(TEST_CLASSES and TEST_JDK).
2) (hotspot) jdk.test.lib.OutputAnalyzer was removed, leaving only it's "copy" jdk.test.lib.process.OutputAnalyzer
webrevs:
top-level: http://cr.openjdk.java.net/~dpochepk/8164608/webrev.01/
hotspot: http://cr.openjdk.java.net/~dpochepk/8164608/webrev.hotspot.01/
CR: https://bugs.openjdk.java.net/browse/JDK-8164608
I've tested this fix on linux-amd64.
Thanks,
Dmitrij
More information about the hotspot-compiler-dev
mailing list