<?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.runtime.devel">
    <title>gmane.comp.java.openjdk.hotspot.runtime.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.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.runtime.devel/3813"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3811"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3806"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3805"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3804"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3803"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3781"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3778"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3777"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3770"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3769"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3766"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3765"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3755"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3754"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3753"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3752"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3751"/>
      </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.runtime.devel/3813">
    <title>hg: hsx/hotspot-emb/langtools: 6 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3813</link>
    <description>&lt;pre&gt;Changeset: d10db3576c08
Author:    ksrini
Date:      2012-05-04 07:55 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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-emb/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
Author:    sundar
Date:      2012-05-11 20:06 +0530
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/langtools/rev/96a8278e323c

7166990: java/compiler Inherited interfaces using generics sometimes looses the generic type
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/tools/javac/TryWithResources/T7164542.java

Changeset: 885806e74240
Author:    lana
Date:      2012-05-11 12:53 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/langtools/rev/885806e74240

Merge


Changeset: 86e0dad6aadf
Author:    lana
Date:      2012-05-21 11:44 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/langtools/rev/86e0dad6aadf

Merge


Changeset: 179fa85aeefa
Author:    katleman
Date:      2012-05-24 16:16 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/langtools/rev/179fa85aeefa

Added tag jdk8-b40 for changeset 86e0dad6aadf

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T13:59:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3811">
    <title>hg: hsx/hotspot-emb/jdk: 71 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3811</link>
    <description>&lt;pre&gt;Changeset: 7c4eed4b6c19
Author:    bae
Date:      2012-05-21 14:04 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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-emb/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-emb/jdk/rev/1b90a0113359

Merge


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

7160623: [macosx] Editable TextArea/TextField are blocking GUI applications from exit
Reviewed-by: anthony, art

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

Changeset: a420895ee2c3
Author:    leonidr
Date:      2012-05-03 19:22 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/a420895ee2c3

7124376: [macosx] Modal dialog lost focus
Reviewed-by: anthony

! src/macosx/classes/sun/lwawt/LWWindowPeer.java
! src/macosx/classes/sun/lwawt/PlatformWindow.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! src/macosx/native/sun/awt/AWTView.m
! src/macosx/native/sun/awt/AWTWindow.h
! src/macosx/native/sun/awt/AWTWindow.m

Changeset: 95c8b63a3c47
Author:    kizune
Date:      2012-05-03 21:54 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/95c8b63a3c47

7148289: [macosx] Deadlock in sun.lwawt.macosx.CWrapper$NSScreen.visibleFrame
Reviewed-by: leonidr

! src/macosx/classes/sun/lwawt/macosx/CToolkitThreadBlockedHandler.java
! src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java
! src/macosx/native/sun/awt/LWCToolkit.m

Changeset: a714e2e2b257
Author:    alexsch
Date:      2012-05-04 13:15 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/a714e2e2b257

7024963: Notepad demo: remove non-translatable resources from Notepad.properties file
Reviewed-by: rupashka

! src/share/demo/jfc/Notepad/Notepad.java
! src/share/demo/jfc/Notepad/resources/Notepad.properties
+ src/share/demo/jfc/Notepad/resources/system.properties

Changeset: 4cc873e28c78
Author:    bagiras
Date:      2012-05-04 18:42 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/4cc873e28c78

7146237: closed/java/awt/Focus/SetFocusTraversalKeysTest/SetFocusTraversalTest.html failed since 1.8.0b19
Reviewed-by: art, anthony

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/Container.java
! src/share/classes/java/awt/KeyboardFocusManager.java
! src/share/classes/javax/swing/JComponent.java

Changeset: 0feee4541f67
Author:    serb
Date:      2012-05-04 21:25 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/0feee4541f67

7147055: [macosx] Cursors are changing over a blocked window; also blinking
Reviewed-by: art, kizune

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

Changeset: 912e666b4e1d
Author:    serb
Date:      2012-05-10 20:05 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/912e666b4e1d

7080109: Dialog.show() lacks doPrivileged() to access system event queue
Reviewed-by: art, anthony

! src/share/classes/java/awt/Dialog.java
+ test/java/awt/Dialog/ModalDialogPermission/ModalDialogPermission.java
+ test/java/awt/Dialog/ModalDialogPermission/java.policy

Changeset: 18842bb6676a
Author:    lana
Date:      2012-05-10 11:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/18842bb6676a

Merge

- src/macosx/bin/amd64/jvm.cfg
- src/share/classes/sun/security/action/LoadLibraryAction.java
- test/tools/pack200/dyn.jar
- test/tools/pack200/pack200-verifier/src/xmlkit/ClassSyntax.java
- test/tools/pack200/pack200-verifier/src/xmlkit/ClassWriter.java
- test/tools/pack200/pack200-verifier/src/xmlkit/InstructionAssembler.java
- test/tools/pack200/pack200-verifier/src/xmlkit/InstructionSyntax.java

Changeset: 4f39a13e74c6
Author:    anthony
Date:      2012-05-11 16:11 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/4f39a13e74c6

7166437: [macosx] Support for Window.Type.UTILITY on the Mac
Summary: Apply the native UTILITY style for UTILITY Java windows
Reviewed-by: art

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

Changeset: 689c0cd214e8
Author:    anthony
Date:      2012-05-11 20:37 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/689c0cd214e8

7149062: [macosx] dock menu don't show available frames
Summary: Inherit from either NSWindow for normal windows or NSPanel for utility windows
Reviewed-by: skovatch, swingler

! src/macosx/native/sun/awt/AWTView.m
! src/macosx/native/sun/awt/AWTWindow.h
! src/macosx/native/sun/awt/AWTWindow.m

Changeset: 3b8635e357e9
Author:    alexsch
Date:      2012-05-12 12:01 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/3b8635e357e9

7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
Reviewed-by: alexp

! src/share/demo/jfc/Notepad/Notepad.java
+ src/share/demo/jfc/Notepad/resources/NotepadSystem.properties
- src/share/demo/jfc/Notepad/resources/system.properties

Changeset: cc8d1cc533bf
Author:    alexp
Date:      2012-05-12 17:46 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/cc8d1cc533bf

7149005: [macosx] Java Control Panel's UI controls are distorted when draging scroll bar.
Reviewed-by: serb

! src/macosx/classes/com/apple/laf/AquaButtonLabeledUI.java

Changeset: 69301efaac91
Author:    ant
Date:      2012-05-12 18:50 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/69301efaac91

7110683: Issues with some KeyboardFocusManager method
Reviewed-by: ahgross

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/DefaultKeyboardFocusManager.java
! src/share/classes/java/awt/KeyboardFocusManager.java
! src/share/classes/java/awt/Window.java

Changeset: 28ec5b811aa2
Author:    dcherepanov
Date:      2012-05-15 15:04 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/28ec5b811aa2

7168550: [macosx] duplicate OGL context state changes related to vertex cache
Reviewed-by: bae, swingler

! src/macosx/native/sun/java2d/opengl/CGLSurfaceData.m
! src/share/native/sun/java2d/opengl/OGLContext.h
! src/share/native/sun/java2d/opengl/OGLTextRenderer.c
! src/share/native/sun/java2d/opengl/OGLVertexCache.c
! src/share/native/sun/java2d/opengl/OGLVertexCache.h

Changeset: cad0bb1a9bdb
Author:    dcherepanov
Date:      2012-05-16 13:15 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/cad0bb1a9bdb

7124337: [macosx] FileDialog fails to select multiple files
Reviewed-by: anthony, swingler

! src/macosx/classes/sun/lwawt/macosx/CFileDialog.java
! src/macosx/native/sun/awt/CFileDialog.h
! src/macosx/native/sun/awt/CFileDialog.m
! src/share/classes/java/awt/FileDialog.java
! src/share/classes/sun/awt/AWTAccessor.java
! src/solaris/classes/sun/awt/X11/GtkFileDialogPeer.java
! src/solaris/classes/sun/awt/X11/XFileDialogPeer.java
! src/windows/classes/sun/awt/windows/WFileDialogPeer.java

Changeset: 7c0b390ab5f9
Author:    anthony
Date:      2012-05-16 14:28 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/7c0b390ab5f9

7168851: [macosx] Netbeans crashes in CImage.nativeCreateNSImageFromArray
Summary: Eliminate unnecessary -release call
Reviewed-by: dcherepanov

! src/macosx/native/sun/awt/CImage.m

Changeset: 3c819d638e36
Author:    alexsch
Date:      2012-05-16 16:27 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/3c819d638e36

7169226: NLS: Please change the mnemonic assignment system for windows and motif properties
Reviewed-by: rupashka

! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_de.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_es.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_fr.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_it.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ja.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_ko.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_pt_BR.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_sv.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_CN.properties
! src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_zh_TW.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_de.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_es.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_fr.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_it.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ja.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_ko.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_pt_BR.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_sv.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_CN.properties
! src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_zh_TW.properties

Changeset: 19edcc438203
Author:    alexsch
Date:      2012-05-16 18:11 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/19edcc438203

7158928: [macosx] NLS: Please change the mnemonic assignment system
Reviewed-by: rupashka, serb

! make/com/apple/osxui/Makefile
! make/common/internal/Resources.gmk
! src/macosx/classes/com/apple/laf/AquaLookAndFeel.java
! src/macosx/classes/com/apple/laf/resources/aqua.properties

Changeset: 731ee59c6ba2
Author:    alexsch
Date:      2012-05-17 14:27 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/731ee59c6ba2

7148281: [macosx] JTabbedPane tabs with HTML text do not render correctly
Reviewed-by: kizune

! src/macosx/classes/com/apple/laf/AquaTabbedPaneUI.java

Changeset: f9217bd87199
Author:    rupashka
Date:      2012-05-17 15:41 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/f9217bd87199

7166322: closed/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java failed since 1.8.0b36
Reviewed-by: alexsch

+ test/javax/swing/text/html/HTMLEditorKit/4242228/bug4242228.java

Changeset: c00d6508afce
Author:    ant
Date:      2012-05-17 21:27 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/c00d6508afce

7142565: [macosx] Many special keys processed twice in text fields
Summary: forward port from 7u4
Reviewed-by: anthony

! src/macosx/native/sun/awt/AWTView.m

Changeset: 17c5e1a12965
Author:    ant
Date:      2012-05-17 21:31 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/17c5e1a12965

7154072: [macosx] swallowing key events
Summary: forward posrt from 7u4
Reviewed-by: anthony

! src/macosx/native/sun/awt/AWTView.m

Changeset: ef77fa799b34
Author:    ant
Date:      2012-05-17 21:48 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/ef77fa799b34

7125044: [macosx] Test failure because Component.transferFocus() works differently in applet and application.
Summary: forward port from 7u4
Reviewed-by: art

! src/share/classes/java/awt/Dialog.java
! src/share/classes/java/awt/Frame.java
! src/share/classes/java/awt/Window.java
! src/share/classes/javax/swing/JApplet.java
! src/share/classes/javax/swing/JDialog.java
! src/share/classes/javax/swing/JFrame.java
! src/share/classes/javax/swing/JInternalFrame.java
! src/share/classes/javax/swing/JWindow.java
! src/share/classes/javax/swing/UIManager.java
! src/share/classes/sun/awt/SunToolkit.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP_AWT.java
+ test/java/awt/Focus/FocusTraversalPolicy/InitialFTP_Swing.java
+ test/java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java

Changeset: 5976b5848554
Author:    ant
Date:      2012-05-17 22:10 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/5976b5848554

7145768: [macosx] Regression: failure in b11 of ModalDialogInFocusEventTest
Summary: forward port from 7u4
Reviewed-by: art

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

Changeset: 1d75ff45586e
Author:    ant
Date:      2012-05-17 22:21 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/1d75ff45586e

7145827: [macosx] JCK failure in b11: FocusableWindow3
Summary: forward posrt from 7u4
Reviewed-by: art

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

Changeset: 2eca75e0a063
Author:    dcherepanov
Date:      2012-05-18 19:39 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/2eca75e0a063

