Re: Moving Apache Harmony to the Attic

2011-10-29 Thread Gregory Shimansky
В Сбт, 29/10/2011 в 15:55 +0200, Christian Grobmeier пишет: Hello, On Sat, Oct 29, 2011 at 3:21 PM, Jochen Theodorou blackd...@gmx.org wrote: Am 29.10.2011 14:53, schrieb Tim Ellison: On 29/10/2011 10:13, Matthias Wessendorf wrote: Sounds right... Too sad to see this happening. Will

Re: Moving Apache Harmony to the Attic

2011-10-29 Thread Gregory Shimansky
В Sat, 29/10/2011 в 16:49 +0100, Tim Ellison пишет: On 29/10/2011 15:59, Gregory Shimansky wrote: В Сбт, 29/10/2011 в 15:55 +0200, Christian Grobmeier пишет: Hello, On Sat, Oct 29, 2011 at 3:21 PM, Jochen Theodorou blackd...@gmx.org wrote: Am 29.10.2011 14:53, schrieb Tim Ellison

Re: [site] One-sentence project description

2010-11-17 Thread Gregory Shimansky
But it also includes JVMTI agent and some tools. So it is not only VM and class library. 17.11.2010 16:18, Alexei Fedotov пишет: Sian, I like the latter. Is it ok to replace consists of by is? Independence is assumed by Apache anyway. -- With best regards / с наилучшими пожеланиями, Alexei

Re: [announce] Regis Xu joins Harmony PMC

2010-09-19 Thread Gregory Shimansky
В Вск, 19/09/2010 в 02:10 +0100, Tim Ellison пишет: I'm delighted to announce that the Apache Board of Directors have accepted the PMC's recommendation to appoint Regix Xu as a new member of the Apache Harmony PMC. The PMC is tasked with official oversight for the procedural, legal,

Re: [drlvm] Best practice compiling/building/debugging the VM under windows

2010-06-24 Thread Gregory Shimansky
В Чтв, 24/06/2010 в 23:15 +0200, Wagner, Michael пишет: Hello, i am new to apache harmony. Unfortunately I was not really able to find a best practice guide how to compile and especially debug the VM under windows (best EMT64). I think there was something on wiki. I had trouble

Re: [DRLVM][JVMTI]a bug when running SpecJVM98 _201_compress

2009-11-25 Thread Gregory Shimansky
IIRC VMDeath is not sent if System.exit is used by application. This is a limitation of JMVTI implementation in DRLVM. Most likely Spec uses exit to finish. Hi all, I'm doing some tuning work for Harmony running SpecJVM98. I write a JVMTI agent to catch VMDeath event and do something at the

Re: Idiomatic Java: return-at-method-end in Harmony

2009-10-26 Thread Gregory Shimansky
On 27 October 2009 Jesse Wilson wrote: Harmony Team, Some of the Java code in Harmony suffers from being written in a non-Java style. In particular, our Java code often attempts to limit the number of exit points from a method. This approach is common in C/C++ programs because of the need to

Re: Build error of Harmony

2009-09-13 Thread Gregory Shimansky
On 11 сентября 2009 王智超 wrote: Sorry, I meant ATL, which is not supported in the VC2008 express edition. It is swing, isn't it? I used to remove this native code from the source tree when I tried MSVC 2008 express. It was because I didn't really need swing and it at least allowed me to compile

Re: [classlib][build] putting native debug symbols in hdk (not jre)?

