RFR [9] Remove sun.misc.Request and RequestProcessor

Chris Hegarty chris.hegarty at oracle.com
Fri Dec 11 16:30:47 UTC 2015


sun.misc.Request and RequestProcessor are not used by the JDK, and I can 
find no usage outside the JDK either. I would like to propose their removal.

$ hg rm src/java.base/share/classes/sun/misc/RequestProcessor.java
$ hg rm src/java.base/share/classes/sun/misc/Request.java

-Chris.



More information about the core-libs-dev mailing list