7156191: [macosx] Can't type into applet demos in Pivot
Reviewed-by: art

! src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformView.java
! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java

Changeset: 1ee12bca4823
Author:    rupashka
Date:      2012-05-21 18:55 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/1ee12bca4823

7168144: No appropriate CCC request for changes introduced by 7154030
Reviewed-by: alexsch

! src/share/classes/javax/swing/JComponent.java

Changeset: 967b38bfd5c1
Author:    ant
Date:      2012-05-22 01:12 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/967b38bfd5c1

7170427: setGlobalCurrentFocusCycleRoot unexpectedly throws SecurityException
Reviewed-by: art

! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/Container.java
! src/share/classes/java/awt/KeyboardFocusManager.java

Changeset: 5b2095d7a60b
Author:    lana
Date:      2012-05-21 11:41 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/5b2095d7a60b

Merge

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

Changeset: bb2cefc89bc0
Author:    forax
Date:      2012-05-02 20:01 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/bb2cefc89bc0

7165102: Only run assertion on Integer autoboxing cache size once
Reviewed-by: darcy, alanb

! src/share/classes/java/lang/Integer.java

Changeset: 531ebfd8eb65
Author:    jgish
Date:      2012-05-02 21:46 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/531ebfd8eb65

7160714: Strange or obsolete &amp;lt; at &amp;gt;see tags in some exception java.util javadoc
Reviewed-by: mduigou, dholmes, alanb

! src/share/classes/java/util/NoSuchElementException.java

Changeset: 4580652d9828
Author:    lancea
Date:      2012-05-04 16:00 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/4580652d9828

7166598: FilteredRowSetImpl can result in Invalid Cursor Position
Reviewed-by: lancea
Contributed-by: Knut Anders Hatlen &amp;lt;knut.hatlen-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/share/classes/com/sun/rowset/FilteredRowSetImpl.java

Changeset: 41d3f7509e00
Author:    xuelei
Date:      2012-05-04 17:28 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/41d3f7509e00

7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites
Reviewed-by: weijun

! src/share/classes/sun/security/ssl/SSLContextImpl.java

Changeset: 62557a1336c0
Author:    zhouyx
Date:      2012-05-07 16:43 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/62557a1336c0

7166048: Remove the embeded epoll data structure.
Reviewed-by: alanb

! src/solaris/native/sun/nio/ch/EPollArrayWrapper.c

Changeset: b26c04717735
Author:    robm
Date:      2012-05-07 13:34 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/b26c04717735

7166687: InetAddress.getLocalHost().getHostName() returns FQDN
Reviewed-by: chegar

! src/solaris/native/java/net/Inet6AddressImpl.c

Changeset: 48513d156965
Author:    dholmes
Date:      2012-05-08 02:59 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/48513d156965

7103570: AtomicIntegerFieldUpdater does not work when SecurityManager is installed
Summary: Perform class.getField inside a doPrivileged block
Reviewed-by: chegar, psandoz

! src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java
! src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java
+ test/java/util/concurrent/atomic/AtomicUpdaters.java

Changeset: af209a223b6b
Author:    sherman
Date:      2012-05-08 10:57 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/af209a223b6b

7014640: To add a metachar \R for line ending and character classes for vertical/horizontal ws \v \V \h \H
Summary: added propsoed constructs
Reviewed-by: alanb

! src/share/classes/java/util/regex/Pattern.java
! test/java/util/regex/RegExTest.java

Changeset: 1ece20885be4
Author:    sherman
Date:      2012-05-08 11:16 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/1ece20885be4

7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its position as 0
Summary: updated SeekableByteChannel.read() to count the bytes read correctly
Reviewed-by: sherman
Contributed-by: paul.sandoz-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

! src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java
! test/demo/zipfs/ZipFSTester.java
! test/demo/zipfs/basic.sh

Changeset: fbf98cbd2e6b
Author:    xuelei
Date:      2012-05-08 17:56 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/fbf98cbd2e6b

7167092: Need to put the return clause in the synchronized block
Summary: a regression fix for bug 7153184
Reviewed-by: wetmore

! src/share/classes/sun/security/ssl/SSLContextImpl.java

Changeset: 0f63f3390ac9
Author:    xuelei
Date:      2012-05-08 18:08 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/0f63f3390ac9

7166570: JSSE certificate validation has started to fail for certificate chains
Reviewed-by: wetmore

! src/share/classes/sun/security/validator/SimpleValidator.java
+ test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/BasicConstraints.java

Changeset: abb63b7357a1
Author:    luchsh
Date:      2012-05-09 11:19 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/abb63b7357a1

7165722: Invalid path in MemoryMonitor demo's README.txt
Reviewed-by: alanb, sla

! src/share/demo/management/MemoryMonitor/README.txt

Changeset: 5e8caf6984f5
Author:    ksrini
Date:      2012-05-09 07:28 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/5e8caf6984f5

7166955: (pack200) JNI_GetCreatedJavaVMs needs additional checking
Reviewed-by: alanb, dholmes, ksrini
Contributed-by: youdwei-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org

! src/share/native/com/sun/java/util/jar/pack/jni.cpp

Changeset: 59121a4c71c6
Author:    khazra
Date:      2012-05-09 11:14 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/59121a4c71c6

7165118: (prefs) AbstractPreferences.remove(null) does not throw NPE
Summary: Insert null argument check in AbstractPreferences.remove()
Reviewed-by: dholmes, chegar, alanb

! src/share/classes/java/util/prefs/AbstractPreferences.java
! test/java/util/prefs/RemoveNullKeyCheck.java

Changeset: 6438f1277df6
Author:    wetmore
Date:      2012-05-09 16:33 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/6438f1277df6

7167362: SecureRandom.init should be converted, amendment to 7084245
Reviewed-by: sherman

! src/share/classes/sun/security/provider/SecureRandom.java

Changeset: 5152c832745a
Author:    khazra
Date:      2012-05-09 16:55 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/5152c832745a

7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking
Summary: Set localAddress only when connection is established
Reviewed-by: alanb

! src/share/classes/sun/nio/ch/SocketChannelImpl.java

Changeset: fdf5e15293e6
Author:    coffeys
Date:      2012-05-10 10:45 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/fdf5e15293e6

7163470: Build fails if javax.crypto src files not present
Reviewed-by: valeriep

! make/com/oracle/security/ucrypto/Makefile
! make/common/shared/Defs-java.gmk
! make/sun/security/ec/Makefile
! make/sun/security/mscapi/Makefile
! make/sun/security/pkcs11/Makefile
! makefiles/com/oracle/security/ucrypto/Makefile
! makefiles/common/shared/Defs-java.gmk
! makefiles/sun/security/ec/Makefile
! makefiles/sun/security/mscapi/Makefile
! makefiles/sun/security/pkcs11/Makefile

Changeset: 3e3017eba8ac
Author:    valeriep
Date:      2012-05-08 17:57 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/3e3017eba8ac

4963723: Implement SHA-224
Summary: Add support for SHA-224, SHA224withRSA, SHA224withECDSA, HmacSHA224 and OAEPwithSHA-224AndMGF1Padding.
Reviewed-by: vinnie

! src/share/classes/com/sun/crypto/provider/HmacCore.java
! src/share/classes/com/sun/crypto/provider/HmacMD5.java
! src/share/classes/com/sun/crypto/provider/HmacPKCS12PBESHA1.java
! src/share/classes/com/sun/crypto/provider/HmacSHA1.java
! src/share/classes/com/sun/crypto/provider/KeyGeneratorCore.java
! src/share/classes/com/sun/crypto/provider/OAEPParameters.java
! src/share/classes/com/sun/crypto/provider/SunJCE.java
! src/share/classes/java/security/spec/MGF1ParameterSpec.java
! src/share/classes/java/security/spec/PSSParameterSpec.java
! src/share/classes/sun/security/ec/ECDSASignature.java
! src/share/classes/sun/security/ec/SunECEntries.java
! src/share/classes/sun/security/pkcs11/P11Digest.java
! src/share/classes/sun/security/pkcs11/P11Mac.java
! src/share/classes/sun/security/pkcs11/P11Signature.java
! src/share/classes/sun/security/pkcs11/SunPKCS11.java
! src/share/classes/sun/security/pkcs11/wrapper/Functions.java
! src/share/classes/sun/security/provider/DigestBase.java
! src/share/classes/sun/security/provider/MD2.java
! src/share/classes/sun/security/provider/MD4.java
! src/share/classes/sun/security/provider/MD5.java
! src/share/classes/sun/security/provider/SHA.java
! src/share/classes/sun/security/provider/SHA2.java
! src/share/classes/sun/security/provider/SHA5.java
! src/share/classes/sun/security/provider/SunEntries.java
! src/share/classes/sun/security/rsa/RSASignature.java
! src/share/classes/sun/security/rsa/SunRsaSignEntries.java
! src/share/classes/sun/security/x509/AlgorithmId.java
! src/windows/classes/sun/security/mscapi/RSASignature.java
! src/windows/classes/sun/security/mscapi/SunMSCAPI.java
! test/com/sun/crypto/provider/Cipher/RSA/TestOAEP.java
! test/com/sun/crypto/provider/Cipher/RSA/TestOAEPParameterSpec.java
! test/com/sun/crypto/provider/Cipher/RSA/TestOAEPWithParams.java
! test/com/sun/crypto/provider/KeyGenerator/Test4628062.java
! test/com/sun/crypto/provider/Mac/MacClone.java
! test/com/sun/crypto/provider/Mac/MacKAT.java
! test/sun/security/mscapi/SignUsingNONEwithRSA.java
! test/sun/security/mscapi/SignUsingSHA2withRSA.java
! test/sun/security/pkcs11/MessageDigest/DigestKAT.java
! test/sun/security/pkcs11/MessageDigest/TestCloning.java
! test/sun/security/pkcs11/Signature/TestRSAKeyLength.java
! test/sun/security/pkcs11/ec/TestCurves.java
! test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java
! test/sun/security/pkcs11/rsa/TestSignatures.java
! test/sun/security/provider/MessageDigest/DigestKAT.java
! test/sun/security/provider/MessageDigest/Offsets.java
! test/sun/security/provider/MessageDigest/TestSHAClone.java
! test/sun/security/rsa/TestKeyPairGenerator.java
! test/sun/security/rsa/TestSignatures.java

Changeset: dfce31760a2f
Author:    valeriep
Date:      2012-05-08 18:57 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/dfce31760a2f

Merge


Changeset: 9f8210f23773
Author:    valeriep
Date:      2012-05-10 11:19 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/9f8210f23773

Merge


Changeset: c5a07e3dca63
Author:    youdwei
Date:      2012-05-11 16:20 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/c5a07e3dca63

7163874: InetAddress.isReachable should support pinging 0.0.0.0
Reviewed-by: alanb, chegar

! src/share/native/java/net/net_util.h
! src/solaris/native/java/net/Inet4AddressImpl.c
! src/solaris/native/java/net/Inet6AddressImpl.c
! src/solaris/native/java/net/net_util_md.c
+ test/java/net/Inet4Address/PingThis.java

Changeset: 3e83229a3779
Author:    coffeys
Date:      2012-05-11 10:09 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/3e83229a3779

7167359: (tz) SEGV on solaris if TZ variable not set
Reviewed-by: okutsu

! src/solaris/native/java/util/TimeZone_md.c

Changeset: 944676ef3c58
Author:    mduigou
Date:      2012-05-11 11:31 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/944676ef3c58

7071826: Avoid benign race condition in initialization of UUID
Summary: Avoids mostly benign but sometimes expensive race condition on initialization of UUID.numberGenerator which is used by UUID.randomUUID()
Reviewed-by: alanb, chegar

! src/share/classes/java/util/UUID.java
! test/java/util/UUID/UUIDTest.java

Changeset: 85d7677a75bf
Author:    lana
Date:      2012-05-11 12:53 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/85d7677a75bf

Merge


Changeset: f131d4361faf
Author:    olagneau
Date:      2012-05-11 14:13 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/f131d4361faf

