You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/04/04 03:04:44 UTC

[jira] Created: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
-------------------------------------------------------------------------------------------------------------------------------

         Key: HARMONY-301
         URL: http://issues.apache.org/jira/browse/HARMONY-301
     Project: Harmony
        Type: New Feature

  Components: Classlib  
    Reporter: Richard Liang


Hi,

A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.

I'll upload a patch for this issue soon.

Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-301?page=all ]
     
George Harley closed HARMONY-301:
---------------------------------


Verified by Richard. 


> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.patch, new.luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-301?page=comments#action_12374195 ] 

Richard Liang commented on HARMONY-301:
---------------------------------------

Hello George,

I'm also confused :-) They are new-defined methods in Java 5.0, but actually, we can do nothing.

You fix looks fine. Please close this issue. Thanks a lot.

> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.patch, new.luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-301?page=all ]

Richard Liang updated HARMONY-301:
----------------------------------

    Attachment: luni.src.patch

Hello,

Would you please try my patch for this issue. Thanks a lot.

> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-301?page=all ]
     
George Harley resolved HARMONY-301:
-----------------------------------

    Resolution: Fixed

Hi Richard, 

Thanks for these enhancements. After studying the supplied implementations of these methods I have simplified things a bit by removing the declaration and setting of the new private fields that do not actually get used anywhere else. 

Doing a little bit of research on these methods (i.e. sticking my nose in "Java in a Nutshell"), it seems like they are no-ops for 5.0. I just can't find any reference to them being used anywhere.  

Modied versions of your changes have been committed in revision 393425. If you are happy with the way I have applied them then we can close this issue out.

Best regards, 
George



> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.patch, new.luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-301?page=all ]

Richard Liang updated HARMONY-301:
----------------------------------

    Attachment: new.luni.src.patch

Hello,

I'm sorry. Please try the new patch new.luni.src.patch and ignore the old one luni.src.patch. 

Sorry, again.

> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: luni.src.patch, new.luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-301) Java 5 Enhancement: A new method "setPerformancePreference" is added in java.net.Socket, SocketImpl and ServerSocket classes.

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-301?page=all ]

George Harley reassigned HARMONY-301:
-------------------------------------

    Assign To: George Harley

> Java 5 Enhancement: A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> -------------------------------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-301
>          URL: http://issues.apache.org/jira/browse/HARMONY-301
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.src.patch, new.luni.src.patch
>
> Hi,
> A new method "setPerformancePreference" is added in  java.net.Socket, SocketImpl and ServerSocket  classes.
> I'll upload a patch for this issue soon.
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira