<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
	<title>Java HotSpot Virtual Machine -  - www.thatisjava.com</title>
	<atom:link href="http://www.thatisjava.com/rss/hotspot-virtual-machine.xml" rel="self" type="application/rss+xml" />
	<link>http://www.thatisjava.com/category/hotspot-virtual-machine/</link>
	<description>www.thatisjava.com, Java HotSpot Virtual Machine</description>
	<lastBuildDate>Sun, 20 May 2012 11:23:04 GMT</lastBuildDate>
	<generator>http://www.thatisjava.com/?v=6.01</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<item>
	<title>JVM does not see all my memory</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267505/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267505/</comments>
	<pubDate>Sat, 24 Dec 2011 15:33:00 GMT</pubDate>
	<dc:creator>Alan</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267505/</guid>
	<description><![CDATA[I am running Windows Vista 64-bit, using the Java 6u30 32-bit SE.I start my java application with memory allocations -Xms512M -Xmx2048M.  I have 8Gb of physical RAM on my machine.  When it opens I get a memory allocation error and it tells me I can not set my maximum allocation above my physical......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267505&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>where jvm will be stored in a system?</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267504/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267504/</comments>
	<pubDate>Mon, 12 Jul 2010 07:39:00 GMT</pubDate>
	<dc:creator>guest</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267504/</guid>
	<description><![CDATA[
internet will run in all system without installing jdk, then where jvm installed ?
......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267504&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Java HotSpot Virtual Machine: Callback from C++ libraries (.so) to Java (JNI)</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267503/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267503/</comments>
	<pubDate>Fri, 09 Apr 2010 00:33:00 GMT</pubDate>
	<dc:creator>hasrule</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267503/</guid>
	<description><![CDATA[Hi all,&amp;lt;br /&gt;&amp;lt;br /&gt;I ve succesfully tried doing callback from C++ executable to java. I used registernatives in the process. My problem is when I changed this C++ executable (the one that created JVM and do callback) into C++ library (called by another executable) the unexpected error at runti......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267503&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>C++ shared library created Hotspot Error when running methods on JVM using JNI</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267502/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267502/</comments>
	<pubDate>Thu, 08 Apr 2010 19:36:00 GMT</pubDate>
	<dc:creator>hasrule</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267502/</guid>
	<description><![CDATA[&amp;lt;br /&gt;Dear fellow programmers,&amp;lt;br /&gt;&amp;lt;br /&gt;I had successfuly created JVM and used JNI from C++ executable. But when I change my C++ executable into a shared library (.so, in UNIX) like this&amp;lt;br /&gt;&amp;lt;br /&gt;extern &amp;quot;C&amp;quot; int callFromFakeSID(char* name)&amp;lt;br /&gt;{&amp;lt;br /&gt;JNIEnv *env;&amp;l......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267502&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>C++ shared library created Hotspot Error when running methods on JVM using JNI</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267501/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267501/</comments>
	<pubDate>Thu, 08 Apr 2010 19:33:00 GMT</pubDate>
	<dc:creator>hasrule</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267501/</guid>
	<description><![CDATA[Dear fellow programmers,&amp;lt;br /&gt;&amp;lt;br /&gt;I had successfuly created JVM and used JNI from C++ executable. But when I change my C++ executable into a shared library (.so, in UNIX) like this&amp;lt;br /&gt;&amp;lt;span style=&amp;#34;font-size: 12px;&amp;#34;&gt;&amp;lt;span style=&amp;#34;color: rgb(0, 0, 0);&amp;#34;&gt;&amp;lt;span style=......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267501&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>C++ shared library created Hotspot Error when running methods on JVM using JNI</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/267500/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/267500/</comments>
	<pubDate>Thu, 08 Apr 2010 19:30:00 GMT</pubDate>
	<dc:creator>hasrule</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/267500/</guid>
	<description><![CDATA[Dear fellow programmers,&amp;lt;br /&gt;&amp;lt;br /&gt;I had successfuly created JVM and used JNI from C++ executable. But when I change my C++ executable into a shared library (.so, in UNIX) like this&amp;lt;br /&gt;&amp;lt;span style=&amp;#34;font-size: 12px;&amp;#34;&gt;&amp;lt;span style=&amp;#34;color: rgb(0, 0, 0);&amp;#34;&gt;&amp;lt;span style=......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=267500&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>0</slash:comments>
	</item>
	<item>
	<title>Zip File closed</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/167587/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/167587/</comments>
	<pubDate>Mon, 24 Sep 2007 12:12:00 GMT</pubDate>
	<dc:creator>adrian_yapa</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/167587/</guid>
	<description><![CDATA[HiI am trying to use the new Mustang release which has the CMS bug causing long rescans fixed. However, I am running into this exception which occurs in b71 but not Java 1.5.0Caused by: java.lang.IllegalStateException: zip file closedat java.util.zip.ZipFile.ensureOpen(ZipFile.java:402)at ......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=167587&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>2</slash:comments>
	</item>
	<item>
	<title>Zero size objects</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/167586/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/167586/</comments>
	<pubDate>Wed, 19 Sep 2007 20:20:00 GMT</pubDate>
	<dc:creator>dangv</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/167586/</guid>
	<description><![CDATA[Does Java allocates memory for objects that have zero size? ie. An object would be created from a class declared without any member variables. Thanks.......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=167586&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>1</slash:comments>
	</item>
	<item>
	<title>your Suggestions about Java Site</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/167585/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/167585/</comments>
	<pubDate>Sun, 27 Apr 2008 01:52:00 GMT</pubDate>
	<dc:creator>senuxjava_gmail</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/167585/</guid>
	<description><![CDATA[hi everybody i designed Java website but i don&amp;#039;t finish it and i wantto know your opinions in the design and please write your suggestionsto help me in the content of the siteyou can post you suggestions at GuestBook at the Sitehttp://senux.atspace.com/guest.htm......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=167585&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>3</slash:comments>
	</item>
	<item>
	<title>young generation gc some times takes longer time</title>
	<link>http://www.thatisjava.com/hotspot-virtual-machine/167584/</link>
	<comments>http://www.thatisjava.com/hotspot-virtual-machine/167584/</comments>
	<pubDate>Wed, 14 Nov 2007 14:11:00 GMT</pubDate>
	<dc:creator>anujlal1a</dc:creator>
	<category><![CDATA[Java HotSpot Virtual Machine]]></category>
	<guid isPermaLink="false">http://www.thatisjava.com/hotspot-virtual-machine/167584/</guid>
	<description><![CDATA[jdk: 1.4.2_06jvm parameters: -Xms2560m -Xmx2560m -XX:NewSize=32M -XX:MaxPermSize=256M -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -nature of our application is that most of the new objects which are cretaed most likely is going to end up in tenured space so we have kept ......]]></description>
	<wfw:commentRss>http://www.thatisjava.com/app/answers/?qid=167584&amp;cid=32&amp;c=hotspot-virtual-machine/</wfw:commentRss>
	<slash:comments>6</slash:comments>
	</item>
</channel>
</rss>
