提交 6bc2b39a 编写于 作者: A alanb

7081796: (ch) rawtype warning in sun.nio.ch.InheritedChannel

Reviewed-by: chegar
上级 99724948
......@@ -166,8 +166,8 @@ class InheritedChannel {
// is implemented.
Class paramTypes[] = { int.class };
Constructor ctr = Reflect.lookupConstructor("java.io.FileDescriptor",
paramTypes);
Constructor<?> ctr = Reflect.lookupConstructor("java.io.FileDescriptor",
paramTypes);
Object args[] = { new Integer(fdVal) };
FileDescriptor fd = (FileDescriptor)Reflect.invoke(ctr, args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册