2009-09-03 Thread Gregory Shimansky
On 4 Septemper 2009 Mark Hindess wrote: In release mode we currently discard windows .pdb files. This is good because it keeps the size of the jre down but perhaps we should place the .pdb files for jre/bin/*.dll in the hdk/ lib directory and package them in our release HDKs? On linux we

Re: [classlib][jdwp] Use java 6 branch JDWP in java 5 builds?

2009-07-29 Thread Gregory Shimansky
Oliver Deakin said the following on 29.07.2009 15:20: Hi all, After determining the cause of HARMONY-6246 [1] I discovered that it has already been fixed in the Java 6 branch, where I recently applied the contribution in HARMONY-6187 [2]. This got me thinking - there have been a number of

Re: [vote] Accept JDWP contribution in HARMONY-6187

2009-05-11 Thread Gregory Shimansky
On 11 May 2009 Oliver Deakin wrote: Hi all, It's been a week since I sent out the initial mail about this contribution and opinion seems positive so I'd like to open a vote to officially accept the contribution. [ ] +1 Accept this contribution [ ] -1 Reject this contribution because... +1

Re: [jdktools][jdwp] Updated Java 6 JDWP contribution

2009-05-03 Thread Gregory Shimansky
This is very good news to me. I like to see this part of Harmony to continue its development since JDWP agent wasn't touched for quite some time since its contribution with just several bugs fixes by its original developers and me. Could you give the details about what actually increased the

Re: [Announce] New committer - Regis Xu

2009-03-26 Thread Gregory Shimansky
Congratulations! Tim Ellison said the following on 26.03.2009 14:37: On behalf of the Apache Harmony PMC, I am delighted to welcome Regis Xu as a new committer to the project. Regis has made sustained, high quality contributions to the project both through patches to the codebase and in the

Re: Reg: java.lang.SecurityException: K00ec

2009-03-05 Thread Gregory Shimansky
Hello Suneja It is always better to send your questions to the development list rather than to individuals. I have a rather limited experience with IBM J9VM and java security. Could anyone here give Suneja some help? On 5 March 2009 Nishant Suneja wrote: Hi I was looking for a solution

Re: [drlvm] Use of SIGUSR2

2009-03-01 Thread Gregory Shimansky
On 1 March 2009 Mark Hindess wrote: The latest issue on the Problems with NIO thread (message dated Wed, 25 Feb 2009 23:09:49 +0100) seems to another case of a syscall being interrupted by an internal SIGUSR2 and reporting an error that needs to be caught and the signal retried. There are

Re: [drlvm] Use of SIGUSR2

2009-03-01 Thread Gregory Shimansky
On 1 March 2009 Gregory Shimansky wrote: On 1 March 2009 Mark Hindess wrote: The latest issue on the Problems with NIO thread (message dated Wed, 25 Feb 2009 23:09:49 +0100) seems to another case of a syscall being interrupted by an internal SIGUSR2 and reporting an error that needs

Re: [drlvm] Use of SIGUSR2

2009-03-01 Thread Gregory Shimansky
On 2 March 2009 Mark Hindess wrote: In message 200903012137.37866.gshiman...@apache.org, Gregory Shimansky writes: On 1 March 2009 Gregory Shimansky wrote: On 1 March 2009 Mark Hindess wrote: The latest issue on the Problems with NIO thread (message dated Wed, 25 Feb 2009 23:09:49

Re: The RedefineClass function

2009-02-09 Thread Gregory Shimansky
YixunZhou said the following on 09.02.2009 9:08: I'm new to harmony, and looking at the jvmti component in harmony. Is there some documents about the data structures and architecture of jvmti? I only found the description of the implementation of JVMTI PopFrame Implementation

Re: [build] use.libstdc++6=true default?

2009-02-07 Thread Gregory Shimansky
On 7 February 2009 Mark Hindess wrote: Perhaps we should make use.libstdc++6=true the default? Or maybe even try a little harder to make a better guess at the default with a patch like the one appended? Hmm it is not this easy. The library libstdc++ belongs to gcc, and its location depends

Re: [build] use.libstdc++6=true default?

2009-02-07 Thread Gregory Shimansky
v5 might as well switch after all. On Sat, Feb 7, 2009 at 5:28 AM, Gregory Shimansky gshiman...@apache.org wrote: On 7 February 2009 Mark Hindess wrote: Perhaps we should make use.libstdc++6=true the default? Or maybe even try a little harder to make a better guess at the default

Re: [Announce] Aleksey is now a committer!

2009-01-29 Thread Gregory Shimansky
Congratulations! On 29 January 2009 Tim Ellison wrote: On behalf of the Apache Harmony PMC, I am delighted to welcome Aleksey Shipilev as a new committer to the project. Aleksey has made sustained, high quality contributions to the project both through patches to the codebase and in the

Re: testing for the newer EUT

2009-01-10 Thread Gregory Shimansky
On 7 January 2009 Huang, Eric wrote: Did not cath this one earlier. What is the jrt.core.tests.builder about? It almost failed completely. It looks like almost all tests fail with the same exception message: Build path contains duplicate entry:

Re: [general] features

2009-01-10 Thread Gregory Shimansky
On 7 January 2009 Rui Chu wrote: Ignoring the native APIs, can we take the heap, stack, byte codes, TLS and other mgmt metadata in a JVM as an status information? Can we store the status in a disk file, and restore them later to perform an approximate hibernate? Maybe it is rather simple and

Re: [Announce] Congratulations to Nathan and Xiao-Feng

2008-12-25 Thread Gregory Shimansky
Congratulations Xiao-Feng and Nathan! On 24 December 2008 Tim Ellison wrote: At the annual meeting meeting last week, the current membership voted to invite two of our regular contributors to Apache Harmony to become members of the Apache Software Foundation [1]. I'm delighted to report that

Re: [VM] On-demand class library parsing is ready to commit

2008-12-23 Thread Gregory Shimansky
Pavel Pervov said the following on 23.12.2008 10:34: Guys, Why you are in need of instrumentation? You only want to measure the time spent in JNI_CreateJavaVM method. It is very-very simple to create C-program which utilizes invocation API to call to JNI_CreateJavaVM and calls to performance

Re: [VM] On-demand class library parsing is ready to commit

2008-12-23 Thread Gregory Shimansky
for confusion. On Tue, Dec 23, 2008 at 8:01 PM, Gregory Shimansky gshiman...@apache.org wrote: Pavel Pervov said the following on 23.12.2008 10:34: Guys, Why you are in need of instrumentation? You only want to measure the time spent in JNI_CreateJavaVM method. It is very-very simple

Re: Build error in trunk

2008-12-22 Thread Gregory Shimansky
Oliver Deakin said the following on 22.12.2008 14:21: Hi Oscar, It looks like you don't actually have a libXtst.so named library, but rather the versioned one .so.6. I think the -lXtst will look directly for libXtst.so, and so is failing to find your library because of the additional

Re: [classlib] [luni] Should Improve File System Exception Messages

2008-12-10 Thread Gregory Shimansky
Regis said the following on 10.12.2008 7:46: Tim Ellison wrote: Regis wrote: I have attached a patch for this issue on JIRA. See comments elsewhere why the patch needs some tweaking. I think that would be helpful to add file path in error messages when throw FileNotFoundException, and

Re: [general] Harmony on PowerPC

2008-11-04 Thread Gregory Shimansky
On 4 ноября 2008 Mark Gertsvolf wrote: On November 3, 2008 1:31 PM Pavel Pervov wrote: I hope you succeed in porting assembly snippets to PPC, but you'll be able to run the VM only with interpreter as JIT clearly misses code generation for PPC platform. Hi Pavel, Thank you for your

Re: [testing] first M7 candidate (r681495) testing status

2008-08-24 Thread Gregory Shimansky
these tests with a big warning message. I think at least it makes sense to add this to the requirements on the site. If you know how to determine that system local is truly unicode, probably it would be good to add such check to the test scripts. On Fri, Aug 22, 2008 at 7:48 AM, Gregory Shimansky

Re: [testing] first M7 candidate (r681495) testing status

2008-08-22 Thread Gregory Shimansky
with locales that are truly unicode, not some subset of it (e.g C, ASCII, POSIX, ru_RU.KOI8-R, zh_CN.GB2312 are all subsets for some particular language and don't support any other languages), it is possibly to successfully build and execute these tests. On Thu, Aug 21, 2008 at 8:36 AM, Gregory

Re: [testing] first M7 candidate (r681495) testing status

2008-08-21 Thread Gregory Shimansky
chunrong lai said the following on 21.08.2008 6:51: hi,: I got an update about the failure in java.lang.ClassGenericsTest.test_2 in DRLVM_test. I see the test case is using some harded-UTF-encoded class-name during the test. So the test only passes if the locale is set to en_US.UTF-8 or

Re: svn commit: r680641 - in /harmony/enhanced/drlvm/trunk/vm/gc_gen/src: common/gc_block.h common/gc_common.h gen/gen.cpp mark_compact/mspace_extend_compact.cpp mark_compact/mspace_move_compact.cpp m

2008-07-29 Thread Gregory Shimansky
Alexey Varlamov said the following on 29.07.2008 16:27: 2008/7/29, chunrong lai [EMAIL PROTECTED]: Sorry much for the confusion. I just applied the un-modified patch. Well you can easily modify the commit message and repair the confusion with svn propset. This method doesn't make JIRA

Re: [general][performance] Stefan Krause's Harmony performance evaluation

2008-07-03 Thread Gregory Shimansky
On 4 июля 2008 Aleksey Shipilev wrote: TWIMC, Stefan Krause publishes another review on Java vs. C performance here: http://www.stefankrause.net/wp/?p=9#comments It seems like Harmony has a long way to go in performance :) I'm gonna look on some of these tests in near term. It is

Re: [classlib][natives] Treat warnings as errors on unix

2008-06-29 Thread Gregory Shimansky
On 28 June 2008 Mark Hindess wrote: I've fixed most of the warnings that I see on linux/x86 and linux/x86_64 so I'd like to apply the patch attached to: https://issues.apache.org/jira/browse/HARMONY-5885 I'll give people a several days to test it and apply it sometime next week unless I

Re: [classlib] AWT dependencies on linux x86/x86_64

2008-06-16 Thread Gregory Shimansky
Mark Hindess said the following on 16.06.2008 11:10: I think we should stop linking static lib{png,jpeg,lcms} on linux 32-bit (and any ports that also use this by default). We link these dynamically on linux/x86_64 and if it is good enough for that platform I don't see why it wouldn't be good

Re: [vote] Accept contribution of javap tool (HARMONY-1680)

2008-06-16 Thread Gregory Shimansky
Tim Ellison said the following on 16.06.2008 16:41: It's taken a while to track down the paperwork for this contribution, but now it is all logged and the code is ready for importing into SVN. Please vote as to whether we should accept the contribution of the javap disassembler tool

Re: [announce] New committers: Alexei, Chunrong, Igor, Ilya, Pavel, and Sean!

2008-05-23 Thread Gregory Shimansky
Tim Ellison said the following on 23.05.2008 14:12: On behalf of the Apache Harmony PMC, I am delighted to welcome six new committers to the project : Alexei Fedotov, Chunrong Lai, Igor Stolyarov, Ilya Berezhniuk, Pavel Rebriy, and Xiao Xia (Sean) Qiu All six of them have made

Re: [build-test alert] FAILED Linux ia64: classlib debug

2008-05-20 Thread Gregory Shimansky
Oliver Deakin said the following on 20.05.2008 20:19: Hi all, I made a couple of (pretty innocent) checkins just now and Ive seen a failure on Linux ia64. However, it seems to me that it's a JRockit crash during compilation of some Java classes - am I reading that right? Can anyone help

Re: [DRLVM]Server mode is broken.

2008-05-20 Thread Gregory Shimansky
Alexey Petrenko said the following on 20.05.2008 23:33: Hm... Is this correct that our M6 build does not work on Linux x86-64 in server mode? Are we ok with such M6 build? AFAIU the commit that broke server mode is done today after freeze was lifted. So M6 revision is not affected.

Re: [announce] New Harmony PMC members

2008-05-16 Thread Gregory Shimansky
Tim Ellison said the following on 16.05.2008 1:21: On behalf of the Apache Harmony PMC I'm delighted to announce that the ASF Board have approved our recommendation to add the following people to the Harmony PMC: Egor Pasko Jimmy Lv Mikhail Fursov Pavel Pervov Sian January Tony Wu

Re: [vote] Declare r653525 as M6.

2008-05-14 Thread Gregory Shimansky
Stepan Mishura said the following on 14.05.2008 13:40: On 5/14/08, Stepan Mishura [EMAIL PROTECTED] wrote: On 5/7/08, Stepan Mishura [EMAIL PROTECTED] wrote: Hi all, Here is r653525 snapshot testing status. Briefly, there are several failures: some of them are intermittent (many in functional

Re: [testing] first M6 candidate (r653525) testing status.

2008-05-13 Thread Gregory Shimansky
Ilya Leviev said the following on 13.05.2008 2:43: Hello Stepan, Pls see my comments bellow. 7) Stress: need investigation • Windows_x86: 4 failures Regression: exceptions.catcher.StackUnwindingManyObjectsTests - not a regression(test issue HARMONY-5158) Intermittent:

Re: [doc][port] Porting Module document updated

2008-04-24 Thread Gregory Shimansky
On 24 апреля 2008 Alexey Varlamov wrote: Oh, most contents of the 1st section (Design Notes) is vastly outdated. E.g. we do not mask APR API with port_* macros anymore, and so on. BTW, would be nice to get an addition for signal/crash handling pieces which also were added this year... I've

Re: [drlvm]how to debug harmony using vs 2003?

2008-04-24 Thread Gregory Shimansky
startup module will be highlighted in bold. Hope it helps. There is a whole page on the site about debugging VM and JIT. Take a look at it at http://harmony.apache.org/subcomponents/drlvm/debugging_VM_and_JIT.html On 4/24/08, Gregory Shimansky [EMAIL PROTECTED] wrote: On 23 April 2008 lyon

Re: [drlvm]how to debug harmony using vs 2003?

2008-04-23 Thread Gregory Shimansky
On 23 April 2008 lyon wrote: hi all I intend to debug harmony using vs 2003.I open the file drlvm.sln under the \working_vm\build\custom\msvc_2003. I build it ,Oh so many errors! the errors are as follow: fatal error c1083 : can not open inlucde file apt_atomic.h: No such file or director.

Re: [general] removing people names from sources

2008-04-21 Thread Gregory Shimansky
On 21 April 2008 Alexei Fedotov wrote: Hello folks I started asking people how they would feel about removing their names from the source files. One of replies I got was that it would be nice to keep the names in the list of contributors. Any ideas on feasibility of the file, a suitable name

Re: [general] icu or apr-iconv, which coding library is better?

2008-04-16 Thread Gregory Shimansky
Nathan Beyer said the following on 16.04.2008 6:00: I think we need more consensus on this. Is everyone in agreement about dumping log4cxx? Is this patch the appropriate replacement? +1 from me on removing log4cxx. On Tue, Apr 15, 2008 at 5:40 AM, Alexei Fedotov [EMAIL PROTECTED] wrote:

Re: [announce] Java ME contribution

2008-04-16 Thread Gregory Shimansky
On 16 April 2008 Bartek Teodorczyk wrote: Hi all, I'm happy to announce contribution part of the Microemulator (http://www.microemu.org/) project to Apache Harmony. Microemulator is a Java ME implementation but also emulation layer that allows to execute CLDC/MIDP applications (MIDlets) on

Re: svn:ignore properties update

2008-04-15 Thread Gregory Shimansky
On 15 April 2008 Vasily Zakharov wrote: Hi, all, Don't anyone mind if I add the following files to svn:ignore properties, so that they don't get in the way when commiting/creating patches? working_vm/junit*.properties working_jdktools/modules/jpda/src/main/native/jdwp/windows/dt_shmem.dll

Re: svn:ignore properties update

2008-04-15 Thread Gregory Shimansky
On 16 April 2008 Alexey Petrenko wrote: 2008/4/16, Tim Ellison [EMAIL PROTECTED]: Vasily Zakharov wrote: Don't anyone mind if I add the following files to svn:ignore properties, so that they don't get in the way when commiting/creating patches? No objections.

Re: svn:ignore properties update

2008-04-15 Thread Gregory Shimansky
On 16 April 2008 Tim Ellison wrote: Gregory Shimansky wrote: On 15 April 2008 Vasily Zakharov wrote: Hi, all, Don't anyone mind if I add the following files to svn:ignore properties, so that they don't get in the way when commiting/creating patches? working_vm/junit*.properties

Re: svn:ignore properties update

2008-04-15 Thread Gregory Shimansky
On 16 April 2008 Alexey Petrenko wrote: 2008/4/16, Gregory Shimansky [EMAIL PROTECTED]: On 16 April 2008 Alexey Petrenko wrote: 2008/4/16, Tim Ellison [EMAIL PROTECTED]: Vasily Zakharov wrote: Don't anyone mind if I add the following files to svn:ignore properties, so

Re: [drlvm]Help understanding string literal creation

2008-04-12 Thread Gregory Shimansky
regression in JVMTI support... On Thu, Apr 10, 2008 at 9:43 AM, Gregory Shimansky [EMAIL PROTECTED] wrote: Megha Chauhan said the following on 10.04.2008 18:16: I am not sure that String literal creation is done from java code. Any other String object is done from java code but String

Re: [drlvm]Help understanding string literal creation

2008-04-10 Thread Gregory Shimansky
On 10 April 2008 Aleksey Shipilev wrote: Hi Megha! Probably you're on the right way. Modifying the String class is tough task since it is kernel class and should be provided with appropriate Actually it is formally not a kernel class. It is not included with other kernel classes in DRLVM.

Re: [drlvm][jni][performance] JNI improvements

2008-04-10 Thread Gregory Shimansky
Aleksey Shipilev said the following on 10.04.2008 13:08: [Charging... Clear... *ZAP*] Colleagues, I had updated JNI transition optimization umbrella issue [1] with distribution of clean/dirty patches. There are 2 issues ready for commit, can some VM guru review them and commit? I am going to

Re: [drlvm]Help understanding string literal creation

2008-04-10 Thread Gregory Shimansky
Megha Chauhan said the following on 10.04.2008 16:39: Hello everyone, Thanks a lot for the response. Now, since I have a very small change in the String class is it possible for me to just add that extra field in the init_fields method of vm_string.cpp and somehow recompile the DLL? Basically I

Re: [drlvm]Help understanding string literal creation

2008-04-10 Thread Gregory Shimansky
: Can you point me to the java code that might be called during string literal creation? See file InternMap.java in DRLVM sources. Thanks Megha On Thu, Apr 10, 2008 at 9:07 AM, Gregory Shimansky [EMAIL PROTECTED] wrote: Megha Chauhan said the following on 10.04.2008 16:39: Hello everyone

Re: [build] seem broken Was: svn commit: r646720 - in /harmony/enhanced/drlvm/trunk/vm: em/src/ include/open/ interpreter/src/ vmcore/include/ vmcore/src/class_support/ vmcore/src/exception/ vmcore/sr

2008-04-10 Thread Gregory Shimansky
On 11 April 2008 Alexei Fedotov wrote: Folks, I wonder how you get things compiled after this commit. Consider stack_trace.h. Where from could it get knowledge about hythread_t at void st_print(FILE* f, hythread_t thread) after vm_util.h header was replaced with ExpandableMemBlock.h which

Re: [build] Compile error using MS VS 2008

2008-04-01 Thread Gregory Shimansky
Tim Ellison said the following on 01.04.2008 16:02: I'm building the DRLVM tree with the MS VS 2008 compiler I get a failure in building the APR code as shown below. It seems that the struct group_source_req is undefined (see below). According to MSDN that struct is declared in Ws2ipdef.h

Re: [drlvm] upgrade apr, apr-util to 1.2.12

2008-04-01 Thread Gregory Shimansky
On 1 April 2008 Nathan Beyer wrote: I've just finished testing on Win x86 with the new apr code and no patches. All of the kernel.test, smoke.test, reg.test and cunit.test pass without failure or error. If there's no objection, I'm going to update to the latest apr source and remove the

Re: source code into eclipse

2008-04-01 Thread Gregory Shimansky
On 1 April 2008 Tharindu Mathew wrote: Everything builds except swing and support. Support needs the jetty jar. But I can't resolve the swing problem. Severity and DescriptionPathResourceLocationCreation Time Id The type com.ibm.icu.text.Bidi cannot be resolved. It is

Re: [drlvm] upgrade apr, apr-util to 1.2.12

2008-04-01 Thread Gregory Shimansky
Nathan Beyer said the following on 02.04.2008 5:47: On Tue, Apr 1, 2008 at 8:21 PM, Nathan Beyer [EMAIL PROTECTED] wrote: On Tue, Apr 1, 2008 at 1:26 PM, Gregory Shimansky [EMAIL PROTECTED] wrote: On 1 April 2008 Nathan Beyer wrote: I've just finished testing on Win x86 with the new apr

Re: [drlvm] upgrade apr, apr-util to 1.2.12

2008-03-31 Thread Gregory Shimansky
Nathan Beyer said the following on 31.03.2008 4:57: On Sat, Mar 29, 2008 at 9:44 AM, Gregory Shimansky [EMAIL PROTECTED] wrote: On 29 марта 2008 Nathan Beyer wrote: On Thu, Mar 27, 2008 at 11:46 PM, Alexey Varlamov [EMAIL PROTECTED] wrote: 2008/3/28, Nathan Beyer [EMAIL PROTECTED

Re: [drlvm] thread local storage in open/hythread.h

2008-03-30 Thread Gregory Shimansky
On 29 марта 2008 Nathan Beyer wrote: In open/hythread.h there is the following bit of code. #ifdef PLATFORM_POSIX extern __thread hythread_t tm_self_tls; #else extern __declspec(thread) hythread_t tm_self_tls; #endif //PLATFORM_POSIX hy_inline hythread_t VMCALL hythread_self() {

Re: ant version support

2008-03-30 Thread Gregory Shimansky
On 30 марта 2008 Nathan Beyer wrote: There seem to be all sorts of quirks between Ant v1.6.5 and Ant v1.7.0. The most recent I just ran into was the DRLVM cunit tests failing because of the use of 'refid' instead of 'id' in the 'includepath' element [1]. Since v1.7 has been out for quite a

Re: [drlvm] upgrade apr, apr-util to 1.2.12

2008-03-29 Thread Gregory Shimansky
On 29 марта 2008 Nathan Beyer wrote: On Thu, Mar 27, 2008 at 11:46 PM, Alexey Varlamov [EMAIL PROTECTED] wrote: 2008/3/28, Nathan Beyer [EMAIL PROTECTED]: Is there any specific reason we're still on apr/apr-util 1.2.6? I guess the opposite, there were no specific reasons to upgrade so

Re: What should we choose for Harmony: JavaCC or AntLR? Was: Google Summer of Code and Harmony

2008-03-29 Thread Gregory Shimansky
On 29 March 2008 Alexei Fedotov wrote: Hello, Aleksey, This is a good question indeed. Currently both popular parser generators, i.e. JavaCC and ANTLR, are used in Harmony. We have to decide which one is the preferable one for your project and overall. I believe people who have some

Re: Can't launch Harmony on Vista 32-bit edition

2008-03-28 Thread Gregory Shimansky
Alexei Fedotov said the following on 28.03.2008 12:59: Dmitry, That's unbelievable! You have made the Harmony work on Vista. Thank you for your patch! All, Do we have committers who have access to Vista? This one patch is so trivial that I don't need vista to commit it. It will be integrated

Re: [general][build][WXP] updated msvc_2003 solution

2008-03-28 Thread Gregory Shimansky
Francis ANDRE said the following on 28.03.2008 18:45: Hi Harmonists I have updated the msvc_2003 project with the new organization of the working_vm directories. The changes have been extracted from a log running ant -d rebuild, and both the release and debug configurations are compiling,

Re: [general][build] compile units linked in both verifier.lib and verifier-ext.lib

2008-03-28 Thread Gregory Shimansky
On 29 March 2008 Francis ANDRE wrote: Hi Harmonists By looking at the contents of verifier.lib and verifer-ext.lib, it seems that some programs are compiled in both libraries. Is it normal?? The verifier-ext is an external (or extension?) library that may be used as a separate component used

Re: [drlvm] icu dependencies for mac os x

2008-03-25 Thread Gregory Shimansky
On 25 March 2008 Nathan Beyer wrote: DRLVM has dependencies in SVN at http://svn.apache.org/repos/asf/harmony/standard/depends/libs/. There's a mac os x ppc32 dependency, but not a mac ox x x86 dependency. Are these being built manually? Yes, these are ICU library binaries, and for every

Re: [general][build][WXP msvc_2003] Missing files in the MSVC vmcore.vcproj

2008-03-09 Thread Gregory Shimansky
On 9 марта 2008 Francis ANDRE wrote: Hi Harmony team Even after a full complete build of Harmony using ant, the vmcore.vcproj is missing some files to clean compile. What changes should be made to get a working MSVC 2003 vmcore.vcproj??? TIA for your help The project file is quite

Re: svn commit: r634547 [2/2] - in /harmony/enhanced/drlvm/trunk/vm: em/src/ include/open/ interpreter/src/ jitrino/src/codegenerator/ia32/ jitrino/src/codegenerator/ipf/ jitrino/src/jet/ jitrino/src/

2008-03-08 Thread Gregory Shimansky
by far too many different booleans... :) I agree with some Alexei's thoughts: in pure C interface we can use C-style return values, i.e. use 0 as success (for boolean result) and 0 for failure (when a pointer should be returned). Thanks, Ilya. 2008/3/8, Gregory Shimansky [EMAIL PROTECTED

Re: I'm Broken ;(

2008-03-07 Thread Gregory Shimansky
Xiao-Feng Li said the following on 07.03.2008 7:14: On Fri, Mar 7, 2008 at 11:20 AM, Nathan Beyer [EMAIL PROTECTED] wrote: On Thu, Mar 6, 2008 at 7:43 PM, Xiao-Feng Li [EMAIL PROTECTED] wrote: On Thu, Mar 6, 2008 at 10:56 PM, Tim Ellison [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote:

Re: svn commit: r634547 [2/2] - in /harmony/enhanced/drlvm/trunk/vm: em/src/ include/open/ interpreter/src/ jitrino/src/codegenerator/ia32/ jitrino/src/codegenerator/ipf/ jitrino/src/jet/ jitrino/src/

2008-03-07 Thread Gregory Shimansky
On 7 марта 2008 Mikhail Fursov wrote: Alexey, there is a problem with this commit. Some of methods that returns Boolean (that is 'unsigned') are described as 'bool' in vm_interface.h It's not the same and causes problems. For example I found that H2092 fails now in debug mode on Linux

Re: What tools are you guys using for c / c++ development?

2008-03-05 Thread Gregory Shimansky
周晓强 said the following on 04.03.2008 19:07: I tried to import the projects under working_vm into eclipse, but it didn't work. What tools are you guys using for vm devlopment? VIM + CTAGS? I usually use Emacs + Emacs code browser (ECB [1], screenshots [2]) + etags for heavy editing and vim for

Re: [build] missing common_resources when building harmony

2008-03-02 Thread Gregory Shimansky
On 3 марта 2008 Maksim Ananjev wrote: Alexey, I have already done that with no result, i.e. the result is the same to what I had described. Some time ago there was a switch in common resources so that the URL has to point to common_resources/trunk. In one of my working directories I forgot

Re: [jdktools][JDWP]using portlib to support JDWP transport/agent?

2008-02-28 Thread Gregory Shimansky
On 28 февраля 2008 Tony Wu wrote: On 2/28/08, Jimmy,Jing Lv [EMAIL PROTECTED] wrote: Hi, Thanks Gregory, I find it may not be proper to using java code at that phase. I search the current DRLVM to find what does System.loadLibrary() exactly do, it traces to kernel_classes

Re: [classlib][build] build class library in release mode with line numbers only.

2008-02-28 Thread Gregory Shimansky
Alexey Petrenko said the following on 28.02.2008 16:52: Will Eclipse debug work with the release build of Harmony in this case? It will but with absence of local variable tables it probably won't show local variables in context. 2008/2/28, Pavel Pervov [EMAIL PROTECTED]: I would like to

Re: [general] Declare r629320 as M5

2008-02-27 Thread Gregory Shimansky
+1 from me. Stepan Mishura said the following on 27.02.2008 6:55: Hi, The testing cycle for r629320 [1] and test results evaluation [2] have been completed. There are some issues that should be fixed but none of them look critical. Please speak up if you think that a particular issue is a

Re: [jdktools][JDWP]using portlib to support JDWP transport/agent?

2008-02-26 Thread Gregory Shimansky
Jimmy,Jing Lv said the following on 26.02.2008 12:15: Hi, 2008/2/26, Ivan Popov [EMAIL PROTECTED]: JDWP agent and transport implementation was developed independent on Harmony's drlvm and classlib implementations in order to be run easily on top on any JVM. That's why it does not use any

Re: [jdktools][jdwp] New JVMTI functions for Java 6

2008-02-26 Thread Gregory Shimansky
Eugene Ostrovsky said the following on 26.02.2008 10:51: Hi, Java 6 JVMTI features are not implemented in drlvm. Could you please provide a list of JVMTI 6 functions that are critical for JDWP 6? Just for the reference, here's a list of Java6 enhancements in JVMTI [1] [1]

Re: [jdktools][JDWP]using portlib to support JDWP transport/agent?

2008-02-25 Thread Gregory Shimansky
Leo Li said the following on 25.02.2008 14:33: On 2/25/08, Oliver Deakin [EMAIL PROTECTED] wrote: +1 to simplifying and unifying the jdwp source by using portlib. I agree with further posts that if there is missing functionality from portlib that is required, it should be added to portlib where

Re: [JDKTools][JDWP]Let's start JDWP java6 updating

2008-02-22 Thread Gregory Shimansky
Oliver Deakin said the following on 22.02.2008 12:35: Hi Jimmy, This is a great idea, but I have a feeling there may still need to be some work done on the current version. I have noticed the following: 1) You cannot launch Harmony with java

Re: [general][website] be careful updating Russian pages

2008-02-22 Thread Gregory Shimansky
Alexei Zakharov said the following on 22.02.2008 13:48: Hm, I can build Russian pages without any corrupted symbols in it using RI on Win32. What this bug is about? This is a strange bug and it manifests differently on different windows installations. I think it also depends on your system

Re: [testing] second M5 candidate (r629320) testing status.

2008-02-22 Thread Gregory Shimansky
Stepan Mishura said the following on 22.02.2008 8:13: Hi all, Here is r629320 snapshot testing status. Briefly, there are several failures: some of them are intermittent and/or known issues (i.e there is JIRA for tracking). Also there are several new regressions for investigation if they are

Re: [drlvm] support gc_cc and original verifier

2008-02-15 Thread Gregory Shimansky
Tim Ellison said the following on 15.02.2008 12:04: Alexey Varlamov wrote: OK, given nobody objected - should we do it before M5? As old verifier is never used and gc_cc have known problems and limitations (e.g. no support for uncompressed references), I think we should. Since these are not

Re: [drlvm] Build is broken (was: svn commit: r619847 - in /harmony/enhanced/drlvm/trunk: make/vm/ vm/vmcore/src/verifier-3363/x_verifier/)

2008-02-14 Thread Gregory Shimansky
Pavel Rebriy said the following on 15.02.2008 0:04: On 12/02/2008, Aleksey Shipilev [EMAIL PROTECTED] wrote: Nope, will try, thanks! BTW, had I missed the transition period? I thought even if new build system became default, support for old build system should remain for some time. +1

Re: [drlvm] Build is broken

2008-02-13 Thread Gregory Shimansky
Mark Hindess said the following on 13.02.2008 11:49: On 13 February 2008 at 10:59, Alexey Varlamov [EMAIL PROTECTED] wrote: 2008/2/13, Tim Ellison [EMAIL PROTECTED]: Aleksey Shipilev wrote: Nope, will try, thanks! BTW, had I missed the transition period? I thought even if new build system

Re: [build] broken?

2008-02-13 Thread Gregory Shimansky
Pronichkin Dmitry said the following on 13.02.2008 15:28: Hello, I've encountered with many build errors recently. All of them were connected with common_resources. Even after successfull build, errors ocassionally appear. I want to ask what is the standard way to deal with common_resources?

Re: [drlvm][signals] New heuristics for crash handler

2008-02-12 Thread Gregory Shimansky
Tim Ellison said the following on 12.02.2008 22:32: Gregory, Is this appropriate during feature freeze? Looks like significant new functionality. Oh. I didn't realize the _feature_ freeze started up already! I only remembered the date 15th of February from your email. I must have not read

Re: DestroyJavaVM, System.exit, etc

2008-02-09 Thread Gregory Shimansky
Alexei Fedotov said the following on 09.02.2008 16:34: Hello, folks, I have some problems trying to understand the current Harmony VM shutdown mechanism. I would appreciate any help from you. * What is a correct place to put my own C shutdown code? It depends on how the application shuts

Re: [general] Should we make portlib a separate component?

2008-02-08 Thread Gregory Shimansky
On 4 февраля 2008 Mark Hindess wrote: Should portlib be a separate component like classlib, drlvm, jdktools, etc.? Currently portlib is closely associated with classlib. It is built in the same way as any other classlib module. But really it isn't just another classlib module. It's a

Re: Where could msvcr71d.dll appear from? Was: Breaking the build again (was Re: [announce] new DRLVM build system came into force)

2008-02-07 Thread Gregory Shimansky
installed. On Feb 7, 2008 11:30 PM, Gregory Shimansky [EMAIL PROTECTED] wrote: On 7 February 2008 Alexei Fedotov wrote: Alexey, I have noticed the following line in your build: working_vm/make/vm/common-vm.xml:syslibset libs=msvcrtd if=is.windows unless=is.cfg.release

Re: Where could msvcr71d.dll appear from? Was: Breaking the build again (was Re: [announce] new DRLVM build system came into force)

2008-02-07 Thread Gregory Shimansky
On 7 февраля 2008 Alexei Fedotov wrote: Alexey, I have noticed the following line in your build: working_vm/make/vm/common-vm.xml:syslibset libs=msvcrtd if=is.windows unless=is.cfg.release/ From the other side I have not noticed that this Microsoft library is mentioned in

Re: [general] harmony launch failed on AMD Geode LX

2008-02-01 Thread Gregory Shimansky
On 1 февраля 2008 Egor Pasko wrote: On the 0x3DD day of Apache Harmony Mark Hindess wrote: in place of sfence in vm/vmcore/src/thread/linux/atomics.cpp. Yes I think this should help on processors with no SSE (not to mention SSE2) support. It does. HelloWorld runs okay with

Re: [doc] new header dependency in awt on Linux - x11proto-xext-dev

2008-01-31 Thread Gregory Shimansky
Nadya Morozova said the following on 31.01.2008 19:42: !ALERT! Help needed! I got the latest version of the site, all looks nice with the new encoding. However, if I edit any Russian page and build, Anakia tampers with all Russian files and the encoding somehow changes (offset of certain

Re: [general] harmony launch failed on AMD Geode LX

2008-01-31 Thread Gregory Shimansky
On 1 февраля 2008 Mark Hindess wrote: On 31 January 2008 at 22:00, Mark Hindess [EMAIL PROTECTED] wrote: On 22 January 2008 at 20:37, Gregory Shimansky [EMAIL PROTECTED] wrote: SeongCheon, Kang said the following on 22.01.2008 20:29: I Installed Apache-harmony-jre-603435 on AMD Geode

Re: svn commit: r616241 [1/3] - in /harmony/enhanced/drlvm/trunk: ./ make/ make/extra/ make/resources/ make/tests/ make/vm/

2008-01-30 Thread Gregory Shimansky
Alexey Varlamov said the following on 30.01.2008 8:38: 2008/1/29, Gregory Shimansky [EMAIL PROTECTED]: I have a question about new build system. The patch is quite big, so I better ask it here. There were several patches to APR and LOG4CXX on windows and linux. The old build system copied

  1   2   3   4   5   >