Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Virtual Machine / August 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
JVM and Java for Windows XP 64 Itanium27 Aug 2003 21:50 GMT2
What JVMs are available for Windows XP 64 on Itanium.  We're working
with some hoemgrown engineering design apps that previously ran on
v1.3.1.
Also.  How do I check the version of the JVM?  I know that on Windows
Overflowing intern23 Aug 2003 02:29 GMT2
I seem to vaguely recall some JVMs have a limit on how many strings
you can intern.  I wondered
1. what that limit was.
2. what those JVMs were.
Risk of static singleton classes being unloaded by the ClassLoader?23 Aug 2003 00:38 GMT2
When implementing a Singleton pattern, I sometimes consider whether to
use the classic "getInstance()" concept, or simply implement a "static
utility" class, with all static methods.  In most cases, the static
utility class fulfills all of my needs.
toolbar13 Aug 2003 14:03 GMT1
How can I set a toolbar vertical of horizontal?
I know I can use "toolbar = new JToolBar(JToolBar.HORIZONTAL);", but how can
I set the toolbar vertical without making a new JToolBar.
Thanks in advance,
Creating a mutex12 Aug 2003 22:33 GMT3
Does anyone know how I can create a mutex to control access to a shared
resource on one computer?
Regards,
Q. Noble
How to get 2 different ClassLoader in one JVM?11 Aug 2003 19:23 GMT1
I call ClassLoader.getClassLoader() and
Thread.currentThread.getContextClassLoader() but i always get the same
ClassLoader instance.
 I want to load my interfaces and abstract classes by one ClassLoader
volatile instead of read-write lock07 Aug 2003 20:40 GMT7
I have a central cache that is heavily accessed. So far, I'm using a
hashmap protected by a read-write lock. With many threads, I seem to see
contention even on this lock (maybe due to Linux scheduling).
Since the cache is not too big, and rarely modified, I've changed the code
instanceof04 Aug 2003 15:57 GMT9
I wondered how various jvms implement instanceof.
It is needed to catch exceptions, arraystores and do casts as well as
explitcitly. I wondered what tricks they had to deal with deeply
nested classes.
dedicating a processor to bytecode execution04 Aug 2003 09:35 GMT3
I was reading this article...
http://www.usenix.org/publications/library/proceedings/coots97/full_papers/mulle
r/muller_html/node2.html

and I am interested in the section on "How to Improve Java Execution" :
"Java Processors", although I don't necessarily understand it yet. Is it
how to read value of environment variable04 Aug 2003 09:23 GMT1
I would like to read system environment variables like path etc
from inside a java program without using the java -D option.
Is it possible ?
TIA
JVM Monitor02 Aug 2003 10:08 GMT2
I need a tool that can show the number of instances of a spesific object,
Config() for example?
Is anybody have got info. about that kind of a tool.
Best Regards
sun.reflect.ClassFileAssembler02 Aug 2003 09:33 GMT2
Hi,
just wondering if anyone did some nice code which
uses the sun.reflect.ClassFileAssembler
and sun.reflect.AccessGenerator
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.