From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32307 invoked by alias); 14 Aug 2004 21:37:13 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 32289 invoked by uid 48); 14 Aug 2004 21:37:12 -0000 Date: Sat, 14 Aug 2004 21:37:00 -0000 From: "greenrd at greenrd dot org" To: java-prs@gcc.gnu.org Message-ID: <20040814213710.17032.greenrd@greenrd.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/17032] New: java.rmi.Naming doesn't allow omitting the hostname X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00250.txt.bz2 List-Id: The 1.4.2 javadocs for java.rmi.Naming state: "Both host and port are optional. If host is omitted, the host defaults to the local host. If port is omitted, then the port defaults to 1099, the "well-known" port that RMI's registry, rmiregistry, uses." However, libgcj doesn't allow ommitting the hostname. Test case with build+run script attached. It works on Sun JDK 1.4.2 but not on gij. -- Summary: java.rmi.Naming doesn't allow omitting the hostname Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: minor Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: greenrd at greenrd dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17032