[jira] Updated: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=all ] Vladimir Strigun updated HARMONY-37: Attachment: IdentityHashMapTest.java test was updated > remove() method of IdentityHashMap works incorrectly >

[jira] Assigned: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=all ] Tim Ellison reassigned HARMONY-37: -- Assign To: Tim Ellison > remove() method of IdentityHashMap works incorrectly > > > Key: HARMO

[jira] Commented: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=comments#action_12363468 ] Vladimir Strigun commented on HARMONY-37: - Ya, I've already found it. I'll update test and try to update the fix :) > remove() method of IdentityHashMap works incorrec

[jira] Commented: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=comments#action_12363462 ] Tim Ellison commented on HARMONY-37: Vladimir, Good test -- thanks. ... and it's worse than that, the IdentityHashMap does not deal with 'null' keys and values properly.

Re: [classlib : security[2]] security2 integrated (first cust)

2006-01-20 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: I did a hacky integration of security2 to replace security. After chatting a bit w/ Tim, I took a very simpleminded approach, hmm, not sure what to make of that comment ... ;-) LOL. of just getting the master build. This only works on windo

[jira] Updated: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

2006-01-20 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-36?page=all ] Richard Liang updated HARMONY-36: - Attachment: CharBuffer_patch.txt CharSequenceAdapter_patch.txt CharBufferTest_patch.txt These are patch files for java.nio.Cha

[jira] Commented: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=comments#action_12363414 ] Vladimir Strigun commented on HARMONY-37: - To fix it, we just need to check wheather this key exist in hashmap (i.e check that key is not null and key exist in element

[jira] Updated: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

2006-01-20 Thread Richard Liang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-36?page=all ] Richard Liang updated HARMONY-36: - Attachment: Appendable.java Readable.java This is the new interfaces of LUNI: java.lang.Appendable and java.lang.Readable > java.nio.CharBuff

[jira] Updated: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=all ] Vladimir Strigun updated HARMONY-37: Attachment: IdentityHashMapTest.java regression test > remove() method of IdentityHashMap works incorrectly > -

[jira] Commented: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-37?page=comments#action_12363416 ] Vladimir Strigun commented on HARMONY-37: - I'll attach regression test for this bug. Here is diff for /incubator/harmony/enhanced/classlib/trunk/modules/luni/src/test/

[jira] Commented: (HARMONY-27) The network related channels in java.nio.channels are not implemented

2006-01-20 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-27?page=comments#action_12363415 ] Tim Ellison commented on HARMONY-27: Thanks Paulex -- this makes sense. It fits in with the design of FileChannels that are under development already. Can you attach the

[jira] Created: (HARMONY-37) remove() method of IdentityHashMap works incorrectly

2006-01-20 Thread Vladimir Strigun (JIRA)
remove() method of IdentityHashMap works incorrectly Key: HARMONY-37 URL: http://issues.apache.org/jira/browse/HARMONY-37 Project: Harmony Type: Bug Components: Classlib Reporter: Vladimir Strigun When us

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Tim Ellison
sorry for being flippant -- I took your "Ok? sure" as agreement. Since it is a reported bug in the existing code, with a patch that looks good, I figured the (literally) 60 seconds it took me to release it into HEAD may help out anyone who downloads the code in the time it takes to merge security2

[jira] Assigned: (HARMONY-27) The network related channels in java.nio.channels are not implemented

2006-01-20 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-27?page=all ] Tim Ellison reassigned HARMONY-27: -- Assign To: Tim Ellison (was: Geir Magnusson Jr) > The network related channels in java.nio.channels are not implemented > -

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Geir Magnusson Jr
Tim Ellison wrote: sorry for being flippant -- I took your "Ok? sure" as agreement. Oh, definitely :) Since it is a reported bug in the existing code, with a patch that looks good, I figured the (literally) 60 seconds it took me to release it into HEAD may help out anyone who downloads the

