<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel">
    <title>gmane.comp.java.openjdk.hotspot.compiler.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7762"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7761"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7760"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7759"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7758"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7757"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7755"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7754"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7741"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7734"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7729"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7721"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7720"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7719"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7718"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7717"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7762">
    <title>hg: hsx/hotspot-comp/hotspot: 7170145: C1 doesn't respect the JMMwith volatile field loads</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7762</link>
    <description>&lt;pre&gt;Changeset: 4d8787136e08
Author:    twisti
Date:      2012-05-25 11:39 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/4d8787136e08

7170145: C1 doesn't respect the JMM with volatile field loads
Reviewed-by: kvn, roland

! src/share/vm/c1/c1_ValueMap.hpp


&lt;/pre&gt;</description>
    <dc:creator>christian.thalinger-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T21:52:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7761">
    <title>hg: hsx/hotspot-comp/hotspot: 7170463: C2 should recognize"obj.getClass() == A.class" code pattern</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7761</link>
    <description>&lt;pre&gt;Changeset: 8f6ce6f1049b
Author:    kvn
Date:      2012-05-25 07:53 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/8f6ce6f1049b

7170463: C2 should recognize "obj.getClass() == A.class" code pattern
Summary: optimize this code pattern obj.getClass() == A.class.
Reviewed-by: jrose, kvn
Contributed-by: Krystal Mok &amp;lt;sajia-3b8fjiQLQpfQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/share/vm/opto/parse.hpp
! src/share/vm/opto/parse2.cpp
! src/share/vm/opto/subnode.cpp


&lt;/pre&gt;</description>
    <dc:creator>vladimir.kozlov-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T18:05:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7760">
    <title>hg: hsx/hotspot-comp/langtools: 6 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7760</link>
    <description>&lt;pre&gt;Changeset: d10db3576c08
Author:    ksrini
Date:      2012-05-04 07:55 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/d10db3576c08

7166010: (javac) JavacMessager incorrectly restores log source file
Reviewed-by: jjg
Contributed-by: jan.lahoda-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

! src/share/classes/com/sun/tools/javac/processing/JavacMessager.java
+ test/tools/javac/processing/messager/MessagerDiags.java

Changeset: 833bab705918
Author:    ksrini
Date:      2012-05-10 12:32 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/833bab705918

7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
Reviewed-by: jjg
Contributed-by: jan.lahoda-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/tools/javac/diags/examples/ForeachBadInitialization.java
! test/tools/javac/parser/JavacParserTest.java

Changeset: 96a8278e323c&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T13:51:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7759">
    <title>hg: hsx/hotspot-comp/hotspot: 29 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7759</link>
    <description>&lt;pre&gt;Changeset: 35e504cb49a6
Author:    collins
Date:      2012-05-11 11:30 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/35e504cb49a6

7167625: Adjustments for SE-Embedded build process
Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users.
Reviewed-by: kvn, dholmes

! make/linux/makefiles/vm.make
! src/share/vm/runtime/arguments.cpp

Changeset: fada85d11d92
Author:    jprovino
Date:      2012-05-16 13:33 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/fada85d11d92

Merge


Changeset: de0cc3dd9f10
Author:    kvn
Date:      2012-05-17 09:50 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/de0cc3dd9f10

Merge


Changeset: 3a22b77e755a
Author:    brutisso
Date:      2012-05-14 17:32 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/3a22b77e755a

7161545: G1: Minor cleanups to the G1 logging
Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal&lt;/pre&gt;</description>
    <dc:creator>vladimir.kozlov-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T05:34:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7758">
    <title>hg: hsx/hotspot-comp/jdk: 71 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7758</link>
    <description>&lt;pre&gt;Changeset: 7c4eed4b6c19
Author:    bae
Date:      2012-05-21 14:04 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/7c4eed4b6c19

7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)
Reviewed-by: anthony, kizune

! src/macosx/classes/sun/awt/CGraphicsDevice.java
! test/java/awt/GraphicsDevice/CloneConfigsTest.java

Changeset: 416b3a498e71
Author:    bae
Date:      2012-05-21 14:53 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/416b3a498e71

7154088: [macosx] Regression: Component.createImage do not inherits component attributes
Reviewed-by: art, kizune

! src/macosx/classes/sun/lwawt/LWComponentPeer.java

Changeset: 1b90a0113359
Author:    lana
Date:      2012-05-21 11:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/1b90a0113359

Merge