7144861: speed up RMI activation tests
Reviewed-by: alanb, smarks, dholmes, dmocek

! test/java/rmi/activation/checkusage/CheckUsage.java
! test/java/rmi/testlibrary/ActivationLibrary.java
! test/java/rmi/testlibrary/JavaVM.java
! test/java/rmi/testlibrary/RMID.java
! test/java/rmi/testlibrary/StreamPipe.java
! test/sun/rmi/runtime/Log/6409194/NoConsoleOutput.java

Changeset: df3152beef2f
Author:    xuelei
Date:      2012-05-14 07:26 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/df3152beef2f

7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified
Reviewed-by: mullan

! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java
+ test/sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java

Changeset: df33f5f750ec
Author:    dsamersoff
Date:      2012-05-15 16:46 +0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/df33f5f750ec

7164191: properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario
Reviewed-by: dholmes, sla
Contributed-by: Deven You &amp;lt;youdwei-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/share/classes/sun/management/Agent.java
+ test/sun/management/AgentCMETest.java

Changeset: 9a18e318f95a
Author:    khazra
Date:      2012-05-15 11:51 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/9a18e318f95a

7164636: (prefs) Cleanup src/macosx/classes/java/util/prefs
Summary: Remove rawtype usages and other code cleanup
Reviewed-by: chegar, briangoetz

! src/macosx/classes/java/util/prefs/MacOSXPreferences.java
! src/macosx/classes/java/util/prefs/MacOSXPreferencesFactory.java
! src/macosx/classes/java/util/prefs/MacOSXPreferencesFile.java

Changeset: 332bebb463d1
Author:    alanb
Date:      2012-05-16 12:43 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/332bebb463d1

7168505: (bf) MappedByteBuffer.load does not load buffer's content into memory
Reviewed-by: mduigou, forax

! src/share/classes/java/nio/MappedByteBuffer.java

Changeset: ce165aa48dcb
Author:    dcubed
Date:      2012-05-17 06:26 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/ce165aa48dcb

7168520: No jdk8 TL Nightly linux builds due to broken link in b39-2012-05-13_231
Summary: ZIP libjsig.debuginfo links into libjsig.diz files since aurora doesn't like dangling symlinks
Reviewed-by: katleman

! make/java/redist/Makefile

Changeset: 178c480998b1
Author:    robm
Date:      2012-05-17 22:42 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/178c480998b1

7168110: Misleading jstack error message
Reviewed-by: alanb, dsamersoff

! src/windows/native/sun/tools/attach/WindowsVirtualMachine.c

Changeset: 9fe6ebbe5895
Author:    xuelei
Date:      2012-05-17 21:59 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/9fe6ebbe5895

7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on windows
Reviewed-by: vinnie, wetmore

! test/sun/security/mscapi/ShortRSAKey1024.sh
! test/sun/security/mscapi/ShortRSAKey512.sh
! test/sun/security/mscapi/ShortRSAKey768.sh

Changeset: af1030be726a
Author:    valeriep
Date:      2012-05-18 12:29 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/af1030be726a

7169496: Problem with the SHA-224 support for SunMSCAPI provider
Summary: Remove SHA224withRSA signature from SunMSCAPI provider due to lack of windows support.
Reviewed-by: vinnie

! src/windows/classes/sun/security/mscapi/RSASignature.java
! src/windows/classes/sun/security/mscapi/SunMSCAPI.java
! test/sun/security/mscapi/SignUsingNONEwithRSA.java
! test/sun/security/mscapi/SignUsingSHA2withRSA.java

Changeset: 72af24348b2b
Author:    weijun
Date:      2012-05-21 15:40 +0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/72af24348b2b

7170308: timing error in the krb5 test SSL.java
Reviewed-by: xuelei

! test/sun/security/krb5/auto/SSL.java

Changeset: 9cb304dd71d4
Author:    alanb
Date:      2012-05-21 10:41 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/9cb304dd71d4

7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently
Reviewed-by: chegar

! test/java/nio/MappedByteBuffer/Truncate.java

Changeset: f109feb13698
Author:    ksrini
Date:      2012-05-21 09:40 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/f109feb13698

7170087: tools/launcher/Arrghs.java test has wrong bugID for 7151434
Reviewed-by: ohair

! test/tools/launcher/Arrrghs.java

Changeset: 0a1ef7e07e01
Author:    sla
Date:      2012-05-21 19:28 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/0a1ef7e07e01

7167157: jcmd command file parsing does not respect the "stop" command
Reviewed-by: alanb, dsamersoff, nloodin

! src/share/classes/sun/tools/jcmd/JCmd.java

Changeset: b88fc3359dc7
Author:    lana
Date:      2012-05-21 11:44 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/b88fc3359dc7

Merge


Changeset: 7def50698e78
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/jdk/rev/7def50698e78

Added tag jdk8-b40 for changeset b88fc3359dc7

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-25T03:44:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3807">
    <title>hg: hsx/hotspot-rt: Added tag jdk8-b40 for changeset a2b2d435f1d2</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3807</link>
    <description>&lt;pre&gt;Changeset: 1a8c7c530f8a
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/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:53:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3806">
    <title>hg: hsx/hotspot-emb/jaxws: Added tag jdk8-b40 for changeset09a0ddda03cb</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3806</link>
    <description>&lt;pre&gt;Changeset: f2072b164b05
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:42:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3805">
    <title>hg: hsx/hotspot-emb/jaxp: Added tag jdk8-b40 for changeset9ecfdbd6aed4</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3805</link>
    <description>&lt;pre&gt;Changeset: 6f5c0e17415d
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:42:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3804">
    <title>hg: hsx/hotspot-emb: Added tag jdk8-b40 for changeset a2b2d435f1d2</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3804</link>
    <description>&lt;pre&gt;Changeset: 1a8c7c530f8a
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:42:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3803">
    <title>hg: hsx/hotspot-emb/corba: Added tag jdk8-b40 for changeset56d030e5035f</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3803</link>
    <description>&lt;pre&gt;Changeset: 113f0d5f0a08
