Details
-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.2, 5.0u39, 6u39, 7u13, 8
-
b89
-
x86
-
linux, windows_nt
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018492 | 7u45 | Dmeetry Degrave | P4 | Closed | Fixed | b01 |
JDK-8013724 | 7u40 | Dmeetry Degrave | P4 | Closed | Fixed | b23 |
JDK-8017410 | 6u65 | Dmeetry Degrave | P4 | Closed | Fixed | b01 |
JDK-8013462 | 6u60 | Dmeetry Degrave | P4 | Closed | Fixed | b01 |
Description
Name: bsT130419 Date: 09/18/2001
$ java -version
java version "1.4.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
The java code generated from an idl union where the switch is the boolean type
will not compile with javac. The following example IDL will compile java code
with idlj, but when we run the java code through javac it fails with syntax
errors.
--- example IDL follows --------------
module xyz
{
union LongTypeOpt switch (boolean) {
case TRUE: long value;
};
};
(Review ID: 132062)
======================================================================
###@###.### 11/2/04 18:27 GMT
$ java -version
java version "1.4.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
The java code generated from an idl union where the switch is the boolean type
will not compile with javac. The following example IDL will compile java code
with idlj, but when we run the java code through javac it fails with syntax
errors.
--- example IDL follows --------------
module xyz
{
union LongTypeOpt switch (boolean) {
case TRUE: long value;
};
};
(Review ID: 132062)
======================================================================
###@###.### 11/2/04 18:27 GMT
Attachments
Issue Links
- backported by
-
JDK-8013462 CORBA boolean type unions do not generate compilable code from idlj
- Closed
-
JDK-8013724 CORBA boolean type unions do not generate compilable code from idlj
- Closed
-
JDK-8017410 CORBA boolean type unions do not generate compilable code from idlj
- Closed
-
JDK-8018492 CORBA boolean type unions do not generate compilable code from idlj
- Closed