Changeset: c31eeeda3ed1
Author:    serb
Date:      2012-05-03 18:29 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/c31eeeda3ed1

71606&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:38:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7757">
    <title>hg: hsx/hotspot-comp/jaxws: Added tag jdk8-b40 for changeset09a0ddda03cb</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7757</link>
    <description>&lt;pre&gt;Changeset: f2072b164b05
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jaxws/rev/f2072b164b05

Added tag jdk8-b40 for changeset 09a0ddda03cb

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:37:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7756">
    <title>hg: hsx/hotspot-comp/jaxp: Added tag jdk8-b40 for changeset9ecfdbd6aed4</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7756</link>
    <description>&lt;pre&gt;Changeset: 6f5c0e17415d
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jaxp/rev/6f5c0e17415d

Added tag jdk8-b40 for changeset 9ecfdbd6aed4

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:37:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7755">
    <title>hg: hsx/hotspot-comp/corba: Added tag jdk8-b40 for changeset56d030e5035f</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7755</link>
    <description>&lt;pre&gt;Changeset: 113f0d5f0a08
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/corba/rev/113f0d5f0a08

Added tag jdk8-b40 for changeset 56d030e5035f

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:37:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7754">
    <title>hg: hsx/hotspot-comp: Added tag jdk8-b40 for changeset a2b2d435f1d2</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7754</link>
    <description>&lt;pre&gt;Changeset: 1a8c7c530f8a
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/rev/1a8c7c530f8a

Added tag jdk8-b40 for changeset a2b2d435f1d2

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:36:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7741">
    <title>Request for reviews (XS): 7170145: C1 doesn't respect the JMM withvolatile field loads</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7741</link>
    <description>&lt;pre&gt;http://cr.openjdk.java.net/~twisti/7170145

7170145: C1 doesn't respect the JMM with volatile field loads
Reviewed-by:

ValueNumberingVisitor::do_LoadField does not include logic for
volatile fields which allows CSE of normal field loads across volatile
field loads.  That's explicitly prohibited by the JMM.

This patch also kills the memory across volatile field stores even it
is too strict for now because of volatile field stores and possible
future optimizations.

src/share/vm/c1/c1_ValueMap.hpp


&lt;/pre&gt;</description>
    <dc:creator>Christian Thalinger</dc:creator>
    <dc:date>2012-05-23T00:35:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7737">
    <title>Request for reviews (M): 7170463: C2 should recognize "obj.getClass()== A.class" code pattern</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7737</link>
    <description>&lt;pre&gt;http://cr.openjdk.java.net/~kvn/7170463/webrev

7170463: C2 should recognize "obj.getClass() == A.class" code pattern

The idea is to optimize this code pattern:

   x.getClass() == A.class

into

   x._klass == klassof(A)

which shortens the original pattern by 1 load.

Tested with NSK, compiler regression tests, CTW.

Contributed-by: Krystal Mok &amp;lt;sajia-3b8fjiQLQpfQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Vladimir Kozlov</dc:creator>
    <dc:date>2012-05-21T22:36:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7734">
    <title>inliner heuristics</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7734</link>
    <description>&lt;pre&gt;I am investigating the inliner heuristics in C2 compiler of hotspot. There
are a few things i do not get.

1. The inliner heuristics depend on 2 parameters - the call_site_count and
the invocation_count. The invocation_count is the number of times the
method is executed in the previous tier. i.e. interpreter for tier 1
compilation and tier 1 for tier 2 compilation. But what does
call_site_count represent. the number of callsites of this method within
the all callers of the method ? It seems it is calculated based on MD0,
what is the method data ?

2. Is it true that in theory all methods can be inlined in Java ? how about
in the hotspot JVM ?

Thanks

Xin
&lt;/pre&gt;</description>
    <dc:creator>Xin Tong</dc:creator>
    <dc:date>2012-05-21T19:14:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7732">
    <title>hg: hsx/hotspot-comp/hotspot: 7169934: pow(x,y) or x64 computes incorrect result when x&lt;0 and y is an odd integer</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7732</link>
    <description>&lt;pre&gt;Changeset: e2961d14584b
Author:    roland
Date:      2012-05-21 09:46 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/e2961d14584b

7169934: pow(x,y) or x64 computes incorrect result when x&amp;lt;0 and y is an odd integer
Summary: bad test for parity of y in pow(x,y) (c1, interpreter)
Reviewed-by: kvn, twisti

