Proposal for adding O_DIRECT support into JDK 9
Lu, Yingqi
yingqi.lu at intel.com
Mon Sep 18 21:17:56 UTC 2017
Hi Brian,
Our email crossed :)
I used a VERY simple way to test. I removed the all the dependencies to jdk.test.lib.Platform so that I can compile and run it independently. Then, I just compiled DirectIOTest.java use the following script to test.
#!/bin/bash
for i in {1..200000}
do
echo $i
java -Djava.library.path=/home/JDK9-O_DIRECT/jdk10-o_direct-v15/build/linux-x86_64-normal-server-release/support/test/jdk/jtreg/native/lib DirectIOTest
done
exit 0
Since I just sent a newer version of the patch, could you please use that for testing? Please let me know if you have any question.
Thanks,
Lucy
From: Brian Burkhalter [mailto:brian.burkhalter at oracle.com]
Sent: Monday, September 18, 2017 1:57 PM
To: Lu, Yingqi <yingqi.lu at intel.com>
Cc: nio-dev at openjdk.java.net
Subject: Re: Proposal for adding O_DIRECT support into JDK 9
Hi Lucy,
Do you have a wrapper script or something that you use to iterate over the test?
Thanks,
Brian
On Sep 18, 2017, at 12:27 PM, Lu, Yingqi <yingqi.lu at intel.com<mailto:yingqi.lu at intel.com>> wrote:
I will remove MacOS from this test for now. Could you please help test DirectIOTest on Solaris for many iterations? My VM crashed and it will take me some time to recover.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170918/0c0fac17/attachment-0001.html>
More information about the nio-dev
mailing list