<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Intel Multi-core and Sun JVM in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855432#M2077</link>
    <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for your material about Java multi-threading programming at &lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm" target="_blank"&gt;http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm&lt;/A&gt;&lt;/FONT&gt;. &lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;My question is: Do I need to do something with my Java multi-threaded code to coordinate well with Intel Multi-core? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Can the Sun JVMprovidedhelpmy code perform well in multi-core environment? If not, what tips can you offer? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for any help you can provide.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jun 2007 15:18:09 GMT</pubDate>
    <dc:creator>postaquestion</dc:creator>
    <dc:date>2007-06-11T15:18:09Z</dc:date>
    <item>
      <title>Intel Multi-core and Sun JVM</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855432#M2077</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for your material about Java multi-threading programming at &lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm"&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm" target="_blank"&gt;http://www.intel.com/cd/ids/developer/asmo-na/eng/229712.htm&lt;/A&gt;&lt;/FONT&gt;. &lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;My question is: Do I need to do something with my Java multi-threaded code to coordinate well with Intel Multi-core? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Can the Sun JVMprovidedhelpmy code perform well in multi-core environment? If not, what tips can you offer? &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thank you for any help you can provide.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2007 15:18:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855432#M2077</guid>
      <dc:creator>postaquestion</dc:creator>
      <dc:date>2007-06-11T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Multi-core and Sun JVM</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855433#M2078</link>
      <description>&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Arial"&gt;Do I need to do something with my Java multi-threaded code to coordinate well with Intel Multi-core? &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;I don't think one may need to do something special to make multithreaded code run better specifically on the Intel Multi-Core. Java has been designed to keep the applications abstract from the underlying platform, following just the general design principles and practices for writing multithreaded Java applications should be enough.&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT face="Arial"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Arial"&gt;Can the Sun JVMprovidedhelpmy code perform well in multi-core environment? If not, what tips can you offer? &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Garbage collector (GC) is often believed as one of the most noticeable issues with running multi-threaded Java applications in the multi-core environment. Managing objects in the Java heap imposes a certain synchronization overhead that may substantially degrade the performance of the multi-threaded app. &lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;Therefore, it may help if the critical code pieces are designed in such way that they dont put a stress on the GC (e.g. dont allocate new objects wherever possible).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial"&gt;Andrey.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2007 07:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855433#M2078</guid>
      <dc:creator>Andrey_Chernyshev__I</dc:creator>
      <dc:date>2007-06-14T07:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Multi-core and Sun JVM</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855434#M2079</link>
      <description>&lt;P&gt;The issues like performance of memory management subsystems are solved and are being solved by JVM providers. according to your java i think one issue can appiar. It happens often, that some threadingerrors (dataraces or dead-locks) already are in the code but can not cause an errors in runtime on single-core, but they will happen on multicore at really parallel execution&lt;/P&gt;
&lt;P&gt;yegor&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2007 11:42:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-Multi-core-and-Sun-JVM/m-p/855434#M2079</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-06-14T11:42:43Z</dc:date>
    </item>
  </channel>
</rss>