Author:    katleman
Date:      2012-05-24 16:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:42:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3781">
    <title>hg: hsx/hotspot-emb/hotspot: 7170197: Update JPRT default buildtargets to support embedded builds</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3781</link>
    <description>&lt;pre&gt;Changeset: 48df98e03639
Author:    dholmes
Date:      2012-05-23 20:09 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/48df98e03639

7170197: Update JPRT default build targets to support embedded builds
Reviewed-by: jcoomes, kvn

! make/jprt.properties


&lt;/pre&gt;</description>
    <dc:creator>david.holmes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-24T02:54:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3778">
    <title>code review for second hotspot FDS gobjcopy work around (7165598)</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3778</link>
    <description>&lt;pre&gt;Greetings,

This is a hotspot code review request for the second of a pair of
Full Debug Symbols gobjcopy work arounds on Solaris. The first
hotspot FDS gobjcopy work around was reviewed using bug 7165060
and that fixed the dtrace test failures.

The gobjcopy utility also crashes due to empty sections with the
SHF_ALLOC flagset on Solaris X64 objects. This causes build
failures.

The first new temporary work around tool is add_gnu_debuglink
and it was added by 7165060.The second new temporary work around
tool is:

fix_empty_sec_hdr_flags - removes the SHF_ALLOC flag from empty
     sections in ELF objects.

These temporary work arounds are only needed until the proper
Solaris 10 Update 6 patches are made available. The two patches
are independent of one another which is why there are two
separate temporary work arounds. However, we're putting the
temporary work arounds in place because the 7u6/HSX-23.2 project
window is closing fast.

Here is the webrev URL for the HSX-24 version:

http://cr.openjdk.java.net/~dcubed/fds_revamp/7165598-webrev/0/

This fix will also be backported to 7u6/HSX-23.2 and I expect the
changes to virtually identical.

Thanks, in advance, for any reviews!

Dan



&lt;/pre&gt;</description>
    <dc:creator>Daniel D. Daugherty</dc:creator>
    <dc:date>2012-05-23T19:59:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3777">
    <title>code review for JDK FDS gobjcopy work arounds (7170449)</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3777</link>
    <description>&lt;pre&gt;Greetings,

This is a JDK code review request for a pair of Full Debug Symbols
gobjcopy work arounds on Solaris. The gobjcopy utility on Solaris 10
corrupts the SUNW_* sections on objects. This has caused dtrace test
failures and Monitoring &amp;amp; Management test failures. The gobjcopy
utility crashes due to empty sections with the SHF_ALLOC flagset on
Solaris X64 objects. This causes build failures.

There are two new temporary work around tools:

add_gnu_debuglink - adds the ".gnu_debuglink" section to an ELF
     object without corrupting the other sections in the object.

fix_empty_sec_hdr_flags - removes the SHF_ALLOC flag from empty
     sections in ELF objects.

These temporary work arounds are only needed until the proper
Solaris 10 Update 6 patches are made available. The two patches
are independent of one another which is why there are two
separate temporary work arounds. However, we're putting the
temporary work arounds in place because the 7u6 project window
is closing fast.

Here is the webrev URL for the JDK8-T&amp;amp;L version:

http://cr.openjdk.java.net/~dcubed/fds_revamp/7170449-webrev/0/

This fix will also be backported to 7u6-T&amp;amp;L and I expect the
changes to virtually identical.

Thanks, in advance, for any reviews!

Dan



&lt;/pre&gt;</description>
    <dc:creator>Daniel D. Daugherty</dc:creator>
    <dc:date>2012-05-23T19:50:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3770">
    <title>RFR (XS): Run SPECjbb in headless mode in JPRT</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3770</link>
    <description>&lt;pre&gt;
All,

I'd like to get a couple of reviews of this change.

We've seen problems with intermittent and hard to debug popups when 
running SPECjbb on lights out OSX machines. To prevent the popups from 
blocking the completion of the tests this change makes SPECjbb run in 
headless mode in JPRT.

http://cr.openjdk.java.net/~mikael/7155453/webrev.00

Thanks,
Mikael


&lt;/pre&gt;</description>
    <dc:creator>Mikael Vidstedt</dc:creator>
    <dc:date>2012-05-22T20:16:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3769">
    <title>hg: hsx/hotspot-emb/hotspot: 7168280: Eliminate the generic signatureindex slot from field array for field without generic signature.</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3769</link>
    <description>&lt;pre&gt;Changeset: 71afdabfd05b
Author:    jiangli
Date:      2012-05-21 14:10 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/71afdabfd05b

7168280: Eliminate the generic signature index slot from field array for field without generic signature.
Summary: Only allocate the generic signature index slot in the field array for field with generic signature attribute.
Reviewed-by: coleenp, dlong

! agent/src/share/classes/sun/jvm/hotspot/oops/AccessFlags.java
! agent/src/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/oops/fieldInfo.hpp
! src/share/vm/oops/fieldStreams.hpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/runtime/fieldDescriptor.cpp
! src/share/vm/runtime/fieldDescriptor.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/accessFlags.hpp


&lt;/pre&gt;</description>
    <dc:creator>david.holmes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-22T02:42:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3766">
    <title>compressed pointer in hotspot</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3766</link>
    <description>&lt;pre&gt;Is there any material, i.e. published paper, documents on how compressed
pointer works in hotspot ? also, which files should i look at for how it is
implemented ?

thanks

Xin
&lt;/pre&gt;</description>
    <dc:creator>Xin Tong</dc:creator>
    <dc:date>2012-05-20T19:30:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3765">
    <title>hg: hsx/hotspot-emb/hotspot: 31 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3765</link>
    <description>&lt;pre&gt;Changeset: 4ee58fcab520
Author:    katleman
Date:      2012-05-09 13:07 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/4ee58fcab520

Added tag jdk8-b37 for changeset bfcf92bfefb8

! .hgtags

Changeset: 637c3f5f068f
Author:    amurillo
Date:      2012-05-09 14:06 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/637c3f5f068f

Merge

! .hgtags

