Java Performance Services
Training, Seminars, Benchmarking, Tuning

Java Performance Tuning Course


Chania Crete
May 22rd-25th 2012

Sydney Australia
Feb 6-9, 2012

Montreal Canada
Feb 27-March 2, 2012

San Francisco CA
March 20-23 2012

Paris France
March 27-March 2, 2012

Request an in-house seminar

Anti-if

I have joined Anti-IF Campaign

Calendar

««May 2012»»
SMTWTFS
   12345
6789101112
13141516171819
20212223242526
2728293031

Performance Anti-Patterns

My Top Tags

                                       

Mailing List

My RSS Feeds








Follow up on GC locking Windows threads

posted Monday, 26 September 2005
In an earlier blog entry I explained how a friend of mine was experiencing Windows studdering in the late afternoons. I had heard rumors that the JDK 1.5 could block high priority threads running in Windows but I could never confirm that this was happening.

Now, thanks to some exploration work done at Java Gaming, it has been reported to Sun that threads running in the JVM can *indeed* block high priority Windows threads. This is because there are more then a dozen threads running at priority 15. This helps...

-XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9.

tags:          




1. Ron left...
Tuesday, 27 September 2005 6:04 pm

I think the fix for this made it into 1.5.0_05 and mustang b53

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5101898