As I understood the purpose of this bug (it's really unclear), is to
eliminate dependency on AWTAccessor since this class will be removed
soon. Not 100% sure that it has any connection to the jake.
You may ask the author of the bug what did he mean. I got this bug in
the triaged state.
SoundBug.java and JPEGInputStreamTest.java are not reproducible.
On 10/8/2015 11:02 PM, Sergey Bylokhov wrote:
Hi, Semyon.
It is unclear what did you try to achieve in
RequestOnCompWithNullParent1, AWT_Mixing/** by using reflection
instead of direct access or AWTAccessor? I think all of these changes
are unnecessary. Did you run them on jake? I guess they are passed on
jake even before the fix, no?
What about SoundBug.java and JPEGInputStreamTest.java which are
mentioned in the comments?
On 08.10.15 22:21, Semyon Sadetsky wrote:
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8074810
webrev: http://cr.openjdk.java.net/~ssadetsky/8074810/webrev.00/
The mentioned in the bug dependencies are eliminated.
--Semyon