Re: [classlib : security[2]] security2 integrated (first cust)

2006-01-20 Thread George Harley1
Hi Geir, > I'd like to propose a change in the build structure to segement by > platform, so that it's very clear the pile that gets built and where, > giving us the freedom to have an appropriate layout for each. > > /trunk/deploy/ > win32/ > include/ > jre/ > li

Re: [classlib : security[2]] security2 integrated (first cust)

2006-01-20 Thread Tim Ellison
Geir Magnusson Jr wrote: > I did a hacky integration of security2 to replace security. > > After chatting a bit w/ Tim, I took a very simpleminded approach, hmm, not sure what to make of that comment ... ;-) > of > just getting the master build. This only works on windows for now. > > 1) the m

[jira] Resolved: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Tim Ellison (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-35?page=all ] Tim Ellison resolved HARMONY-35: Resolution: Fixed Fixed in luni module com/ibm/oti/util/DefaultPolicy.java at repository revision 370797. George, please check this fully fixes the pro

[classlib : security[2]] security2 integrated (first cust)

2006-01-20 Thread Geir Magnusson Jr
I did a hacky integration of security2 to replace security. After chatting a bit w/ Tim, I took a very simpleminded approach, of just getting the master build. This only works on windows for now. 1) the main classlib script builds the java code and produces the security jar. 2) the main na

Re: compiling JCHEVM with GCC/Cygwin

2006-01-20 Thread Archie Cobbs
Enrico Migliore wrote: The bad news is that the RedHat guys hasn't ported ucontext library to Cygwin. The good one is that: 1. You call just one of the 4 ucontext library functions, and you call it in just one source file (stack.c) 2. I've found an example explaining how to port the ucont

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Geir Magnusson Jr
pointless, but ok. geir Tim Ellison wrote: I'll race ya' :-) Geir Magnusson Jr wrote: Tim Ellison wrote: Good -- so what I'll do is to release George's patch to the com.ibm version to get him working, on the understanding that the whole type will become obsolete soon when the security2 c

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread George Harley1
Hi Stepan, Great. I look forward to the consolidation of the 'security' and 'security2' modules. Best regards, George George C. Harley Stepan Mishura <[EMAIL PROTECTED]> 20/01/2006 05:57 Please respond to harmony-dev@incubator.apache.org To har

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Tim Ellison
I'll race ya' :-) Geir Magnusson Jr wrote: > > > Tim Ellison wrote: >> Good -- so what I'll do is to release George's patch to the com.ibm >> version to get him working, on the understanding that the whole type >> will become obsolete soon when the security2 code is integrated. Ok? > > sure,

Re: [classlib-security2] Move to org.apache.harmony namespace complete

2006-01-20 Thread Tim Ellison
classlib = harmony class library code reference implementation = an existing certified Java implementation (e.g. Sun, IBM, BEA, ...) Tim Geir Magnusson Jr wrote: > > > Tim Ellison wrote: >> Were you running the tests on the classlib code? > > Versus? > > I was just running security2's testsu

[jira] Updated: (HARMONY-27) The network related channels in java.nio.channels are not implemented

2006-01-20 Thread Paulex Yang (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-27?page=all ] Paulex Yang updated HARMONY-27: --- Attachment: INetworkSystem.java OSNetworkSystem.java FileDescriptorHandler.java This files demonstrate what I mean on the JNI inte

Re: [classlib] Unit and performance testing (was Re: [jira] Commented: (HARMONY-31) Move peformance timing of unit tests into a decorator class.)

2006-01-20 Thread Mikhail Loenko
Formally, option #2 from my mail that was > > 2. Remove PerformnceTest. Introduce a simple Logger that does not print by > > default. does not mix any performance *infrastructure* with junit testing. I think that we do not have to find the final solution right now, we might see various ideas as

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Geir Magnusson Jr
Tim Ellison wrote: Good -- so what I'll do is to release George's patch to the com.ibm version to get him working, on the understanding that the whole type will become obsolete soon when the security2 code is integrated. Ok? sure, but how long will it take us to integrate? We should just do

