hg: jdk8/tl/jdk: 2 new changesets (original) (raw)
kurchi.subhra.hazra at oracle.com kurchi.subhra.hazra at oracle.com
Fri May 31 20:59:32 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 2 new changesets
- Next message: RFR JDK-8013254: Constructor \w need update to add the support of \p{Join_Control}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Changeset: 11cdcf87ad5d Author: jzavgren Date: 2013-05-31 15:23 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11cdcf87ad5d
8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait] Summary: Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up. Reviewed-by: chegar, khazra, alanb Contributed-by: john.zavgren at oracle.com
! src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c ! src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c
Changeset: f6e6c27c19f3 Author: jzavgren Date: 2013-05-31 15:18 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f6e6c27c19f3
7188517: Check on '$' character is missing in the HttpCookie class constructor Summary: Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown. Reviewed-by: chegar, khazra, michaelm Contributed-by: john.zavgren at oracle.com
! src/share/classes/java/net/HttpCookie.java ! test/java/net/CookieHandler/TestHttpCookie.java
- Previous message: hg: jdk8/tl/jdk: 2 new changesets
- Next message: RFR JDK-8013254: Constructor \w need update to add the support of \p{Join_Control}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]