On 21/06/2019 00:52, Pavel Hofman wrote:
The files I want to work on have been intact for a long time, I would like to build using debian package build facility for openjdk 11. The reason is the build package facility downloads all required dev libraries and the build is automatic which will save me a lot of time. For final changeset submission I would prepare the patch based on latest mercurial repo.
It sounds fine, note that the final version of the fix should be done on top of "jdk/client": http://hg.openjdk.java.net/jdk/client
Also the document talks about required tests - I do not see any tests in that part of openjdk. Do I have to provide any?
Yes, it will be good to provide some tests which will cover the new functionality. The existed tests are here: http://hg.openjdk.java.net/jdk/client/file/af678f2593e2/test/jdk/javax/sound -- Best regards, Sergey.