Re: [classlib-security2] Move to org.apache.harmony namespace complete

2006-01-20 Thread Geir Magnusson Jr
Tim Ellison wrote: Were you running the tests on the classlib code? Versus? I was just running security2's testsuite. I compiled the tests against a reference implementation, What do you mean by this? and had limited success running tests there. I tried switching to use the classlib

Re: [jira] Commented: (HARMONY-27) The network related channels in java.nio.channels are not implemented

2006-01-20 Thread Geir Magnusson Jr
ah! Nice diagrams! Sorry I didn't look just at the JIRA... Yang Paulex wrote: Sorry for the confusion I caused, I DID write it in txt, about the "red", I didn't mean the color of text, but the color of classes in the class diagram I attached:). I thought I should add the attachment link to th

[classlib] Unit and performance testing (was Re: [jira] Commented: (HARMONY-31) Move peformance timing of unit tests into a decorator class.)

2006-01-20 Thread Geir Magnusson Jr
[I got sick of the thread subject - it blended into every other JIRA thread... ] There is a 4th option - not mix performance infrastructure with unit testing. I'm all for getting "PerformanceTest" out of the class hierarchy, and not having unit tests yammer out to console if we can avoid it.

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread George Harley1
Thanks Tim. George C. Harley Tim Ellison <[EMAIL PROTECTED]> 20/01/2006 10:55 Please respond to harmony-dev@incubator.apache.org To harmony-dev@incubator.apache.org cc Subject Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy

Re: [classlib-security2] Move to org.apache.harmony namespace complete

2006-01-20 Thread Geir Magnusson Jr
thx... done Mikhail Loenko wrote: These files still contain 'openintel' security2/doc/ASN1Framework.htm security2/make/build.xml security2/src/windows/other/jaaswin/jaaswin.cpp security2/test/common/unit/javax/security/cert/X509CertificateTest.java security2/test/common/unit/org/apache/harmony/

Re: [jira] Updated: (HARMONY-35) Harmony ignores java.security.policy property

2006-01-20 Thread Tim Ellison
Good -- so what I'll do is to release George's patch to the com.ibm version to get him working, on the understanding that the whole type will become obsolete soon when the security2 code is integrated. Ok? Regards, Tim Stepan Mishura wrote: > Hi George, > >> The reason for this buggy behaviour

Re: [classlib-security2] Move to org.apache.harmony namespace complete

2006-01-20 Thread Tim Ellison
Were you running the tests on the classlib code? I compiled the tests against a reference implementation, and had limited success running tests there. I tried switching to use the classlib code to run the tests, but I don't see an Ant target that _just_ runs the tests (it starts compiling the nat

[jira] Created: (HARMONY-36) java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable

2006-01-20 Thread Richard Liang (JIRA)
java.nio.CharBuffer does not implement java.lang.Appendable and java.lang.Readable -- Key: HARMONY-36 URL: http://issues.apache.org/jira/browse/HARMONY-36 Project: Harmony Type: Bug Co

Re: Develop using classlib+J9 with Eclipse?

2006-01-20 Thread Tim Ellison
That's as good a hack as anything at the moment Steven. Regards, Tim Steven Gong wrote: > On 1/19/06, Steven Gong <[EMAIL PROTECTED]> wrote: >> Hi all, >> Is there a way to make classlib+J9 as a JRE configuration of Eclipse? I >> found that Eclipse could only support the standard classlib directo

Re: compiling JCHEVM with GCC/Cygwin

2006-01-20 Thread Enrico Migliore
Hi Archie, ucontext library --- The ./configure script refuses to complete successfully if I don't put the ucontext.h header file, in the following places: /usr/include and /usr/include/sys Therefore, the ucontext library must be present. The bad news is that the RedHat guys hasn