Changeset: 3c394919ca69
Author:    katleman
Date:      2012-05-10 10:25 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/3c394919ca69

Added tag jdk8-b38 for changeset 637c3f5f068f

! .hgtags

Changeset: c7ed11779ce8
Author:    jiangli
Date:      2012-04-10 09:31 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/c7ed11779ce8

7159772: instanceKlass::all_fields_count() returns incorrect total field count
Summary: Fix instanceKlass::all_fields_count() bug.
Reviewed-by: kvn, never
Contributed-by: Jiangli Zhou &amp;lt;jiangli.zhou-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/share/vm/oops/instanceKlass.hpp

Changeset: 3576af4cb939
Author:    iveresov
Date:      2012-04-11 19:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/3576af4cb939

7160539: JDeveloper crashes on 64-bit Windows
Summary: x64 C1 needs to zero upper 32bits when doing l2i conversion
Reviewed-by: never, kvn

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

Changeset: 847da049d62f
Author:    never
Date:      2012-04-17 11:04 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/847da049d62f

7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
Reviewed-by: never, twisti
Contributed-by: nils.eliasson-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org

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

Changeset: df3d4a91f7f6
Author:    never
Date:      2012-04-18 16:08 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/df3d4a91f7f6

7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
Reviewed-by: twisti

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

Changeset: ec15e8f6e4f1
Author:    twisti
Date:      2012-04-24 12:15 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/ec15e8f6e4f1

7157695: Add windows implementation of socket interface
Reviewed-by: kvn, dholmes, twisti
Contributed-by: Nils Eliasson &amp;lt;nils.eliasson-QHcLZuEGTsvQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

! src/os/windows/vm/jvm_windows.h
! src/os/windows/vm/os_windows.cpp

Changeset: dc682d9431f3
Author:    kvn
Date:      2012-05-07 12:37 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/dc682d9431f3

7160610: Unknown Native Code compilation issue
Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match.
Reviewed-by: never, twisti

! src/share/vm/opto/superword.cpp
+ test/compiler/7160610/Test7160610.java

Changeset: 3a97daec1b34
Author:    kvn
Date:      2012-05-08 15:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/3a97daec1b34

7167266: missing copyright notes in 3rd party code
Summary: add missing copyright notes to the regression test file.
Reviewed-by: twisti, johnc

! test/compiler/7070134/Stemmer.java

Changeset: 2766551175a0
Author:    kvn
Date:      2012-05-09 10:54 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/2766551175a0

Merge

! src/share/vm/oops/instanceKlass.hpp

Changeset: a05a695ea044
Author:    stefank
Date:      2012-05-10 11:27 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/a05a695ea044

7167437: Can't build on linux without precompiled headers
Reviewed-by: brutisso, mgerdin

! src/share/vm/memory/space.hpp
! src/share/vm/memory/space.inline.hpp

Changeset: f47478089efc
Author:    brutisso
Date:      2012-05-10 14:16 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/f47478089efc

7167069: 6 VM flags crash the VM when queried via jinfo
Summary: Added missing double format to Flag::print_as_flag()
Reviewed-by: dholmes, stefank, coleenp

! src/share/vm/runtime/globals.cpp
+ test/runtime/7167069/PrintAsFlag.java

Changeset: 5799726c54d7
Author:    jcoomes
Date:      2012-05-11 06:37 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/5799726c54d7

Merge


Changeset: 73147e6c4881
Author:    amurillo
Date:      2012-05-11 14:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/73147e6c4881

Merge


Changeset: 96a403721094
Author:    amurillo
Date:      2012-05-11 14:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/96a403721094

Added tag hs24-b10 for changeset 73147e6c4881

! .hgtags

Changeset: 26423ef693ac
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/26423ef693ac

Added tag jdk8-b39 for changeset 96a403721094

! .hgtags

Changeset: 56d1af561395
Author:    amurillo
Date:      2012-05-11 14:54 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/56d1af561395

7168247: new hotspot build - hs24-b11
Reviewed-by: jcoomes

! make/hotspot_version

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

Merge


Changeset: 8f972594effc
Author:    kvn
Date:      2012-05-14 09:36 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/8f972594effc

6924259: Remove String.count/String.offset
Summary: Allow a version of String class that doesn't have count and offset fields.
Reviewed-by: never, coleenp

! src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp
! src/cpu/x86/vm/c1_LIRAssembler_x86.cpp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/memory/dump.cpp
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/graphKit.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/stringopts.cpp
! src/share/vm/opto/stringopts.hpp

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

Merge


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

7161545: G1: Minor cleanups to the G1 logging
Summary: Rename "to-space-overflow" to "to-space-exhausted", Introduce one decimal point in the size format, Add Sum to the aggregate and re-order the entries, Add number of GC workers to the log output
Reviewed-by: johnc, jwilhelm

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/utilities/globalDefinitions.hpp

Changeset: 78a1b285cda8
Author:    mikael
Date:      2012-05-15 00:56 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/78a1b285cda8

7158457: division by zero in adaptiveweightedaverage
Summary: Add ceiling to AdaptiveWeightedAverage
Reviewed-by: ysr, iveresov

! src/share/vm/gc_implementation/shared/gcUtil.cpp
! src/share/vm/gc_implementation/shared/gcUtil.hpp

Changeset: 33e366609904
Author:    johnc
Date:      2012-05-14 21:07 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/33e366609904

Merge


Changeset: 1096fc5a52eb
Author:    johnc
Date:      2012-05-15 09:49 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/1096fc5a52eb

7168294: G1: Some Full GCs incorrectly report GC cause as "No GC"
Summary: GC cause was not being set by the VM_G1CollectForAllocation VM operation.
Reviewed-by: jmasa, ysr, brutisso

! src/share/vm/gc_implementation/g1/vm_operations_g1.cpp

Changeset: cdfa5139bd58
Author:    brutisso
Date:      2012-05-15 22:26 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/cdfa5139bd58

7169056: Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
Reviewed-by: jwilhelm, johnc, dholmes

! src/share/vm/utilities/globalDefinitions.hpp

Changeset: 9d679effd28c
Author:    brutisso
Date:      2012-05-15 10:25 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/9d679effd28c

