Changeset: 0683ee308085
Author:coffeys
Date: 2014-02-26 23:04 +
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/0683ee308085
8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
Reviewed-by: mchung, chegar
! src/share/classes/com/sun/corba/se/spi/orb/ORB.java
I will do JPRT control build and push this fix into ppc-aix-port/stage
Thanks,
Vladimir
On 2/26/14 11:00 AM, Alan Bateman wrote:
On 26/02/2014 18:51, Volker Simonis wrote:
Hi,
please review the following small AIX-only change for
ppc-aix-port/stage (and eventually jdk8u) which became necessar
On 26/02/2014 18:51, Volker Simonis wrote:
Hi,
please review the following small AIX-only change for
ppc-aix-port/stage (and eventually jdk8u) which became necessary after
we have synced the following two changes from jdk8u:
8028293: Check local configuration for actual ephemeral port range
713
Hi,
please review the following small AIX-only change for
ppc-aix-port/stage (and eventually jdk8u) which became necessary after
we have synced the following two changes from jdk8u:
8028293: Check local configuration for actual ephemeral port range
7133499: (fc) FileChannel.read not preempted by
Hi Artem
The code change looks fine. It seems all your s/getLength/getDefiniteLength/
substitutions are those that only works with a definite length.
However, I do find the indefinite length support not satisfying. Just not sure
if it's worth fixing. For example:
1. No idea why DerImputStream:
FYI.
It common to encode as DER, and decode as BER. BER is still a popular
format. For example, PKCS#7 is BER based, and JDK accept PKCS#7
records. See the usage section of this wiki [*] for more protocols that
use BER encoding.
It's better to avoid the update that the DER APIs cannot be used
Oh, I might have mis-read your webrev. I take back my words below. Will read it
again.
Thanks
Max
On Feb 26, 2014, at 16:09, Wang Weijun wrote:
>
> Anyway, I think it's better to be tolerant, especially we have supported it
> ever since.
>
> Thanks
> Max
>
>
>
> On Feb 26, 2014, at 15:41
Hi Artem
Indefinite length is not allowed in DER so we never generate it. However, we do
support reading it. I guess there must be a reason. Maybe
1. We don't have separate BerXXX classes, so basically we read both DER and BER
with the same codes.
2. Most protocols require DER encoding, but ma