! src/cpu/x86/vm/assembler_x86.cpp


&lt;/pre&gt;</description>
    <dc:creator>roland.westrelin-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-21T11:20:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7729">
    <title>hg: hsx/hotspot-comp/hotspot: 7170053: crash in C2 when using-XX:+CountCompiledCalls</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7729</link>
    <description>&lt;pre&gt;Changeset: cdd249497b34
Author:    twisti
Date:      2012-05-18 12:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/cdd249497b34

7170053: crash in C2 when using -XX:+CountCompiledCalls
Reviewed-by: kvn, twisti
Contributed-by: Krystal Mok &amp;lt;sajia-3b8fjiQLQpfQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/share/vm/opto/doCall.cpp


&lt;/pre&gt;</description>
    <dc:creator>christian.thalinger-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T23:31:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7723">
    <title>hg: hsx/hotspot-comp/hotspot: 7167254: Crash on OSX inEnumerator.nextElement() with compressed oops</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7723</link>
    <description>&lt;pre&gt;Changeset: 4073d9478a90
Author:    roland
Date:      2012-05-18 15:50 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/4073d9478a90

7167254: Crash on OSX in Enumerator.nextElement() with compressed oops
Summary: null checks in "compressed oops with base" mode may trigger a SIGBUS rather than a SIGSEGV.
Reviewed-by: dsamersoff, dcubed, rbackman, kvn

! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp


&lt;/pre&gt;</description>
    <dc:creator>roland.westrelin-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T16:05:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7721">
    <title>RFS (XS): 7169934: pow(x,y) or x64 computes incorrect result when x&lt;0 and y is an odd integer</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7721</link>
    <description>&lt;pre&gt;http://cr.openjdk.java.net/~roland/7169934/webrev.00/

A last minute code clean-up broke the check for the parity of y in pow(x,y) in debug builds.

Roland.
&lt;/pre&gt;</description>
    <dc:creator>Roland Westrelin</dc:creator>
    <dc:date>2012-05-18T11:16:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7720">
    <title>hg: hsx/hotspot-comp/langtools: Added tag jdk8-b39 for changeseta9f547c218d9</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7720</link>
    <description>&lt;pre&gt;Changeset: 8b869afd2eb4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/8b869afd2eb4

Added tag jdk8-b39 for changeset a9f547c218d9

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:42:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7719">
    <title>hg: hsx/hotspot-comp/jdk: 4 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7719</link>
    <description>&lt;pre&gt;Changeset: c2d9166f3284
Author:    ihse
Date:      2012-05-11 08:21 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/c2d9166f3284

7168208: Change use of &amp;lt; at &amp;gt; in one sed command involving paths to different character
Reviewed-by: ohair

! make/common/Release.gmk

Changeset: 8d665b69ebf1
Author:    mfang
Date:      2012-05-15 11:46 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/8d665b69ebf1

7157855: jvisualvm.1 not included in binaries
Reviewed-by: katleman, thurka

! make/common/Release.gmk

Changeset: b6f529117521
Author:    katleman
Date:      2012-05-16 22:07 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/b6f529117521

Merge


Changeset: 47cd90bf0f66
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/47cd90bf0f66

Added tag jdk8-b39 for changeset b6f529117521

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:39:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7718">
    <title>hg: hsx/hotspot-comp/jaxws: Added tag jdk8-b39 for changeset7f6b44fd3034</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7718</link>
    <description>&lt;pre&gt;Changeset: 09a0ddda03cb
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jaxws/rev/09a0ddda03cb

Added tag jdk8-b39 for changeset 7f6b44fd3034

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:39:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7717">
    <title>hg: hsx/hotspot-comp/jaxp: Added tag jdk8-b39 for changesetf95fdbe525c8</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7717</link>
    <description>&lt;pre&gt;Changeset: 9ecfdbd6aed4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jaxp/rev/9ecfdbd6aed4

Added tag jdk8-b39 for changeset f95fdbe525c8

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:39:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7716">
    <title>hg: hsx/hotspot-comp/corba: Added tag jdk8-b39 for changeset785af00e2827</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/7716</link>
    <description>&lt;pre&gt;Changeset: 56d030e5035f
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/corba/rev/56d030e5035f

Added tag jdk8-b39 for changeset 785af00e2827

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:38:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.openjdk.hotspot.compiler.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.openjdk.hotspot.compiler.devel</link>
  </textinput>
</rdf:RDF>