7166894: Add gc cause to GC logging for all collectors
Reviewed-by: mgerdin, johnc

! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/gc_interface/gcCause.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/genMarkSweep.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/java.hpp

Changeset: cdeda3fd141e
Author:    jcoomes
Date:      2012-05-18 10:27 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/cdeda3fd141e

Merge

! src/share/vm/runtime/arguments.cpp

Changeset: 14b0e07ab9a6
Author:    amurillo
Date:      2012-05-18 14:50 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/14b0e07ab9a6

Merge


Changeset: ff9decc8235d
Author:    amurillo
Date:      2012-05-18 14:50 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/ff9decc8235d

Added tag hs24-b11 for changeset 14b0e07ab9a6

! .hgtags

Changeset: 03d61caacd1e
Author:    amurillo
Date:      2012-05-18 14:57 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/03d61caacd1e

7170006: new hotspot build - hs24-b12
Reviewed-by: jcoomes

! make/hotspot_version


&lt;/pre&gt;</description>
    <dc:creator>alejandro.murillo-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-19T06:55:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3756">
    <title>hg: hsx/hotspot-emb/langtools: Added tag jdk8-b39 for changeseta9f547c218d9</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3756</link>
    <description>&lt;pre&gt;Changeset: 8b869afd2eb4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:50:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3755">
    <title>hg: hsx/hotspot-emb/jdk: 4 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3755</link>
    <description>&lt;pre&gt;Changeset: c2d9166f3284
Author:    ihse
Date:      2012-05-11 08:21 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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-emb/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-emb/jdk/rev/b6f529117521

Merge


Changeset: 47cd90bf0f66
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:47:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3754">
    <title>hg: hsx/hotspot-emb/jaxws: Added tag jdk8-b39 for changeset7f6b44fd3034</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3754</link>
    <description>&lt;pre&gt;Changeset: 09a0ddda03cb
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:47:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3753">
    <title>hg: hsx/hotspot-emb/jaxp: Added tag jdk8-b39 for changesetf95fdbe525c8</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3753</link>
    <description>&lt;pre&gt;Changeset: 9ecfdbd6aed4
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:47:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3752">
    <title>hg: hsx/hotspot-emb/corba: Added tag jdk8-b39 for changeset785af00e2827</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3752</link>
    <description>&lt;pre&gt;Changeset: 56d030e5035f
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/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:47:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3751">
    <title>hg: hsx/hotspot-emb: 4 new changesets</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3751</link>
    <description>&lt;pre&gt;Changeset: 955a3e8ed4f0
Author:    ohair
Date:      2012-05-10 08:26 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/rev/955a3e8ed4f0

7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
Reviewed-by: erikj, asaha, chegar, sla, dholmes, mbykov, coleenp

! get_source.sh
! make/scripts/hgforest.sh

Changeset: 8a4e92c10a9a
Author:    ohair
Date:      2012-05-11 17:52 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/rev/8a4e92c10a9a

7167976: Fix broken get_source.sh script
Reviewed-by: tbell

! make/scripts/hgforest.sh

Changeset: 8927dd68aee3
Author:    katleman
Date:      2012-05-16 22:06 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/rev/8927dd68aee3

Merge


Changeset: a2b2d435f1d2
Author:    katleman
Date:      2012-05-17 06:20 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-emb/rev/a2b2d435f1d2

Added tag jdk8-b39 for changeset 8927dd68aee3

! .hgtags


&lt;/pre&gt;</description>
    <dc:creator>john.coomes-QHcLZuEGTsvQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-18T03:47:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3743">
    <title>Request for review (S): add the JRE name to the error log</title>
    <link>http://comments.gmane.org/gmane.comp.java.openjdk.hotspot.runtime.devel/3743</link>
    <description>&lt;pre&gt;Hi all,

Could I get some review for this change, please?
https://gist.github.com/2709918#file_jre_name.patch
I'm considering this as an initial draft version, and will improve it later
on
based on comments received.

Background:

An earlier case on hotspot-dev [1][2] seemed to have hit a bug caused by
mix-
matching an Oracle JRE with a OpenJDK-based HotSpot VM.

Chris suggested [3] that, to better aid future analysis of similar problems,
it's useful to print the JRE name in the error log, in addition to the JRE
version as printed currently. This patch implements Chris' suggestion.

An example of the effect of this patch is avaiable [4].

There are a few details that I'm not too sure about yet, and I'm looking for
comments on them:

1. How and when should I get the JRE name?

The JRE name is only exposed as a field of a Java-level class, namely the
"java_runtime_name" constant field in sun.misc.Version. I couldn't find it
exposed anywhere else. It is set into the Java-level system properties, by
the
key "java.runtime.name", but that's not immediately available to the VM
side.

In my patch, I'm fetching the JRE name from
sun.misc.Version.java_runtime_name
immediately after java.lang.System.initializeSystemClass() is invoked, and
then
storing it in a static field in JDK_Version. This is safer to do then
fetching
the name during error reporting, because it may be unreliable to access Java
heap contents when the VM is crashing.

There are other alternatives that I've thought about. One is adding a new
private interface between JDK/JVM that would allow the JDK to expose its
name
to the VM directly, perhaps with a new function JDK_GetName0(). But this is
more involved then the proposed change.

2. Where should I store the JRE name?

As mentioned, I'm storing it in a newly added static field in JDK_Version
right
now. But I'm not sure if this is the place it belongs. Universe doesn't seem
like the right place, neither.

Any suggestions or comments are welcomed.

Should I cc serviceability-dev as well?

Regards,
Kris

[1]:
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2012-May/007647.html
[2]: http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-May/005711.html
[3]: http://mail.openjdk.java.net/pipermail/hotspot-dev/2012-May/005725.html
[4]: https://gist.github.com/2709918
&lt;/pre&gt;</description>
    <dc:creator>Krystal Mok</dc:creator>
    <dc:date>2012-05-16T19:44:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.openjdk.hotspot.runtime.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.runtime.devel</link>
  </textinput>
</rdf:RDF>

