From mike.duigou at oracle.com Tue Apr 1 21:32:06 2014 From: mike.duigou at oracle.com (Mike Duigou) Date: Tue, 1 Apr 2014 14:32:06 -0700 Subject: HEADSUP: Potential get_source.sh issue Message-ID: Hello all; If you are using get_source.sh to *update* local repositories be on the lookout for messages like: (run 'hg update' to get a working copy) in the output. If you see this message you need to run: sh common/bin/hgforest.sh update to update your local repo to the head. A bug in hgforest.sh last week prevented automatic updates (the "-u" was omitted from the pull command) and if you have the buggy hgforest.sh as your local copy then your local copy won't itself be updated by the fix in JDK-8038435. Sorry for the inconvenience, Mike From alejandro.murillo at oracle.com Tue Apr 1 22:19:55 2014 From: alejandro.murillo at oracle.com (Alejandro E Murillo) Date: Tue, 01 Apr 2014 16:19:55 -0600 Subject: jdk9-dev: HotSpot Message-ID: <533B3B8B.5050001@oracle.com> jdk9-hs-2014-03-28 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/f16ec21040c5 http://hg.openjdk.java.net/jdk9/dev/corba/rev/4b013eda1219 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/87b5edacb2b7 http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/93584f534ff5 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/a5eb7de6d6a2 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/b6997dd0667e http://hg.openjdk.java.net/jdk9/dev/langtools/rev/6f773742b20f http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/1a9a2d8bd800 Component : VM Status : 0 major failures, 0 minor failures Date : 04/01/2014 at 19:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Cost(total man-days): 1 Workspace : 2014-03-28-162231.amurillo.jdk9-hs-2014-03-28-jdk9-dev-control Bundles : 2014-03-28-162231.amurillo.jdk9-hs-2014-03-28-jdk9-dev-control Platforms : Others Tests :/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ Log :http://surl.us.oracle.com/pit_jdk9_007_summary Browsers : NA Patches : NA Number of Tests Executed: 366899 passed tests, 3302 failed tests (31 new failures) Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 6521376: MaxTenuringThreshold and AlwayTenure/NeverTenure consistency 6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems 8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer 8027924: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with warning 8031203: remove SafepointPollOffset 8031320: Use Intel RTM instructions for locks 8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch 8033580: Old debug information in IMPORT_JDK is not removed 8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m 8035857: Add tests to verify correctness of operations with BMI1 and LZCNT instructions 8036576: jtreg failed on Test6792161 timed out 8037140: C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto 8037149: C1: getThreadTemp should return a T_LONG register on 64bit 8037226: compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16 8037340: Linux semaphores to use CLOCK_REALTIME 8037821: Account for trampoline stubs when estimating code buffer sizes 8037915: PPC64/AIX: Several smaller fixes 8037952: Remove code duplication in Metaspace::deallocate 8037958: ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabled 8038181: Can't build product VM without precompiled header 8038193: Add command line option tests for BMI options 8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support 8038240: new WB API to get nmethod 8038262: Workaround for ccache in vm.make is missing for aix 8038286: nm->set_rtm_state() should be called after (nm != NULL) check 8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes New bugs filed: JDK-8038318, JDK-8038314, JDK-8038322, JDK-8038321, JDK-8038330, JDK-8038333 New bugs filed: JDK-8038950, JDK-8038947 Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: Issues and Notes: -- Alejandro From Alan.Bateman at oracle.com Thu Apr 3 08:16:24 2014 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Thu, 03 Apr 2014 09:16:24 +0100 Subject: Result: New jdk9 Reviewer: Roger Riggs Message-ID: <533D18D8.1070702@oracle.com> Voting for Roger Riggs [1] is now closed. Yes: 31 Veto: 0 Abstain: 0 Accordining to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. -Alan. [1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-March/000542.html From joe.darcy at oracle.com Fri Apr 4 00:52:17 2014 From: joe.darcy at oracle.com (Joe Darcy) Date: Thu, 03 Apr 2014 17:52:17 -0700 Subject: Coming soon: serial lint warning enabled in the jdk build In-Reply-To: <530B9590.5060706@oracle.com> References: <530B9590.5060706@oracle.com> Message-ID: <533E0241.2010605@oracle.com> Hello, Following up, the serial warning is now enabled in the jdk repo in the dev forest: 8032977: Add serial lint warning to build of jdk repository http://hg.openjdk.java.net/jdk9/dev/jdk/rev/a73632def406 Therefore the introduction of any new serializable class without a serialVerionUID (or @SuppressWarning("serial") annotation) will not pass the build. Cheers, -Joe On 02/24/2014 10:55 AM, Joe Darcy wrote: > Hello, > > In my JDK 9 development forest, I have a collection of changes that > will resolve all the serial warnings in the jdk repo. [1] Over the > next few weeks, these changes will go through review and integration. > Once all the warnings are resolved, the serial lint warning will be > enabled in the build. [2] > > Once that warning is enabled, all serializable classes must either > declare a serialVersionUID or must have a @SuppressWarnings("serial") > annotation. > > If a class has the usual long-term serialization contract, then it > should declare a serialVersionUID. This is true both for classes that > are part of Java SE (generally the java.* and javax.* namespaces) and > classes that are marked as jdk.Exported(true) in the com.sun.* and > jdk.* packages. If the class existed in JDK 8 or earlier, the > serialVersionUID should match the result of the serialver computation > in the earlier release. If the class is new in JDK 9, any value for > the serialVersionUID can be used at the discretion of the maintainer > of the class. > > If a class is serializable but does *not* have a long-term > serialization contract, such as many swing classes, then the class > should have a @SuppressWarnings("serial") annotation with a comment > explaining why the warning should be suppressed. In the patches I've > worked on explanation have included: > > * "Same-version serialization only" -- swing serial contract > * "Superclass is not serializable across versions" -- subclass of a > swing class > * "JDK implementation class" -- e.g. a sun.* class or a > jdk.Exported(false) class > * "Anonymous class" -- anonymous classes and long-term serialization > don't interact well > > In particular, since all exception types are serializable (thanks > RMI!), new exception types introduced in JDK 9 must either have a > serialVersionUID or a @SuppressWarnings("serial") annotation. > > Cheers, > > -Joe > > [1] JDK-8032976 Fix serial lint warnings in jdk libraries, > https://bugs.openjdk.java.net/browse/JDK-8032976 > > [2] JDK-8032977, Add serial lint warning to build of jdk repository, > https://bugs.openjdk.java.net/browse/JDK-8032977 g From joe.darcy at oracle.com Fri Apr 4 23:33:49 2014 From: joe.darcy at oracle.com (Joseph Darcy) Date: Fri, 04 Apr 2014 16:33:49 -0700 Subject: Next up: rawtype and unchecked lint warning cleanup Message-ID: <533F415D.4030903@oracle.com> Hello, With the serial javac lint warnings in the jdk repo resolved [1], the largest remaining category of lint warnings are for rawtypes and unchecked conversions. Both of these kind of warnings are related to incomplete generification and so they need to be addressed together. At the end of JDK 8, the jdk repo has approximately 4150 raw and unchecked warnings; in contrast, the JDK 9 dev jdk repo only has about 2800 raw and unchecked warnings. Clearing those remaining 2800 warnings will be tracked using subtasks of JDK-8039096 Fix raw and unchecked lint warnings in jdk libraries https://bugs.openjdk.java.net/browse/JDK-8039096 Cheers, -Joe [1] http://mail.openjdk.java.net/pipermail/jdk9-dev/2014-April/000580.html From lana.steuck at oracle.com Wed Apr 9 18:54:41 2014 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 9 Apr 2014 11:54:41 -0700 (PDT) Subject: jdk9-b08: dev Message-ID: <201404091854.s39IsfwU020208@jano-app.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/0afb18a7ea48 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/e5706ff02eb0 http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/9852f4b96d03 http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/7eea0aa4c7ad http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/4573415672de http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/3b360a77658e http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/e6623c7b1437 http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/6f5c9ccad0bf --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-6521376 hotspot MaxTenuringThreshold and AlwaysTenure/NeverTenure consistency JDK-6536943 hotspot Bogus -Xcheck:jni warning for SIG_INT action for SIGINT in JVM started from non-interactive shell JDK-6653795 hotspot C2 intrinsic for Unsafe.getAddress performs pointer sign extension on 32-bit systems JDK-6898851 tools Compiling against this corrupt class file causes a stacktrace from javac JDK-6943190 core-libs TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands JDK-6964512 security-libs closed/sun/security/provider/SeedGenerator/Fips.java failing intermittently JDK-6976636 hotspot JVM/TI test ex03t001 fails assertion JDK-7060920 infrastructure JDK/JRE README is out of date JDK-7107611 security-libs sun.security.pkcs11.SessionManager is scalability blocker JDK-7118295 tools javac does not explicitly close -Xstdout file JDK-7119135 infrastructure JFB: remove 'fb' from jdk and jre bundle name for jfb build JDK-7124255 client-libs [macosx] java.awt.List: method select(int) doesn't work before be visible JDK-7124417 client-libs [macosx] failure in Window.initGC on Mac with monitor sleeping JDK-7129531 install javascrub needs dynamic way of predicting GUID JDK-7158615 client-libs [macosx] Some TrayIcon tests presume action trigger on BUTTON1 JDK-7161320 client-libs TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code) JDK-8003653 install Java items on Start Menu still exist even after all JREs from the system are removed. JDK-8005748 client-libs [parfait] Memory leak at jdk/src/closed/share/native/sun/font/scalerMethods.c JDK-8007561 deploy [parfait] Possible null pointer dereference in deploy/src/javaws/share/native/propertyParser.c JDK-8008114 client-libs [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c JDK-8009923 install AU build should not be looking for signtool.exe or resetting SIGN_FLAG JDK-8012224 client-libs AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell JDK-8012364 install The final resultant page has layout issue JDK-8014066 core-libs Mistake in documentation of ArrayList#removeRange JDK-8015783 install Batch of JavaRemovalToolClassic fixes JDK-8016487 install uninstaller applet does not display Note text when a list of insecure versions is long JDK-8020103 deploy DRS - Accessibility keyboard shortcut does not work in viewing certificate details JDK-8020532 install After uninstall jaureglist.xml file still remains on the disk JDK-8021612 install [macosx] The JRE installer does not look right with 8 b100 promotion build. JDK-8022531 client-libs [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog. JDK-8023475 client-libs [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results JDK-8024239 deploy Change deploy build target to (N-3) JDK-8024322 install new msi project should use new cmdparser JDK-8025209 core-libs Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java JDK-8025293 core-libs JNI exception pending checks in java.net JDK-8025433 client-libs [TEST_BUG] closed/javax/swing/Security/6378709/FakeEvent.java failed since jdk8b108 JDK-8025505 tools Constant folding deficiency JDK-8025550 hotspot valgrind: Conditional jump depends on uninitialised value in Arena::set_size_in_bytes() JDK-8025726 deploy Certificate rule in DRS does not work for Java Web Start app when caching is turned off JDK-8026154 hotspot [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java failed due to exception JDK-8026570 globalization NLS: jdk8 man page update JDK-8027295 hotspot Free CSet takes ~50% of young pause time JDK-8027821 deploy For signed jars without manifest "Permissions", there is still security warning dialog before Application Error (Or blocked) Dialog. JDK-8027914 embedded Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer JDK-8027924 hotspot gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with warning JDK-8028050 client-libs Typo correction needed s/Classlaoder/Classloader/ JDK-8028170 install 64-bit jre installer Launches 32-bit IE when IERESTART registry key set JDK-8028748 install Omniture tags for streamlined applet JDK-8028808 deploy Exception Site List same site repeated JDK-8029008 client-libs [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending JDK-8029075 hotspot String deduplication in G1 JDK-8029095 core-svc TESTBUG: sun/management/snmp/bootstrap/SnmpNotifBootStrapTest.sh JDK-8029143 docs javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present JDK-8029248 deploy Layout problem on Exception site list dialog in ja, ko, de, es, fr, pt_BR JDK-8029362 client-libs [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending JDK-8029649 deploy Reduce dialog frequency when app is run multiple times JDK-8029672 core-libs Test java/net/SocketPermission/BindTest.java fails since JDK 6u71 b09 JDK-8029716 install [JDK 8 b112] INSTALLDIR is ignored when installing JDK JDK-8029811 client-libs ClassCastException in SwingSet2 demo when using Nimbus, caused by failure to use EDT JDK-8030060 install [JDK 8-cpu-repo testing] Online JRE installation aborted with an error dialog JDK-8030103 core-svc Java Usage Tracker: need to escape separator chars JDK-8030114 security-libs [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending JDK-8030640 client-libs [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2 JDK-8030681 infrastructure add "serve" command and --quiet and --verbose options to hgforest JDK-8030707 client-libs [Parfait] warnings from b119 for jdk/src/closed/share/native/sun/awt/image/jpeg: JNI exception pending JDK-8030780 other-libs test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind JDK-8030787 client-libs [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image JDK-8030946 infrastructure No jmc.1 for man page of JMC JDK-8031003 security-libs [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending JDK-8031024 embedded SEGV in AsyncGetCallTrace while getting StackOverflowException via jdi JDK-8031196 deploy String typo of "all-permissons" in DeployManifestChecker.java JDK-8031203 hotspot remove SafepointPollOffset JDK-8031300 infrastructure No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx JDK-8031320 hotspot Use Intel RTM instructions for locks JDK-8031419 embedded Non-configure based SE ARM builds don't disable Tiered compilation JDK-8031425 tools Two langtools/javac tests fail by timeout on Windows JDK-8031446 install Need to update the ds build scripts to stage the sponsors files automatically JDK-8031453 install jdk builds fail on JPRT windows systems in install JDK-8031456 deploy DRS: Locale attribute for message element does not work with just language code JDK-8031558 xml closed/javax/xml/jaxp/common/8014530/IncreasedMemoryTest.java fails intermittently JDK-8031563 core-libs TEST_BUG: java/nio/channels/Selector/ChangingInterests.java failed once JDK-8031579 deploy Spurious Missing Manifest Permissions Attribute Warning When Launching versioned Java Web Start app JDK-8031584 security-libs [parfait] warnings from b03 for jdk/src/closed/solaris/native/com/oracle/security/ucrypto: JNI exception pending JDK-8031597 install Need msi with one-file-per-componet JDK-8031625 docs javadoc problems referencing inner class constructors JDK-8031693 hotspot Two nsk/hprof/options/cpu failed with Stack Overflow in JFR on Linux-amd64 in Promotion testing of JDK8 b123 JDK-8031765 client-libs [TEST] Child process error stream is not empty! JDK-8031996 deploy Java.Lang.Reflect.InvocationTargetException When Cache Has Disabled JDK-8032038 install need to fix new msi wrapper extraction issue JDK-8032066 tools Serialized form has broken links to non private inner classes of package private JDK-8032198 install JDK 8 Install Files have wrong license header, have GPL header and should have commercial header. JDK-8032210 install Java uninstall tool has some problems of handling JRE 8 JDK-8032217 infrastructure jdk8 b124 linux and mac build failed in man page process for non commercial build JDK-8032376 install Change text on uninstallapplet.jsp page JDK-8032383 deploy [nightly] Serialized applets launch fails with NPE JDK-8032443 client-libs Java Access Bridge version strings need to be fixed JDK-8032444 client-libs Java Access Bridge - DeleteGlobalRef fails when Java is run with Xcheck:jni JDK-8032458 install Create library to run HTML UI for Install/AU JDK-8032459 deploy Reduce dialog frequency feature - dialog is suppressed even if JRE is below security baseline JDK-8032475 deploy Deploy to expose/create API for Java related settings in JCP JDK-8032491 core-libs DateTimeFormatter fixed width adjacent value parsing does not match spec JDK-8032499 install Offline bundles no longer send ping JDK-8032590 deploy RDF doesn't work for javaws apps without jnlp href launched from command line JDK-8032628 deploy Reduce dialog frequency: local unsigned applet decision is not remembered JDK-8032676 deploy RDF (8029649) can cause performance problem when Revocation check times out. JDK-8032843 client-libs Java Access Bridge - Missing exception check on JNI upcall JDK-8032868 install Mac AU has a half-implemented URL by default, resulting in broken AU JDK-8032872 client-libs [macosx] Cannot select from JComboBox in a JWindow JDK-8032878 client-libs Editable combos in table do not behave as expected JDK-8032883 deploy java.lang.UnsupportedClassVersionError occurs while accessing an applet JDK-8033075 other-libs Broken LInk in CORBA API docs JDK-8033175 deploy Regression caused by JDK-8029649, secondary dialog not shown JDK-8033227 deploy The case:api/javax_jnlp/SingleInstanceService/index.html#AddRemove failed automatically JDK-8033298 install Need to fix the merge issue for the install workspace JDK-8033389 deploy Remove Medium security level in Java Control Panel JDK-8033400 deploy DRS: Mechanism for system administrators to overrule the JRE version used to launch an applet JDK-8033489 install Revamp hudson build scripts for better performance and design JDK-8033531 install JUT cannot parse version of internal build JDK-8033534 client-libs [macosx] Get MultiResolution image from native system JDK-8033562 hotspot TestClassUnloadEvent.java got too many vm/class/unload events JDK-8033566 hotspot [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch JDK-8033580 hotspot Old debug information in IMPORT_JDK is not removed JDK-8033583 deploy RDF: should only use longer (https) timeframe if all URLs are from same domain (host, protocol, port) JDK-8033662 core-libs java.time.format.DateTimeFormatter doesn't set zone when parsing JDK-8033712 client-libs Fix more serial lint warnings in sun.awt JDK-8033740 deploy Java Control Panel crash JDK-8033806 deploy Java Control Panel appears at center and then slides to bottom left of screen JDK-8033908 client-libs Fix serial lint warnings in com.sun.java.swing.plaf JDK-8033926 hotspot Update hotspot/make/jprt.properties to use jdk 9 instead of jdk 8 JDK-8034030 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m JDK-8034034 hotspot [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m JDK-8034037 client-libs [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m JDK-8034044 core-libs Class.getModifiers() returns "static" for anonymous classes JDK-8034045 hotspot -XX:FlightRecorderOption=defaultrecording=true doesn't respect settings argument JDK-8034079 hotspot G1: Refactor the HeapRegionSet hierarchy JDK-8034095 client-libs [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m JDK-8034097 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m JDK-8034100 install html_ui: implement link handling JDK-8034113 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m JDK-8034119 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m JDK-8034169 client-libs Fix serial lint warnings in javax.swing JDK-8034181 core-libs (sctp) SIGBUS in SctpChannelImpl receive JDK-8034192 deploy JavaWS fails if element has non-matching attributes specified JDK-8034207 deploy Reduce dialog frequency feature - dialog is suppressed even if JRE is expired JDK-8034209 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m JDK-8034211 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m JDK-8034214 client-libs [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m JDK-8034219 install 8u5 JDK welcome dialog: Update text is missed JDK-8034819 deploy Java Control Panel does not honor system date/time settings JDK-8034868 hotspot Extract G1 From Card Cache into separate class JDK-8034933 tools Types.directSupertypes() incorrectly returns java.lang.Object as the super type of interfaces JDK-8034947 install Update Omniture Page names JDK-8034955 client-libs JLabel/JToolTip throw ClassCastException for "a" JDK-8034956 install fully commit to new msi design JDK-8034961 install JDK 9 PIT has issues JDK-8034996 install JDK9 - no solaris *amd64* bundle JDK-8035058 deploy "Don't ask again..." doesn't work for expired native dialog on Ubuntu JDK-8035069 client-libs [macosx] Loading resolution variants by demand JDK-8035070 install Replace AU vcxproj files with plain GNU makefiles JDK-8035072 install Improve JavaScript scripts used for generation of sln/vcxproj files from project makefiles and for HTML UI JDK-8035099 core-libs LocalTime with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect JDK-8035104 tools reorder class file attributes in javap listing JDK-8035158 core-libs Remove dependency on sun.misc.RegexpPool and friends JDK-8035164 hotspot [TESTBUG] closed/runtime/4345157/Prog.java fails if path to libjvm.so is longer than 120 characters JDK-8035168 client-libs [macosx] Remove CThreading class JDK-8035171 client-libs KSS: sun.awt.shell.Win32ShellFolderManager2 JDK-8035177 client-libs KSS: sun.awt.shell.ShellFolder JDK-8035183 install Improve installer build system JDK-8035188 client-libs KSS: javax.swing.plaf.basic.BasicComboBoxEditor JDK-8035189 install Replace .vcxproj for installer dll with plan makefiles JDK-8035190 install Migrate unix wrappers makefiles to smartmake JDK-8035199 install DS build fails building unit tests JDK-8035280 install Solaris 8u5 patch log - javasettings: cannot execute JDK-8035313 client-libs Change SwingLazyValue usage to lambda JDK-8035320 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp JDK-8035321 deploy REGRESSION: There is no '-Daaa=/home/test' for javaplugin.vm.options after clicking on the JCP and pressing 's' key to dump system properties JDK-8035325 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp JDK-8035327 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp JDK-8035330 hotspot Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure JDK-8035332 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp JDK-8035337 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp JDK-8035340 core-libs (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions JDK-8035398 hotspot Add card redirty time in "Other" time in G1 JDK-8035406 hotspot Improve data structure for Code Cache remembered sets JDK-8035437 xml Xerces Update: xml/serialize/DOMSerializerImpl JDK-8035443 deploy Two api/javax_swing/text/JTextComponent TCK tests fail under plugin only JDK-8035577 xml Xerces Update: impl/xpath/regex/RangeToken.java JDK-8035600 install 7u60 was shown twice under the secure java section JDK-8035609 install uninstaller applet 1.4 ui issues JDK-8035610 deploy Applets lock several JREs JDK-8035611 install uninstaller applet 1.4 cannot uninstall JRE 7u45 (64bit) JDK-8035618 other-libs Four api/org_omg/CORBA TCK tests fail under plugin only JDK-8035622 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp JDK-8035626 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h JDK-8035627 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp JDK-8035629 client-libs [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp JDK-8035630 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c JDK-8035632 client-libs [TEST_BUG] CYGWIN path separator should differ from Windows separator JDK-8035654 hotspot Add times for evacuation failure handling in "Other" time JDK-8035669 install Replace .vcxproj for "files in use" with plain makefile JDK-8035670 install Replace all .vcxproj for new msi with plain makefiles JDK-8035692 client-libs Fix serial lint warnings in mac-specific code JDK-8035711 install Unix installer builds failing JDK-8035721 deploy FileNotFoundException when SetupHelper.blackListJarFile JDK-8035743 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp JDK-8035747 client-libs [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp JDK-8035750 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp JDK-8035751 infrastructure Clean up Visual Studio detection logic JDK-8035756 client-libs [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp JDK-8035768 tools Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound JDK-8035806 deploy Investigate com.sun.javaws.security.JNLPSignedResourcesHelperTest.DISABLED_testWarmupValidationWithSignedJNLP JDK-8035815 hotspot Cache-align and pad the from card cache JDK-8035833 infrastructure MacOracleSigner definition needs to be updated to use Client.jar 2.0.0.0 JDK-8035837 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp JDK-8035843 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp JDK-8035847 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp JDK-8035857 hotspot Add tests to verify correctness of operations with BMI1 and LZCNT instructions JDK-8035858 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp JDK-8035867 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp JDK-8035870 core-libs Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions JDK-8035886 install Suppress 'Restart Required' UE from 1.4 Removal Tool Applet JDK-8035890 tools jdk8 javac -source 7 compiles test case it should not JDK-8035930 core-libs Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions JDK-8035956 tools javac, incomplete error message JDK-8035985 install 7u51 was detected as out-of-date version JDK-8036018 install [9b05 PIT] installer.dll not installed - causing uninstall failure JDK-8036022 client-libs D3D: rendering with XOR composite causes InternalError. JDK-8036025 hotspot Sort the freelist in order to shrink the heap JDK-8036030 xml Update JAX-WS RI integration to latest version JDK-8036055 client-libs [TEST_BUG] waitForIdle() does not work in closed/java/awt/Container/ZOrder/Test.java JDK-8036103 client-libs Cleanup of java.awt and java.awt.peer packages JDK-8036118 install JUT should support fastdebug versions JDK-8036128 hotspot Remove deprecated VM flag UseVMInterruptibleIO JDK-8036134 core-libs Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions JDK-8036576 hotspot jtreg failed on Test6792161 timed out JDK-8036581 install Some text of JUT is not rendered JDK-8036600 core-libs JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c JDK-8036601 core-libs JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c JDK-8036603 core-libs Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions JDK-8036607 core-libs JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c JDK-8036609 core-libs Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions JDK-8036622 deploy ESL: ESL doesn't work for javaws app with no href and secure vm-args when app is cached JDK-8036629 deploy Investigate failed testcases of com.sun.deploy.util.BlackListTest.testWithInstanceNoSuchFile JDK-8036630 hotspot Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array JDK-8036631 deploy Fix Deployment Unit Test Timeout on Hudson JDK-8036634 deploy More Information hyperlink in Blocked Application Dialog needs to use a new URL JDK-8036672 hotspot G1: alloc_purpose in copy_to_survivor_space() used incorrectly JDK-8036673 hotspot G1: Abort weak reference processing if mark stack overflows JDK-8036674 deploy test co-location: remove old SQE blackbox tests. JDK-8036696 hotspot Add metaspace gc threshold to metaspace summary trace event JDK-8036698 hotspot Add trace event for updates to metaspace gc threshold JDK-8036699 hotspot Add trace event when a metaspace allocation fails JDK-8036701 hotspot Add trace event when a metaspace throws out of memory error JDK-8036703 hotspot Add trace event with statistics for the metaspace chunk free lists JDK-8036710 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp JDK-8036717 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp JDK-8036736 deploy Remove remnants of jqs and htmlconverter source JDK-8036742 infrastructure Don't attempt to build jqs-all JDK-8036746 deploy Exclude some tests that failed or causes error on Linux JDK-8036757 client-libs [macosx] Space menu accelerator not rendered correctly JDK-8036759 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp JDK-8036760 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp JDK-8036761 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp JDK-8036762 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp JDK-8036768 install replace AU dialog (AUWelcome) with HtmlUI JDK-8036780 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp JDK-8036781 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp JDK-8036782 client-libs [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp JDK-8036783 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp JDK-8036785 core-libs ChronoLocalDate refers to generics that have been removed JDK-8036787 client-libs [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp JDK-8036788 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp JDK-8036790 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp JDK-8036791 install Uninstall selection page of JUT is overloaded JDK-8036792 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp JDK-8036793 client-libs [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp JDK-8036840 install non-windows build is broken JDK-8036858 install JRT log doesn't show JavaVersions JDK-8036860 hotspot Pad and cache-align the BiasedMappedArray JDK-8036880 install Implement DRS feature in JUT JDK-8036930 client-libs Type1 font not loaded by java.awt.Font.createFont JDK-8036938 deploy BaseDirTest.testUserDir Failure on linux JDK-8036950 install need to turn on new patching mechanism during install runtime JDK-8036959 deploy Some JNLPSignedResourcesHelperTest tests fail on linux-amd64 JDK-8036968 install Use vanity URL in legacy plugin message JDK-8036970 security-libs Accessing Tomcat 8.0.3 via HTTPS doesn't work using TLS 1.2 GCM with ucrypto provider JDK-8036973 deploy Correct hyperlink used in Blocked Application Dialog JDK-8037044 install unpack200.exe calls are broken on windows JDK-8037087 install Replace all .vcxproj for online wrappers, old jdk wrapper, both 32/64 bit jre wrapper JDK-8037088 install Improve jdk msi makefiles JDK-8037089 install Fix installer makefiles to allow use of '-j' GNU make option JDK-8037099 client-libs [macosx] Remove all references to GC from native OBJ-C code JDK-8037117 client-libs Javadoc cleanup of javax.sound.midi.spi package JDK-8037119 deploy jdk9-client build failure caused by a jar not found JDK-8037139 client-libs Fix serial lint warnings in sun.print JDK-8037140 hotspot C1: Incorrect argument type used for SharedRuntime::OSR_migration_end in LIRGenerator::do_Goto JDK-8037149 hotspot C1: getThreadTemp should return a T_LONG register on 64bit JDK-8037173 client-libs Fix serial lint warnings in sun.audio JDK-8037174 client-libs Fix serial lint warnings in sun.applet JDK-8037176 install Prepare JUT for jdk8 release JDK-8037199 install LZMA-archived jre msi-s ignored JDK-8037225 core-svc sun/tools/jinfo/Basic.sh fails JDK-8037226 hotspot compiler/7196199/Test7196199.java fails on 32-bit linux with MaxVectorSize > 16 JDK-8037251 install JRE Destination window missing in JDK installation JDK-8037258 security-libs AIOB while parsing CRL for revoked certificate JDK-8037274 hotspot sun.tools.attach.WindowsVirtualMachine#createPipe() needs more descriptive message when pipe creation fails JDK-8037287 client-libs Windows build failed after JDK-8030787 JDK-8037298 infrastructure Export HotSpots 'optimized' (i.e. not-product) configuration in the top-level configure/makefile JDK-8037340 hotspot Linux semaphores to use CLOCK_REALTIME JDK-8037345 core-svc com/sun/jdi/* tests can fail, with race condition on log files JDK-8037371 client-libs [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails JDK-8037377 client-libs Windows: compilation failed after the fix for 8033712 JDK-8037407 hotspot G1: Remove heapRegionSets.cpp JDK-8037414 infrastructure Licensee Source Bundles build issue JDK-8037480 deploy DeployCacheHandlerTest NPE due to server resourse cleanup JDK-8037495 hotspot Remove platform specific specification of SurvivorRatio for BSD JDK-8037498 hotspot JFR Method samples have inaccurate timestamps (too late) JDK-8037507 core-libs [javadoc] Broken link in javax/sql/rowset/package.html JDK-8037509 install Create SmartMake based Makefiles for the un-install native code JDK-8037510 hotspot CMM Testing: Min/MaxHeapFreeRatio flags should be manageable through the API JDK-8037518 deploy Unit Test Failures due to RDF and other 8u5 changes. JDK-8037542 install uninstaller not removing AU2.0 JDK-8037562 core-libs Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys JDK-8037564 core-libs TEST_BUG: test closed/com/sun/rowset/internal/xmlreadercontenthandler/InvalidTypeTest.java should not write to testbase JDK-8037743 client-libs 2d nightly: wrong class cast to DigraphNode JDK-8037776 client-libs [macosx] Swing app fails to exit after last window is disposed when security manager is enabled JDK-8037779 core-libs NoPersistenceCachingTest fails with ant test JDK-8037781 core-libs Remove sun.misc.Regexp* classes JDK-8037782 deploy Fix server issue in some tests and WebServer JDK-8037786 install All fastdebug builds are failing JDK-8037821 hotspot Account for trampoline stubs when estimating code buffer sizes JDK-8037822 install rollback AUWelcomeDialog to ATL JDK-8037825 core-svc Fix warnings and enable "warnings as errors" in serviceability native libraries JDK-8037840 client-libs [macosx] Rewrite CWarning window to eliminate the ExecutorService JDK-8037857 core-libs Methods j.u.Arrays.spliterator/stream(X[], int, int) throw IAE instead of specified AIOOBE when endIndex < startIndex JDK-8037864 core-svc Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt JDK-8037868 client-libs The build is broken after the JDK-8035630 JDK-8037883 deploy new unit test failure on linux-amd64: com.sun.javaws.PreloaderTest.testProgressInOfflineMode JDK-8037889 install [nightly] WEB_JAVA and WEB_JAVA_SECURITY_LEVEL Not working for JRE9 JDK-8037908 install swing broken in latest 9-client nightly JDK-8037915 hotspot PPC64/AIX: Several smaller fixes JDK-8037945 core-libs Paths.get("").normalize() throws ArrayIndexOutOfBoundsException JDK-8037952 hotspot Remove code duplication in Metaspace::deallocate JDK-8037958 hotspot ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabled JDK-8037962 hotspot metaspaceTracer.cpp misses a symbol JDK-8038027 infrastructure DTDBuilder should be run in headless mode JDK-8038080 core-libs annotation processors don't visit declaration parameter annotations JDK-8038106 client-libs PIT: access problem to a PrinterJob on OS X JDK-8038163 tools Build failure on Mac OS 10.9.2 (Mavericks) due to warning treated as error JDK-8038177 core-libs Eliminate unnecessary dependency to sun.security.action JDK-8038181 hotspot Can't build product VM without precompiled header JDK-8038186 core-libs [TESTBUG] improvements of test j.l.i.MethodHandles JDK-8038193 hotspot Add command line option tests for BMI options JDK-8038217 client-libs SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos JDK-8038218 infrastructure Existence check in IncludeCustomExtension broken JDK-8038222 hotspot Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support JDK-8038233 core-svc Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect() JDK-8038240 hotspot new WB API to get nmethod JDK-8038242 client-libs Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event JDK-8038256 install [nightly] jdk9 silent install Not install public JRE by default JDK-8038257 install [nightly] public jre installed to jre9 directory when install jdk9 in GUI mode JDK-8038262 hotspot Workaround for ccache in vm.make is missing for aix JDK-8038276 core-libs java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface JDK-8038286 hotspot nm->set_rtm_state() should be called after (nm != NULL) check JDK-8038304 hotspot Add back copyright to VMJFR.c JDK-8038307 xml JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode JDK-8038333 core-libs TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message JDK-8038340 infrastructure Cleanup and fix sysroot and devkit handling on Linux and Solaris JDK-8038343 core-svc Eliminate use of reflection to access JavaBeans Introspector JDK-8038383 install Java Update failed with security integrity check JDK-8038399 hotspot Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes JDK-8038435 infrastructure Some hgforest.sh commands don't receive parameters JDK-8038438 core-libs (sctp) Review comments from 8034181 JDK-8038451 core-libs Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder JDK-8038456 core-libs improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods JDK-8038459 core-libs (sctp) Remove superflous classes on platforms without an implementation [macosx, aix] JDK-8038462 hotspot [TESTBUG] jfr/api/FlightRecorderMBeanTest/TestGetStartEndTime.java should not fail if times are equal JDK-8038488 client-libs Tidy warnings cleanup for java.beans JDK-8038493 core-libs Tidy warnings cleanup for java.sql JDK-8038615 core-libs test262 repo is now a git repo in github JDK-8038638 core-libs Persistent store for compiled scripts JDK-8038653 core-libs Clarify that Time.toLocalTime treats the nanos as 0 JDK-8038754 security-libs ReplayCacheTestProc test fails with timeout JDK-8038844 docs Broken links in the Fac FAQ in the RIA guide JDK-8038935 core-libs closed/java/net/SocketPermission/BindTest.java still failing after 8029672 JDK-8038940 core-svc c.s.j.r.i.ClientNotifForwarder$LinearExecutor prone to data races JDK-8039047 core-libs Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed JDK-8039088 core-libs Borken links to the JDBC spec and tutorial in src/share/classes/javax/sql/package.html JDK-8039108 other-libs Build Broken : 8035618 fix breaks corba build JDK-8039114 other-libs Build failure - JDK-8039108 issue JDK-8039118 security-libs Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName) From alejandro.murillo at oracle.com Fri Apr 11 18:33:16 2014 From: alejandro.murillo at oracle.com (alejandro murillo) Date: Fri, 11 Apr 2014 12:33:16 -0600 Subject: jdk9-dev: HotSpot Message-ID: <5348356C.2050102@oracle.com> jdk9-hs-2014-04-04 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/db045d8faa09 http://hg.openjdk.java.net/jdk9/dev/corba/rev/2da7fead826b http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/4dedef5e51ed http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/3b360a77658e http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/2d9f4166e0be http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15b75b2df725 http://hg.openjdk.java.net/jdk9/dev/langtools/rev/ea02d24b3f1d http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/4764920fd81d Component : VM Status : 0 major failures, 0 minor failures Date : 04/08/2014 at 22:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Cost(total man-days): 1 Workspace : 2014-04-04-172335.amurillo.jdk9-hs-2014-04-04-jdk9-dev-control Bundles : 2014-04-04-172335.amurillo.jdk9-hs-2014-04-04-jdk9-dev-control Platforms : Others Tests :/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ Log :http://surl.us.oracle.com/pit_jdk9_008_summary Browsers : NA Patches : NA Number of Tests Executed: 177767 passed tests, 964 failed tests (31 new failures) Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 7090324: gclog rotation via external tool 7189721: nightly tests failed on JDI attaching 8001532: C2 node files refactoring 8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on 8012125: Comments for ConstantPoolCache should reflect the addition of resolved_references in ConstantPool 8016039: jvm.lib is missing from export list unless building server 8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline 8031755: Type speculation should be used to optimize explicit null checks 8031820: NPG: Fix remaining references to metadata as oops in comments 8032222: [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java fails on Mac OS with java.lang.RuntimeException 8033251: Use DWARF debug symbols for Linux 32-bit as default 8036666: VMTI GetObjectMonitorUsage does not return correct recursion count 8036767: PPC64: Support for little endian execution model 8037295: Add size_t versions of Atomic::add, dec, and inc 8037959: BitMap::resize frees old map before copying memory if !in_resource_area 8037970: make PrintMethodData a diagnostic options 8038201: Clean up misleading usage of malloc() in init_system_properties_values() 8038393: [TESTBUG] ciReplay/* tests fail after 8034775 8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS 8038405: Clean up some virtual fucntions in Space class hierarchy 8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace 8038498: Fix includes and C inlining after 8035330 8038628: Remove unused Closure::abort() 8038630: Remove ExtendedOopClosure::prefetch_style() 8038633: crash in VM_Version::get_processor_features() on startup 8038829: G1: More useful information in a few assert messages 8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops 8039045: PPC64: need include in adl generated files after 8001532 New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: Issues and Notes: Due to: INTJDK-7610275 we were unable to run entire VM TestBase tests. We just run some test lists of a several platforms: solaris-x64, linux-x64, windows-x64 Nothing critical has been discovered. Taking into account that we are in very beginning of JDK 9 we are ok to say "go for integration" without -- Alejandro From Alan.Bateman at oracle.com Mon Apr 14 14:01:49 2014 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Mon, 14 Apr 2014 15:01:49 +0100 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? Message-ID: <534BEA4D.2050701@oracle.com> I'm interested to get a sense for how many people run/debug with the intermediate build output that is $OUTPUT/jdk. That is, the developer build that has the class files on the file system rather than images (ie: no rt.jar, no tools.jar, everything in jdk/classes on the boot class path). In the dark days of the old build then this was the modus operandi for many of us, partly because the images target took longer that a round trip to the coffee machine, partly because it could be combined with make -f to run specific make files for fast edit-build-debug. The context for the question is modules where we need to figure some of the infrastructure/build changes to get us to the point where the source code is organized by module and where the build evolves to compile everything as modules. Draft JEPs coming on this soon and for now I'm just trying to get a feel for common it is to run with the intermediate output that is $OUTPUT/jdk and whether folks do anything more than run tests or just use it for debugging. -Alan. From paul.sandoz at oracle.com Mon Apr 14 14:20:38 2014 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Mon, 14 Apr 2014 16:20:38 +0200 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <534BEA4D.2050701@oracle.com> References: <534BEA4D.2050701@oracle.com> Message-ID: <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> On Apr 14, 2014, at 4:01 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote: > > I'm interested to get a sense for how many people run/debug with the intermediate build output that is $OUTPUT/jdk. That is, the developer build that has the class files on the file system rather than images (ie: no rt.jar, no tools.jar, everything in jdk/classes on the boot class path). > Almost always, unless i need to hook things up to the IDE, which does not grok the exploded JDK layout, or in the final stages of local testing. Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead). While there have been huge improvements to the build process i am still too impatience :-) Paul. > In the dark days of the old build then this was the modus operandi for many of us, partly because the images target took longer that a round trip to the coffee machine, partly because it could be combined with make -f to run specific make files for fast edit-build-debug. > > The context for the question is modules where we need to figure some of the infrastructure/build changes to get us to the point where the source code is organized by module and where the build evolves to compile everything as modules. Draft JEPs coming on this soon and for now I'm just trying to get a feel for common it is to run with the intermediate output that is $OUTPUT/jdk and whether folks do anything more than run tests or just use it for debugging. > > -Alan. > > From staffan.larsen at oracle.com Mon Apr 14 14:24:19 2014 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Mon, 14 Apr 2014 16:24:19 +0200 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> References: <534BEA4D.2050701@oracle.com> <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> Message-ID: <23CDC767-F86C-41CC-AC83-7E07295BD50C@oracle.com> On 14 apr 2014, at 16:20, Paul Sandoz <paul.sandoz at oracle.com> wrote: > Almost always, unless i need to hook things up to the IDE, which does not grok the exploded JDK layout, or in the final stages of local testing. +1 From chris.hegarty at oracle.com Mon Apr 14 14:36:59 2014 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Mon, 14 Apr 2014 15:36:59 +0100 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> References: <534BEA4D.2050701@oracle.com> <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> Message-ID: <534BF28B.7080401@oracle.com> On 14/04/14 15:20, Paul Sandoz wrote: > > On Apr 14, 2014, at 4:01 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote: > >> >> I'm interested to get a sense for how many people run/debug with the intermediate build output that is $OUTPUT/jdk. That is, the developer build that has the class files on the file system rather than images (ie: no rt.jar, no tools.jar, everything in jdk/classes on the boot class path). >> > > Almost always, unless i need to hook things up to the IDE, which does not grok the exploded JDK layout, or in the final stages of local testing. +1 > Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead). > > While there have been huge improvements to the build process i am still too impatience :-) make JDK_FILTER=java/util/stream ;-) -Chris. > > Paul. > >> In the dark days of the old build then this was the modus operandi for many of us, partly because the images target took longer that a round trip to the coffee machine, partly because it could be combined with make -f to run specific make files for fast edit-build-debug. >> >> The context for the question is modules where we need to figure some of the infrastructure/build changes to get us to the point where the source code is organized by module and where the build evolves to compile everything as modules. Draft JEPs coming on this soon and for now I'm just trying to get a feel for common it is to run with the intermediate output that is $OUTPUT/jdk and whether folks do anything more than run tests or just use it for debugging. >> >> -Alan. >> >> > From paul.sandoz at oracle.com Mon Apr 14 14:37:33 2014 From: paul.sandoz at oracle.com (Paul Sandoz) Date: Mon, 14 Apr 2014 16:37:33 +0200 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <534BF28B.7080401@oracle.com> References: <534BEA4D.2050701@oracle.com> <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> <534BF28B.7080401@oracle.com> Message-ID: <EA3BB17A-F319-440D-8318-FE94DDAEDC8F@oracle.com> On Apr 14, 2014, at 4:36 PM, Chris Hegarty <chris.hegarty at oracle.com> wrote: >> Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead). >> >> While there have been huge improvements to the build process i am still too impatience :-) > > make JDK_FILTER=java/util/stream ;-) > Thanks, Alan also told me that off list. You can tell i know next to nothing about the make files! Although i suspect the ant script is more efficient at updating the rt.jar of an existing image. Paul. From michael.x.mcmahon at oracle.com Mon Apr 14 14:43:52 2014 From: michael.x.mcmahon at oracle.com (Michael McMahon) Date: Mon, 14 Apr 2014 15:43:52 +0100 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <EA3BB17A-F319-440D-8318-FE94DDAEDC8F@oracle.com> References: <534BEA4D.2050701@oracle.com> <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> <534BF28B.7080401@oracle.com> <EA3BB17A-F319-440D-8318-FE94DDAEDC8F@oracle.com> Message-ID: <534BF428.50806@oracle.com> On 14/04/14 15:37, Paul Sandoz wrote: > On Apr 14, 2014, at 4:36 PM, Chris Hegarty <chris.hegarty at oracle.com> wrote: >>> Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead). >>> >>> While there have been huge improvements to the build process i am still too impatience :-) >> make JDK_FILTER=java/util/stream ;-) >> > Thanks, Alan also told me that off list. You can tell i know next to nothing about the make files! Although i suspect the ant script is more efficient at updating the rt.jar of an existing image. > > Paul. > I find the images build is fast enough. It never seems to add more than 20-30 seconds to an incremental build and it's useful to be running in the exact jar file/directory layout of the product. Michael. From mike.duigou at oracle.com Mon Apr 14 15:13:45 2014 From: mike.duigou at oracle.com (Mike Duigou) Date: Mon, 14 Apr 2014 08:13:45 -0700 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <534BEA4D.2050701@oracle.com> References: <534BEA4D.2050701@oracle.com> Message-ID: <90E3DCDE-1F9A-4BFF-808D-C5DA2B2637E7@oracle.com> On Apr 14 2014, at 07:01 , Alan Bateman <Alan.Bateman at oracle.com> wrote: > > I'm interested to get a sense for how many people run/debug with the intermediate build output that is $OUTPUT/jdk. That is, the developer build that has the class files on the file system rather than images (ie: no rt.jar, no tools.jar, everything in jdk/classes on the boot class path). I always build only images. > > In the dark days of the old build then this was the modus operandi for many of us, partly because the images target took longer that a round trip to the coffee machine, partly because it could be combined with make -f to run specific make files for fast edit-build-debug. > > The context for the question is modules where we need to figure some of the infrastructure/build changes to get us to the point where the source code is organized by module and where the build evolves to compile everything as modules. This should, for most developers, result in shorter builds as a smaller subset will be rebuilt. We should try to live without needing to support the pre-image mode if we can but understandably there is some need for it with current build times. > Draft JEPs coming on this soon and for now I'm just trying to get a feel for common it is to run with the intermediate output that is $OUTPUT/jdk and whether folks do anything more than run tests or just use it for debugging. > > -Alan. From lana.steuck at oracle.com Mon Apr 14 17:25:54 2014 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Mon, 14 Apr 2014 10:25:54 -0700 (PDT) Subject: jdk9-b08: dev Message-ID: <201404141725.s3EHPsvN006833@jano-app.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/db045d8faa09 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/4764920fd81d http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/ea02d24b3f1d http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/9e7bd44ea85c http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/2d9f4166e0be http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/3b360a77658e http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4dedef5e51ed http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/2da7fead826b --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-6815126 core-svc intermittent SimulResumerTest.java failure JDK-7090324 hotspot gclog rotation via external tool JDK-7189721 hotspot nightly tests failed on JDI attaching JDK-8001532 hotspot C2 node files refactoring JDK-8007890 hotspot [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on JDK-8012125 hotspot Comments for ConstantPoolCache should reflect the addition of resolved_references in ConstantPool JDK-8015499 tools javac, Gen is generating extra checkcast instructions in some corner cases JDK-8016039 hotspot jvm.lib is missing from export list unless building server JDK-8023945 tools javac wrongly allows a subclass of an anonymous class JDK-8028192 security-libs Use of PKCS11-NSS provider in FIPS mode broken JDK-8028354 core-svc jstat does not provide enough information when fail to read data from remote JVM JDK-8028498 hotspot runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline JDK-8029073 other-libs (corba) New connection reclaimed when number of connection is greater than highwatermark JDK-8029995 security-libs accept yes/no for boolean krb5.conf settings JDK-8031490 deploy Broken Java SE 7 jnlp samples (app2 and app3) JDK-8031755 hotspot Type speculation should be used to optimize explicit null checks JDK-8031766 hotspot jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled. JDK-8031820 hotspot NPG: Fix remaining references to metadata as oops in comments JDK-8032222 hotspot [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java fails on Mac OS with java.lang.RuntimeException JDK-8032884 xml Globalbindings optionalProperty="primitive" does not work when minOccurs=0 JDK-8032977 infrastructure Add serial lint warning to build of jdk repository JDK-8033113 xml wsimport fails on WSDL:header parameter name customization JDK-8033251 hotspot Use DWARF debug symbols for Linux 32-bit as default JDK-8034793 hotspot [TESTBUG] closed/runtime/4178050/eintr.java fails with UnsatisfiedLinkError on Solaris 11 x64 JDK-8034951 hotspot Flight Recorder, dumponexit=true should work, even if you haven't started a default recording JDK-8035134 infrastructure JDK9 unix debug bundle manifest file list issue JDK-8035284 core-libs AbstractMap unnecessarily initializes two volatiles to null JDK-8035427 core-libs Math.random() JavaDoc: missing maximum returned value JDK-8035986 security-libs KerberosKey algorithm names are not specified JDK-8036666 hotspot JVMTI GetObjectMonitorUsage does not return correct recursion count. JDK-8036767 hotspot PPC64: Support for little endian execution model JDK-8036818 core-libs DateTimeFormatter withResolverFields() fails to accept null JDK-8037295 hotspot Add size_t versions of Atomic::add, dec, and inc JDK-8037363 hotspot JFR hangs the JVM when machine was booted with maxcpus kernel flag JDK-8037396 core-libs URI getQuery() and getFragment() don't decode properly JDK-8037557 security-libs test SessionCacheSizeTests.java timeout JDK-8037881 tools javax.crypto is not listed in the compact* profiles javadoc JDK-8037959 hotspot BitMap::resize frees old map before copying memory if !in_resource_area JDK-8037970 hotspot make PrintMethodData a diagnostic options JDK-8038201 hotspot Clean up misleading usage of malloc() in init_system_properties_values() JDK-8038263 tools Refactor annotation handling after actualEnterAnnotations JDK-8038306 core-libs (tz) Support tzdata2014b JDK-8038393 hotspot [TESTBUG] ciReplay/* tests fail after 8034775 JDK-8038404 hotspot Move object_iterate_mem from Space to CMS since it is only ever used by CMS JDK-8038405 hotspot Clean up some virtual fucntions in Space class hierarchy JDK-8038412 hotspot Move object_iterate_careful down from Space to ContigousSpace and CFLSpace JDK-8038431 security-libs Close InputStream when finished retrieving XML Signature HTTP References JDK-8038455 tools Use single Context for all rounds of annotation processing JDK-8038491 core-libs Improve synchronization in ZipFile.read() JDK-8038498 hotspot Fix includes and C inlining after 8035330 JDK-8038628 hotspot Remove unused Closure::abort() JDK-8038630 hotspot Remove ExtendedOopClosure::prefetch_style() JDK-8038633 hotspot crash in VM_Version::get_processor_features() on startup JDK-8038822 core-svc java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace JDK-8038829 hotspot G1: More useful information in a few assert messages JDK-8039006 hotspot Eliminate JFR dependency on BCEL JDK-8039022 other-libs Fix serial lint warnings in sun.tools.java JDK-8039027 tools Fix serial lint warnings in jconsole and jstat JDK-8039029 infrastructure Readd --with-rtpatch-dir to avoid build failures until RE scripts have been updated. JDK-8039030 infrastructure 9-dev windows-i586 build failed with mktemp: command not found JDK-8039038 core-svc Fix serial lint warnings in com.sun.jmx.snmp JDK-8039041 core-libs Tidy warnings cleanup for javax.naming JDK-8039043 hotspot Implicit null check is in the wrong place in C1 -UseCompressedOops JDK-8039045 hotspot PPC64: need include in adl generated files after 8001532 JDK-8039074 client-libs Tidy warnings cleanup for javax.swing JDK-8039124 core-libs j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant for better performance JDK-8039132 security-libs cleanup @ignore JAAS/krb5 tests JDK-8039172 core-libs Tidy warnings cleanup for java.net, java.time, java.rmi JDK-8039181 core-libs Persistent code store does not use absolute paths internally JDK-8039217 hotspot JFR: Java API lacks proper event field testing JDK-8039225 hotspot JFR: Event field consisting of character leads to NPE JDK-8039231 tools [javadoc] test failure caused by javax.crypto fix JDK-8039245 core-svc CLONE - closed/sun/management/snmp/generic/GenericTest.sh fails intermittently JDK-8039253 core-libs Remove undocumented com.oracle.net JDK-8039256 core-svc Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt JDK-8039258 core-libs Adding com.oracle.net to closed JDK JDK-8039259 client-libs Tidy warnings cleanup for java.awt JDK-8039318 install Installer build failure observed in jprt JDK-8039368 core-svc Remove testcase from npt utf.c JDK-8039387 core-libs Nashorn supports indexed access of List elements, but length property is not supported JDK-8039395 core-libs Regression test failures on Solaris JDK-8039403 core-libs Write sanity tests for persistent caching JDK-8039411 infrastructure Extend fixpath to allow environment variable definitions JDK-8039466 tools Tests failing in langtools repository. JDK-8039474 core-libs sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1) JDK-8039527 core-libs Broken links in ConcurrentMap javadoc JDK-8039575 security-libs liberate two manual kerberos tests JDK-8039754 hotspot Eliminate JFR dependency on sun.management JDK-8039864 other-libs Fix fallthrough lint warnings in other libs JDK-8039899 xml Missing licence headers in test for JDK-8033113 JDK-8039990 infrastructure Add sequential operation support to hgforest From brian.burkhalter at oracle.com Mon Apr 14 22:00:49 2014 From: brian.burkhalter at oracle.com (Brian Burkhalter) Date: Mon, 14 Apr 2014 15:00:49 -0700 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <534BF28B.7080401@oracle.com> References: <534BEA4D.2050701@oracle.com> <814E2E9B-0C9D-4FC0-84EE-609AEFFC0FCF@oracle.com> <534BF28B.7080401@oracle.com> Message-ID: <8A2CA0F3-56A8-4705-AD9F-85FEB945FC86@oracle.com> On Apr 14, 2014, at 7:36 AM, Chris Hegarty <chris.hegarty at oracle.com> wrote: >> Almost always, unless i need to hook things up to the IDE, which does not grok the exploded JDK layout, or in the final stages of local testing. > > +1 +1 >> Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead). >> >> While there have been huge improvements to the build process i am still too impatience :-) > > make JDK_FILTER=java/util/stream ;-) Yes, I?ve used this a lot and it saves much time provided one knows which packages(s) to select. Brian From alejandro.murillo at oracle.com Wed Apr 16 00:53:04 2014 From: alejandro.murillo at oracle.com (alejandro murillo) Date: Tue, 15 Apr 2014 18:53:04 -0600 Subject: jdk9-dev: HotSpot Message-ID: <534DD470.9050303@oracle.com> jdk9-hs-2014-04-11 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/1dfbd8aa5d3d http://hg.openjdk.java.net/jdk9/dev/corba/rev/3a48ca9f5b3e http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/8748849ebea5 http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/6350baad0f3e http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/cb8248732013 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/0e9e2be5c381 http://hg.openjdk.java.net/jdk9/dev/langtools/rev/3fc3df8c3eea http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/c806c8c82264 Component : VM Status : 0 major failures, 0 minor failures Date : 04/15/2014 at 22:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Cost(total man-days): 1 Workspace : 2014-04-11-184215.amurillo.jdk9-hs-2014-04-11-jdk9-dev-control Bundles : 2014-04-11-184215.amurillo.jdk9-hs-2014-04-11-jdk9-dev-control Platforms : Others Tests : comp/vm/testbase/ Log : Link Browsers : NA Patches : NA Number of Tests Executed: 417733 passed tests, 3554 failed tests (32 new failures) Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 7049895: [TESTBUG] vmerrors.sh should suppress windows .mdmp files 8007988: PrintInlining output is inconsistent with incremental inlining 8016302: Change type of the number of GC workers to unsigned int (2) 8024769: Remove unused code in sharedRuntime.cpp 8026334: hs_err improvement: Print elapsed time in a humanly readable format 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool) 8028733: [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh 8029186: regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed 8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction 8035667: EventMetaspaceSummary doesn't report committed Metaspace memory 8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM 8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage 8038473: Remove support for old T1 libthread 8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness 8038636: speculative traps break when classes are redefined 8038934: Remove prefix allocated_ from methods and variables in Metaspace 8038939: Some options related to RTM locking optimization works inconsistently 8039089: List verification enabled in product builds 8039146: Fix 64-bit store to int JNIHandleBlock::_top 8039244: Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code 8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM 8039597: WhiteBox :: clean type profiling data New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: Issues and Notes: Go for integration -- Alejandro From fweimer at redhat.com Mon Apr 21 16:29:48 2014 From: fweimer at redhat.com (Florian Weimer) Date: Mon, 21 Apr 2014 18:29:48 +0200 Subject: Do you run with $OUTPUT/jdk (exploded classes, pre-images)? In-Reply-To: <534BEA4D.2050701@oracle.com> References: <534BEA4D.2050701@oracle.com> Message-ID: <5355477C.4040909@redhat.com> On 04/14/2014 04:01 PM, Alan Bateman wrote: > I'm interested to get a sense for how many people run/debug with the > intermediate build output that is $OUTPUT/jdk. That is, the developer > build that has the class files on the file system rather than images > (ie: no rt.jar, no tools.jar, everything in jdk/classes on the boot > class path). I do, but only because I stopped looking once I found something that allows me to run tests. -- Florian Weimer / Red Hat Product Security Team From erik.joelsson at oracle.com Tue Apr 22 12:22:20 2014 From: erik.joelsson at oracle.com (Erik Joelsson) Date: Tue, 22 Apr 2014 14:22:20 +0200 Subject: JDK 8 is now required as boot when building JDK 9 Message-ID: <53565EFC.1010706@oracle.com> Hello, I just pushed [1] which makes configure require the boot jdk to be at least version 8 when building jdk 9. We usually require JDK N-1 to build JDK N and since we have had a number of issues related to older boot jdk versions, and since JDK 8 is generally available, it was time to make the change. /Erik [1] http://hg.openjdk.java.net/jdk9/dev/rev/79a52c1cc5b6 From jonathan.gibbons at oracle.com Tue Apr 22 21:59:49 2014 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 22 Apr 2014 14:59:49 -0700 Subject: Build is broken, working on a fix Message-ID: <5356E655.7050701@oracle.com> Sorry everyone, the following changeset has broken a bootcycle-images build. http://hg.openjdk.java.net/jdk9/dev/langtools/rev/a5e2ad53792d We're working on it. -- Jon From alejandro.murillo at oracle.com Tue Apr 22 22:33:42 2014 From: alejandro.murillo at oracle.com (Alejandro E Murillo) Date: Tue, 22 Apr 2014 16:33:42 -0600 Subject: jdk9-dev: HotSpot Message-ID: <5356EE46.3090208@oracle.com> jdk9-hs-2014-04-18 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/4c5bc7c74606 http://hg.openjdk.java.net/jdk9/dev/corba/rev/3a48ca9f5b3e http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/34d08c848c35 http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/36991f5801dd http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/6540457f5008 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/6de4be4b64e7 http://hg.openjdk.java.net/jdk9/dev/langtools/rev/a5e2ad53792d http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/c806c8c82264 Component : VM Status : 0 major failures, 0 minor failures Date : 04/22/2014 at 18:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Cost(total man-days): 1 Workspace : 2014-04-18-173545.amurillo.jdk9-hs-2014-04-18-jdk9-dev-control Bundles : 2014-04-18-173545.amurillo.jdk9-hs-2014-04-18-jdk9-dev-control Platforms : Others Tests :comp/vm/testbase/ Log :pit_jdk9_b10_summary Browsers : NA Patches : NA Number of Tests Executed: 369250 passed tests, 3223 failed tests (98 new failures) Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 8005079: fix LogCompilation for incremental inlining 8029139: [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults. 8033268: [TESTBUG] Clean up sleep usage. 8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize 8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586 8036898: assert(t != NULL) failed: must set before get 8037279: runtime/6929067/Test6929067.sh crashes on 32bit linux 8037860: Add tests to cover Intel RTM instructions support 8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full 8038076: constraint on multianewarray instruction is not checked since class version 50. 8038297: Avoid placing CTI immediately following cbcond instruction on T4 8038418: New tests development for type profiling and speculation 8038953: Add sanity tests for BMI1 and LZCNT instructions 8039050: Crash in C2 compiler at Node::rematerialize 8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions 8039425: Code cleanup: PhaseIterGVN::optimize() 8039496: Add sanity tests on RTM-related command line options 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe 8039498: Add iterators to GrowableArray 8039499: Add all common classes used by tests on RTM support to testlibrary 8039891: Remove ppcsflt builds from JPRT 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated" 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly 8040001: CLI test on RTMRetryCount option was missed from fix for 8039496 New bugs filed: Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: Issues and Notes: We didn't have enough time to analyze all the failures by that time, but we haven't found any critical. Go for integration -- Alejandro From jonathan.gibbons at oracle.com Tue Apr 22 23:20:52 2014 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 22 Apr 2014 16:20:52 -0700 Subject: Build is broken, working on a fix In-Reply-To: <5356E655.7050701@oracle.com> References: <5356E655.7050701@oracle.com> Message-ID: <5356F954.3010901@oracle.com> Panic over. The build is working again, with a fix from Paul Govereau. -- Jon On 04/22/2014 02:59 PM, Jonathan Gibbons wrote: > Sorry everyone, the following changeset has broken a bootcycle-images > build. > http://hg.openjdk.java.net/jdk9/dev/langtools/rev/a5e2ad53792d > > We're working on it. > > -- Jon > From lana.steuck at oracle.com Wed Apr 23 16:37:58 2014 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 23 Apr 2014 09:37:58 -0700 (PDT) Subject: jdk9-b10: dev Message-ID: <201404231637.s3NGbwir005547@jano-app.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/fa13f2b926f8 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/0eaa55c7abe5 http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/7736a820af6f http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/ab06ba289431 http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/9af43f4d215f http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/4ce98701efe3 http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/ebc44d040cd1 http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/3bd4039dfc63 --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-6375303 core-libs Review use of caching in BigDecimal JDK-7049895 hotspot [TESTBUG] vmerrors.sh should suppress windows .mdmp files JDK-8002191 client-libs AWT-Shutdown thread does not start with the AppletSecurity on Linux JDK-8007988 hotspot PrintInlining output is inconsistent with incremental inlining JDK-8009637 core-libs Error messages are missing a space JDK-8016302 hotspot Change type of the number of GC workers to unsigned int (2) JDK-8021390 deploy Improve caching of applets JDK-8023046 client-libs Enhance splashscreen support JDK-8023315 tools Update Build Settings for VisualVM JDK-8023930 deploy Enhance resource management JDK-8024769 hotspot Remove unused code in sharedRuntime.cpp JDK-8025005 other-libs Enhance CORBA initializations JDK-8025010 client-libs Enhance AWT contexts JDK-8025030 xml Enhance stream handling JDK-8025152 xml Enhance activation set up JDK-8026067 security-libs Enhance signed jar verification JDK-8026163 client-libs Enhance media provisioning JDK-8026188 xml Enhance envelope factory JDK-8026200 core-libs Enhance RowSet factory JDK-8026334 hotspot hs_err improvement: Print elapsed time in a humanly readable format JDK-8026716 core-libs (aio) Enhance asynchronous channel handling JDK-8026725 deploy Aggrandize resource management JDK-8026736 tools Enhance Javadoc pages JDK-8026797 client-libs Enhance data transfers JDK-8026801 xml Enhance endpoint addressing JDK-8026947 deploy Enhance event queue selection JDK-8027203 deploy Enhance new liveconnect features JDK-8027766 security-libs Enhance RSA processing JDK-8027775 client-libs Enhance ICU code JDK-8027841 client-libs Enhance pixel manipulations JDK-8027850 deploy Enhance revocation checking JDK-8028385 core-libs Enhance RowSet factory JDK-8028388 xml 9 jaxws tests failed in nightly build with java.lang.ClassCastException JDK-8028497 hotspot SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool) JDK-8028605 deploy Improve version display JDK-8028733 hotspot [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh JDK-8029107 client-libs Enhance CMAP construction JDK-8029186 hotspot regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed JDK-8029282 xml Enhance CharInfo set up JDK-8029286 core-svc Enhance subject delegation JDK-8029627 infrastructure Allow duplicate bugid for changeset in jdk8 update forest JDK-8029697 other-libs Update Poller demo JDK-8029730 client-libs Improve audio device additions JDK-8029735 core-svc Enhance service mgmt natives JDK-8029740 core-libs Enhance handling of loggers JDK-8029745 security-libs Enhance algorithm checking JDK-8029750 client-libs Enhance LCMS color processing JDK-8029760 client-libs Enhance AWT image libraries JDK-8029844 core-libs Enhance argument validation JDK-8029854 client-libs Enhance JPEG decodings JDK-8029858 hotspot Enhance array copies JDK-8029998 deploy Enhance Caller-Allowable-Codebase attribute JDK-8030199 core-libs Nashorn: Uint8ClampedArray - Incorrect ToUint8Clamp implementation JDK-8030200 core-libs Wrong result for Number.prototype.toString() for certain radix/inputs JDK-8030628 core-svc Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg JDK-8030655 security-libs Regression : 14_01 Security fix 8024306 causes test failures for Licensee JDK-8030658 security-libs Add root CA certificates for BuyPass JDK-8030659 security-libs Add root CA certificate for Chunghwa JDK-8030731 core-libs Improve name service robustness JDK-8031032 client-libs SQE test failures after JDK-8025010 was fixed JDK-8031050 core-libs (thread) Change Thread initialization so that thread name is set before invoking SecurityManager JDK-8031130 deploy Regression caused by fix to 8028517 JDK-8031335 client-libs Better color profiling JDK-8031352 client-libs Enhance PNG handling JDK-8031394 core-libs (sl) Fix exception handling in ServiceLoader JDK-8031395 core-libs Enhance LDAP processing JDK-8031462 client-libs Fonts with morx tables are broken with latest ICU fixes JDK-8031477 client-libs [macosx] Loading AWT native library fails JDK-8031547 security-libs Correct the keystore file path in test/closed/sun/security/ssl/com/sun/net/ssl/internal/ssl/SignaturePrimitiveSet/ClearUnmodifiableSet.java JDK-8031649 tools Clean up javadoc tests JDK-8032370 client-libs No "Truncated file" warning from IIOReadWarningListener on JPEGImageReader JDK-8032686 core-libs Issues with method invoke JDK-8032773 infrastructure Update closed/TEST.groups to include closed/javax/naming JDK-8032789 client-libs [TEST_BUG] : java/awt/image/JPEGInputStreamTest.java fails JDK-8032899 infrastructure Add closed/javax/activation to closed/TEST.groups file for JDK 9 and JDK 8u JDK-8032915 other-libs Check into JDK 9 a new version of Java DB 10.10.1 in order to address the regression introduced by JDK-8011786. JDK-8033301 core-svc Build more informative InfoBuilder JDK-8033618 tools Correct logging output JDK-8033673 client-libs [TEST_BUG] java/awt/image/JPEGInputStreamTest.java fails JDK-8033696 hotspot "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction JDK-8033707 docs Usage of blank '*" value in Caller-Allowable-Codebase needs to be better documented at the doc JDK-8033745 core-libs Reflect upon Nashorn reflection JDK-8034220 core-libs AIX: Provide better time zone mappings (i.e. tzmappings file) JDK-8034870 client-libs Regression: On Mac, fx app can't be launched if setting a javaagent for it JDK-8034926 hotspot Attribute classes properly JDK-8034962 core-libs Dynalink to handle superclasses more carefully JDK-8034981 docs Update DRS, ESL, and Codebase-related Manifest attribute documentation JDK-8035110 docs no jdk enhancement info JDK-8035276 deploy Control Panel "Platform" reported as 1.7 JDK-8035290 docs Link to JDK 8 update release notes when they are ready from the guides JDK-8035655 core-libs Tests missing for 3 fixes JDK-8035667 hotspot EventMetaspaceSummary doesn't report committed Metaspace memory JDK-8035726 core-libs A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map). JDK-8035834 core-libs InetAddress.getLocalHost() can hang after JDK-8030731 was fixed JDK-8035934 xml Need test for JDK-8025030 JDK-8035935 xml Need test for JDK-8026188 JDK-8036794 core-libs Manage JavaScript instances JDK-8036829 docs Missing link to JDK 8 enhancements in concurrency index.htm page of guides JDK-8036979 core-libs Support java.net.SocketOption<> in java.net socket types JDK-8037259 xml Xerces Update: XPointer update JDK-8037484 tools [javadoc] fails with java.lang.IllegalStateException: endPosTable already set JDK-8037935 tools Javac: final local String var referenced in binary/unary op in lambda produces code that does not verify JDK-8037960 docs Link to JEP 135 points to internal site JDK-8038178 core-libs Fix corrupt license header JDK-8038184 security-libs XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String JDK-8038296 hotspot sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM JDK-8038420 tools Lambda returning post-increment generates wrong code JDK-8038461 hotspot Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage JDK-8038473 hotspot Remove support for old T1 libthread JDK-8038500 core-libs (zipfs) Upgrade ZIP provider to be a supported provider JDK-8038624 hotspot interpretedVFrame::expressions() must respect InterpreterOopMap for liveness JDK-8038636 hotspot speculative traps break when classes are redefined JDK-8038821 core-libs Fix typos in java.net JDK-8038934 hotspot Remove prefix allocated_ from methods and variables in Metaspace JDK-8038939 hotspot Some options related to RTM locking optimization works inconsistently JDK-8038963 core-svc com/sun/jdi tests fail because cygwin's ps sometimes misses processes JDK-8038976 tools javadoc requires a trailing / for links where java 7's javadoc didn't JDK-8039079 tools Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails JDK-8039080 core-svc "jinfo server_id at host" fails with "Invalid process identifier" JDK-8039089 hotspot List verification enabled in product builds JDK-8039146 hotspot Fix 64-bit store to int JNIHandleBlock::_top JDK-8039207 infrastructure Need to exclude all files from install repo from licensee source bundles JDK-8039244 hotspot Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code JDK-8039251 tools Test tools/javadoc/6964914/TestStdDoclet.java fails JDK-8039348 hotspot -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM JDK-8039362 core-libs Read content-types.properties as a resource JDK-8039396 core-libs NPE when writing a class descriptor object to a custom ObjectOutputStream JDK-8039597 hotspot WhiteBox :: clean type profiling data JDK-8039751 core-libs UTF-8 decoder fails to handle some edge cases correctly JDK-8039853 security-libs Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms. JDK-8039936 core-libs Test closed/java/net/SocketPermission/BindTest.java fails in JDK 8u20 nightly build intermittently on Solaris amd64, hard to reproduce. JDK-8040011 hotspot Metaspace events are missing from JFC files JDK-8040038 core-libs java/net/URLPermission/nstest/lookup.sh fails with ClassNotFoundException JDK-8040062 security-libs Need to add new methods in BaseSSLSocketImpl JDK-8040167 core-svc JDWP spec for ClassType#InvokeMethod contradicts JLS JDK-8040181 tools Silent failure in Code.findExceptionIndex JDK-8040241 core-libs ProblemList.txt updates (4/2014) JDK-8040262 core-libs (fs) Misc. typos in comments and implementation JDK-8040319 tools Clean up type annotation exception index generating code in Code.java JDK-8040332 infrastructure fixpath must quote empty string arguments JDK-8040769 security-libs add a comment to the NewInstance test JDK-8040809 core-libs '}' left in the spec for j.u.Random.doubles(..) From stefan.karlsson at oracle.com Fri Apr 25 08:48:13 2014 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Fri, 25 Apr 2014 10:48:13 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= Message-ID: <535A214D.3090009@oracle.com> I hereby nominate Per Lid?n (pliden) to jdk9 Committer. Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to to this mailing list. For Lazy Consensus voting instructions, see [2]. Stefan Karlsson [0] http://openjdk.java.net/jeps/192 [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote 8 significant changesets: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 Extra changesets: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c From bengt.rutisson at oracle.com Fri Apr 25 08:45:25 2014 From: bengt.rutisson at oracle.com (Bengt Rutisson) Date: Fri, 25 Apr 2014 10:45:25 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A20A5.9020109@oracle.com> Vote: yes Bengt On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From stefan.karlsson at oracle.com Fri Apr 25 08:50:15 2014 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Fri, 25 Apr 2014 10:50:15 +0200 Subject: CFV: New jdk9 Committer: Per =?UTF-8?B?TGlkw6lu?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A21C7.4020500@oracle.com> Vote: yes StefanK On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From rickard.backman at oracle.com Fri Apr 25 08:45:08 2014 From: rickard.backman at oracle.com (Rickard =?iso-8859-1?Q?B=E4ckman?=) Date: Fri, 25 Apr 2014 10:45:08 +0200 Subject: CFV: New jdk9 =?iso-8859-1?Q?Committer?= =?iso-8859-1?Q?=3A_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <20140425084508.GA23239@rbackman> Vote: Yes /R On 04/25, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From thomas.schatzl at oracle.com Fri Apr 25 08:59:36 2014 From: thomas.schatzl at oracle.com (Thomas Schatzl) Date: Fri, 25 Apr 2014 10:59:36 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <1398416376.14355.0.camel@cirrus> Vote: yes On Fri, 2014-04-25 at 10:48 +0200, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From stefan.karlsson at oracle.com Fri Apr 25 09:27:30 2014 From: stefan.karlsson at oracle.com (Stefan Karlsson) Date: Fri, 25 Apr 2014 11:27:30 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A2A82.4080603@oracle.com> The correct date should be: Votes are due by Friday, *May 9* 9:00 GMT (11:00AM CET) . StefanK On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From staffan.larsen at oracle.com Fri Apr 25 10:28:18 2014 From: staffan.larsen at oracle.com (Staffan Larsen) Date: Fri, 25 Apr 2014 12:28:18 +0200 Subject: =?iso-8859-1?Q?Re=3A_CFV=3A_New_jdk9_Committer=3A_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <CF43E8DD-AAC9-45C3-BDBC-B5AC0E16706B@oracle.com> Vote: yes. On 25 apr 2014, at 10:48, Stefan Karlsson <stefan.karlsson at oracle.com> wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From erik.helin at oracle.com Fri Apr 25 10:47:18 2014 From: erik.helin at oracle.com (Erik Helin) Date: Fri, 25 Apr 2014 12:47:18 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A3D36.1090800@oracle.com> Vote: yes Erik On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From stefan.johansson at oracle.com Fri Apr 25 10:52:12 2014 From: stefan.johansson at oracle.com (Stefan Johansson) Date: Fri, 25 Apr 2014 12:52:12 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A3E5C.3000708@oracle.com> Vote: yes StefanJ On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From harold.seigel at oracle.com Fri Apr 25 11:37:54 2014 From: harold.seigel at oracle.com (harold seigel) Date: Fri, 25 Apr 2014 07:37:54 -0400 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A4912.9030907@oracle.com> Vote: yes Harold On 4/25/2014 4:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From mikael.gerdin at oracle.com Fri Apr 25 11:43:13 2014 From: mikael.gerdin at oracle.com (Mikael Gerdin) Date: Fri, 25 Apr 2014 13:43:13 +0200 Subject: CFV: New jdk9 Committer: Per =?UTF-8?B?TGlkw6lu?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <31787811.v3jvEB6eRh@mgerdin03> Vote: yes /m On Friday 25 April 2014 10.48.13 Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c From mike.duigou at oracle.com Fri Apr 25 12:21:34 2014 From: mike.duigou at oracle.com (Mike Duigou) Date: Fri, 25 Apr 2014 05:21:34 -0700 Subject: =?iso-8859-1?Q?Re=3A_CFV=3A_New_jdk9_Committer=3A_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <F75861FA-6888-4C0F-83A5-E3DA0029D8D8@oracle.com> Vote: YES On Apr 25 2014, at 01:48 , Stefan Karlsson <stefan.karlsson at oracle.com> wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From roger.riggs at oracle.com Fri Apr 25 13:08:41 2014 From: roger.riggs at oracle.com (roger riggs) Date: Fri, 25 Apr 2014 09:08:41 -0400 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A5E59.5080908@oracle.com> Vote: Yes, Interesting though, I saw two yes votes timestamped before the CFV; clock skew I assume. On 4/25/2014 4:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > From jesper.wilhelmsson at oracle.com Fri Apr 25 13:13:05 2014 From: jesper.wilhelmsson at oracle.com (Jesper Wilhelmsson) Date: Fri, 25 Apr 2014 15:13:05 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A5F61.5020706@oracle.com> Vote: yes /Jesper Stefan Karlsson skrev 25/4/14 10:48: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several contributions > to the HotSpot code. Among the 15 contributions, the most significant is the > String Deduplication for G1 [0]. The 15 changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes > must be cast in the open by replying to to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From christian.tornqvist at oracle.com Fri Apr 25 13:26:37 2014 From: christian.tornqvist at oracle.com (Christian Tornqvist) Date: Fri, 25 Apr 2014 09:26:37 -0400 Subject: =?iso-8859-1?Q?RE:_New_jdk9_Committer:_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <03aa01cf6089$fc936d60$f5ba4820$@oracle.com> Vote: yes -----Original Message----- From: jdk9-dev [mailto:jdk9-dev-bounces at openjdk.java.net] On Behalf Of Stefan Karlsson Sent: Friday, April 25, 2014 4:48 AM To: jdk9-dev at openjdk.java.net Subject: CFV: New jdk9 Committer: Per Lid?n I hereby nominate Per Lid?n (pliden) to jdk9 Committer. Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to to this mailing list. For Lazy Consensus voting instructions, see [2]. Stefan Karlsson [0] http://openjdk.java.net/jeps/192 [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote 8 significant changesets: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 Extra changesets: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c From david.r.chase at oracle.com Fri Apr 25 13:28:16 2014 From: david.r.chase at oracle.com (David Chase) Date: Fri, 25 Apr 2014 09:28:16 -0400 Subject: =?iso-8859-1?Q?Re=3A_CFV=3A_New_jdk9_Committer=3A_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <547D02F1-E3F0-43DB-B9B6-DABD0FB89778@oracle.com> Vote: yes David On 2014-04-25, at 4:48 AM, Stefan Karlsson <stefan.karlsson at oracle.com> wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. From daniel.daugherty at oracle.com Fri Apr 25 13:55:35 2014 From: daniel.daugherty at oracle.com (Daniel D. Daugherty) Date: Fri, 25 Apr 2014 07:55:35 -0600 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A6957.4060502@oracle.com> Vote: yes Dan On 4/25/14 2:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > > > From coleen.phillimore at oracle.com Fri Apr 25 14:49:02 2014 From: coleen.phillimore at oracle.com (Coleen Phillimore) Date: Fri, 25 Apr 2014 10:49:02 -0400 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A75DE.3010307@oracle.com> Vote: yes On 4/25/14, 4:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From niclas.adlertz at oracle.com Fri Apr 25 15:11:41 2014 From: niclas.adlertz at oracle.com (Niclas Adlertz) Date: Fri, 25 Apr 2014 17:11:41 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A7B2D.2070006@oracle.com> Vote: Yes On 04/25/2014 10:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From jon.masamitsu at oracle.com Fri Apr 25 15:25:31 2014 From: jon.masamitsu at oracle.com (Jon Masamitsu) Date: Fri, 25 Apr 2014 08:25:31 -0700 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A7E6B.6020400@oracle.com> Vote: yes On 4/25/2014 1:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From luchsh at linux.vnet.ibm.com Fri Apr 25 16:16:21 2014 From: luchsh at linux.vnet.ibm.com (Jonathan Lu) Date: Sat, 26 Apr 2014 00:16:21 +0800 Subject: =?UTF-8?Q?Re=3A_CFV=3A_New_jdk9_Committer=3A_Per_Lid=C3=A9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <CAC-GWLfNGG4Yx0WOPhsYry7-Kic3oOLCEXzy-TgC3j1==WS5_Q@mail.gmail.com> Vote: yes /Jonathan Lu On Fri, Apr 25, 2014 at 4:48 PM, Stefan Karlsson <stefan.karlsson at oracle.com > wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset links > are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. > Votes must be cast in the open by replying to to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > > From vladimir.kozlov at oracle.com Fri Apr 25 16:23:43 2014 From: vladimir.kozlov at oracle.com (Vladimir Kozlov) Date: Fri, 25 Apr 2014 09:23:43 -0700 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A8C0F.6080309@oracle.com> Vote: yes Vladimir On 4/25/14 1:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 > contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From alejandro.murillo at oracle.com Fri Apr 25 17:25:22 2014 From: alejandro.murillo at oracle.com (Alejandro E Murillo) Date: Fri, 25 Apr 2014 11:25:22 -0600 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535A9A82.7060205@oracle.com> vote: yes On 4/25/2014 2:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. -- Alejandro From brent.christian at oracle.com Fri Apr 25 19:13:44 2014 From: brent.christian at oracle.com (Brent Christian) Date: Fri, 25 Apr 2014 12:13:44 -0700 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535AB3E8.7010503@oracle.com> Vote: yes On 4/25/14 1:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From John.Coomes at oracle.com Fri Apr 25 22:09:31 2014 From: John.Coomes at oracle.com (John Coomes) Date: Fri, 25 Apr 2014 15:09:31 -0700 Subject: CFV: New jdk9 Committer: Per =?iso-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <21338.56603.885002.763321@mykonos.us.oracle.com> Vote: yes -John From david.katleman at oracle.com Fri Apr 25 23:25:48 2014 From: david.katleman at oracle.com (David Katleman) Date: Fri, 25 Apr 2014 16:25:48 -0700 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535AEEFC.3000906@oracle.com> Vote: yes On 4/25/2014 1:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . FYI, April 3rd is 3 weeks ago, unless you mean Friday April 3, 2015 :-) > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From christian.thalinger at oracle.com Sat Apr 26 01:21:04 2014 From: christian.thalinger at oracle.com (Christian Thalinger) Date: Fri, 25 Apr 2014 15:21:04 -1000 Subject: =?iso-8859-1?Q?Re=3A_CFV=3A_New_jdk9_Committer=3A_Per_Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <4D73EBC1-FE70-4FBE-8DFA-E3E46FBB9969@oracle.com> Vote: yes On Apr 24, 2014, at 10:48 PM, Stefan Karlsson <stefan.karlsson at oracle.com> wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several contributions to the HotSpot code. Among the 15 contributions, the most significant is the String Deduplication for G1 [0]. The 15 changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From erik.joelsson at oracle.com Mon Apr 28 09:12:52 2014 From: erik.joelsson at oracle.com (Erik Joelsson) Date: Mon, 28 Apr 2014 11:12:52 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <535E1B94.4080201@oracle.com> Vote: yes /Erik From alejandro.murillo at oracle.com Tue Apr 29 20:42:17 2014 From: alejandro.murillo at oracle.com (Alejandro E Murillo) Date: Tue, 29 Apr 2014 14:42:17 -0600 Subject: jdk9-dev: HotSpot Message-ID: <53600EA9.1030708@oracle.com> jdk9-hs-2014-04-25 has been integrated into jdk9-dev. http://hg.openjdk.java.net/jdk9/dev/rev/ab55a18a95e1 http://hg.openjdk.java.net/jdk9/dev/corba/rev/77ea0a250358 http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/5adf605e17db http://hg.openjdk.java.net/jdk9/dev/jaxp/rev/6b4280dceb00 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/43683fefd932 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/6ff36c51c2bc http://hg.openjdk.java.net/jdk9/dev/langtools/rev/4d0d7a33730d http://hg.openjdk.java.net/jdk9/dev/nashorn/rev/e88f1df9b412 Component : VM Status : 0 major failures, 0 minor failures Date : 04/29/2014 at 21:00 MSK Tested By : VM SQE &dmitry.fazunenko at oracle.com Cost(total man-days): 1 Workspace : 2014-04-25-172458.amurillo.jdk9-hs-2014-04-25-jdk9-dev-control Bundles : 2014-04-25-172458.amurillo.jdk9-hs-2014-04-25-jdk9-dev-control Platforms : Others Tests :/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ Log :pit_jdk9_b11_summary Browsers : NA Patches : NA Number of Tests Executed: 41689 passed tests, 3332 failed tests (120 new failures) Bug verification status: ====================================== Tested, Pass: Tested, Pass (partial fixes): Tested, Fail: Untested bug fixes: Setup is not available: 6959423: [TESTBUG] runtime/6925573/SortMethodsTest.java times out 8019342: G1: High "Other" time most likely due to card redirtying 8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction 8028710: G1 does not retire allocation buffers after reference processing work 8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV 8037344: Use the "next" field to iterate over fine remembered instead of using the hash table 8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC 8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap 8038265: CMS: enable time based triggering of concurrent cycles 8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet 8039147: Cleanup SuspendibleThreadSet 8039596: Remove HeapRegionRemSet::clear_incoming_entry 8039743: Use correct format specifier to print size_t values and pointers in the GC code 8039957: Replace the last few %p usages with PTR_FORMAT in the GC code 8039975: SIGSEGV in MethodData::next_data(ProfileData*) 8040002: Clean up code and code duplication in re-diryting cards for verification 8040018: Remove bad assert in ClassFileParser.cpp 8040245: G1: VM hangs during shutdown 8040722: G1: Clean up usages of heap_region_containing 8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname) 8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java 8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance New bugs filed: INTJDK-7610832, JDK-8042122, JDK-8042117, JDK-8042101, JDK-8042147 Bugs in PIT build: Bugs in earlier promoted build: Number of PIT requested: 1 Integration target J2SE build number: Issues and Notes: Majority of failures which are reported as new become new a few hours ago, because they stopped be matching by JDK-7061191. We also experience some issues with matching failures to existing bug (DKFL). No serious issues have been detected during the analysis. Go for integration -- Alejandro From serguei.spitsyn at oracle.com Wed Apr 30 02:37:57 2014 From: serguei.spitsyn at oracle.com (serguei.spitsyn at oracle.com) Date: Tue, 29 Apr 2014 19:37:57 -0700 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <53606205.1040501@oracle.com> Vote: yes On 4/25/14 1:48 AM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From vladimir.x.ivanov at oracle.com Wed Apr 30 06:30:58 2014 From: vladimir.x.ivanov at oracle.com (Vladimir Ivanov) Date: Wed, 30 Apr 2014 10:30:58 +0400 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <536098A2.7080408@oracle.com> Vote: yes Best regards, Vladimir Ivanov On 4/25/14 12:48 PM, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the most > significant is the String Deduplication for G1 [0]. The 15 changeset > links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From chris.hegarty at oracle.com Wed Apr 30 12:12:48 2014 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Wed, 30 Apr 2014 13:12:48 +0100 Subject: CFV: New JDK 9 Committer: Miroslav Kos Message-ID: <5360E8C0.3080908@oracle.com> I hereby nominate Miroslav Kos (mkos) to JDK 9 Committer. Miroslav is a member of the JAX-B/JAX-WS and Eclipselink teams and works on related issues connected to the JDK. Over the past year, he's worked on JAX-WS RI updates, as well as a number of core library issues. His JDK 9 contributions, to date, can be seen below. Votes are due by 14th May 2014 23:59 GMT Only current JDK 9 Committers [1] are eligible to vote on this nomination. Votes must be cast in the open by replying to this mailing list. For Lazy Consensus voting instructions, see [2]. http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/f51b5ea42589 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/cb8248732013 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/22543cf14372 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/35a4bd08a17b http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/59fb858c1cbc http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/e3f8506d636d http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/a5eb7de6d6a2 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/336d607f5164 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/ea7d45b80be3 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/7b66429f8b48 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/0989ad8c0860 http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/6a8f54fb5f15 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15b75b2df725 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d6f75dd238c8 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f6c3cb79d761 http://hg.openjdk.java.net/jdk9/dev/jdk/rev/637a5bcae18a http://hg.openjdk.java.net/jdk9/dev/jdk/rev/7d2112abbb1d http://hg.openjdk.java.net/jdk9/dev/jdk/rev/6a09e4648cfb http://hg.openjdk.java.net/jdk9/dev/jdk/rev/ce5ffdb2be25 Changesets found using the following searches: jdk9/dev/jaxws http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=mkos Contributed-by ( before becoming an author ) http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=miroslav.kos%40oracle.com jdk9/dev/jdk http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=mkos Contributed-by ( before becoming an author ) http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=miroslav.kos%40oracle.com -Chris.. [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote From sean.mullan at oracle.com Wed Apr 30 12:29:56 2014 From: sean.mullan at oracle.com (Sean Mullan) Date: Wed, 30 Apr 2014 08:29:56 -0400 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <5360ECC4.5020000@oracle.com> Vote: yes --Sean From daniel.fuchs at oracle.com Wed Apr 30 12:49:36 2014 From: daniel.fuchs at oracle.com (Daniel Fuchs) Date: Wed, 30 Apr 2014 14:49:36 +0200 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <5360F160.2020706@oracle.com> Vote: yes On 4/30/14 2:12 PM, Chris Hegarty wrote: > I hereby nominate Miroslav Kos (mkos) to JDK 9 Committer. > > Miroslav is a member of the JAX-B/JAX-WS and Eclipselink teams and works > on related issues connected to the JDK. Over the past year, he's worked > on JAX-WS RI updates, as well as a number of core library issues. His > JDK 9 contributions, to date, can be seen below. > > Votes are due by 14th May 2014 23:59 GMT > > Only current JDK 9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/f51b5ea42589 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/cb8248732013 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/22543cf14372 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/35a4bd08a17b > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/59fb858c1cbc > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/e3f8506d636d > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/a5eb7de6d6a2 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/336d607f5164 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/ea7d45b80be3 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/7b66429f8b48 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/0989ad8c0860 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/6a8f54fb5f15 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15b75b2df725 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d6f75dd238c8 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f6c3cb79d761 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/637a5bcae18a > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/7d2112abbb1d > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/6a09e4648cfb > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/ce5ffdb2be25 > > Changesets found using the following searches: > jdk9/dev/jaxws > http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=mkos > Contributed-by ( before becoming an author ) > > http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=miroslav.kos%40oracle.com > > jdk9/dev/jdk > http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=mkos > Contributed-by ( before becoming an author ) > > http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=miroslav.kos%40oracle.com > > -Chris.. > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > From Abhi.Saha at Oracle.Com Wed Apr 30 13:57:41 2014 From: Abhi.Saha at Oracle.Com (Abhijit Saha) Date: Wed, 30 Apr 2014 06:57:41 -0700 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <53610155.9060803@Oracle.Com> Vote: Yes On 4/30/2014 5:12 AM, Chris Hegarty wrote: > I hereby nominate Miroslav Kos (mkos) to JDK 9 Committer. > > Miroslav is a member of the JAX-B/JAX-WS and Eclipselink teams and > works on related issues connected to the JDK. Over the past year, he's > worked on JAX-WS RI updates, as well as a number of core library > issues. His JDK 9 contributions, to date, can be seen below. > > Votes are due by 14th May 2014 23:59 GMT > > Only current JDK 9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to this mailing > list. > > For Lazy Consensus voting instructions, see [2]. > > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/f51b5ea42589 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/cb8248732013 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/22543cf14372 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/35a4bd08a17b > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/59fb858c1cbc > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/e3f8506d636d > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/a5eb7de6d6a2 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/336d607f5164 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/ea7d45b80be3 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/7b66429f8b48 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/0989ad8c0860 > http://hg.openjdk.java.net/jdk9/dev/jaxws/rev/6a8f54fb5f15 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15b75b2df725 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d6f75dd238c8 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f6c3cb79d761 > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/637a5bcae18a > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/7d2112abbb1d > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/6a09e4648cfb > http://hg.openjdk.java.net/jdk9/dev/jdk/rev/ce5ffdb2be25 > > Changesets found using the following searches: > jdk9/dev/jaxws > http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=mkos > Contributed-by ( before becoming an author ) > > http://hg.openjdk.java.net/jdk9/dev/jaxws/log?rev=miroslav.kos%40oracle.com > > > jdk9/dev/jdk > http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=mkos > Contributed-by ( before becoming an author ) > > http://hg.openjdk.java.net/jdk9/dev/jdk/log?rev=miroslav.kos%40oracle.com > > -Chris.. > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > -- Lead, Java SE Updates Java Platform Group Oracle Corporation. (408)276-7564 From mandy.chung at oracle.com Wed Apr 30 14:55:16 2014 From: mandy.chung at oracle.com (Mandy Chung) Date: Wed, 30 Apr 2014 07:55:16 -0700 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <53610ED4.3040802@oracle.com> Vote: yes Mandy From lance.andersen at oracle.com Wed Apr 30 15:07:00 2014 From: lance.andersen at oracle.com (Lance Andersen) Date: Wed, 30 Apr 2014 11:07:00 -0400 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <95CD6D18-070C-412D-B5CA-A6EA38EBB1D5@oracle.com> Vote: yes Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 Lance.Andersen at oracle.com From Alan.Bateman at oracle.com Wed Apr 30 15:22:56 2014 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Wed, 30 Apr 2014 16:22:56 +0100 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <53611550.8000300@oracle.com> Vote: yes From huizhe.wang at oracle.com Wed Apr 30 16:26:36 2014 From: huizhe.wang at oracle.com (huizhe wang) Date: Wed, 30 Apr 2014 09:26:36 -0700 Subject: CFV: New JDK 9 Committer: Miroslav Kos In-Reply-To: <5360E8C0.3080908@oracle.com> References: <5360E8C0.3080908@oracle.com> Message-ID: <5361243C.6060904@oracle.com> vote: yes. From magnus.ihse.bursie at oracle.com Wed Apr 30 20:41:39 2014 From: magnus.ihse.bursie at oracle.com (Magnus Ihse Bursie) Date: Wed, 30 Apr 2014 22:41:39 +0200 Subject: CFV: New jdk9 Committer: Per =?ISO-8859-1?Q?Lid=E9n?= In-Reply-To: <535A214D.3090009@oracle.com> References: <535A214D.3090009@oracle.com> Message-ID: <53616003.6070402@oracle.com> Vote: yes /Magnus On 2014-04-25 10:48, Stefan Karlsson wrote: > I hereby nominate Per Lid?n (pliden) to jdk9 Committer. > > Per is a member of the Oracle HotSpot GC team. He has made several > contributions to the HotSpot code. Among the 15 contributions, the > most significant is the String Deduplication for G1 [0]. The 15 > changeset links are below. > > Votes are due by Friday, April 3 9:00 GMT (11:00AM CET) . > > Only current jdk9 Committers [1] are eligible to vote on this > nomination. Votes must be cast in the open by replying to to this > mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Stefan Karlsson > > [0] http://openjdk.java.net/jeps/192 > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > > 8 significant changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6bd5c687f11a > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ebe7363ae01b > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/93e80661cb3e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2cff20331ca2 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/89ac31a5a7a7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/fbc1677398c0 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c022e432e10 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/b30744960351 > > Extra changesets: > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/d9c2044cbbd7 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/f447397ebbcd > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bfd52054aeb8 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/818d8522e45e > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/61ef648e2901 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/041c5da41ac4 > http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/6f1919cfd18c > From lana.steuck at oracle.com Wed Apr 30 20:42:56 2014 From: lana.steuck at oracle.com (lana.steuck at oracle.com) Date: Wed, 30 Apr 2014 13:42:56 -0700 (PDT) Subject: jdk9-b11: dev Message-ID: <201404302042.s3UKgu2O022575@jano-app.us.oracle.com> http://hg.openjdk.java.net/jdk9/jdk9/rev/ab55a18a95e1 http://hg.openjdk.java.net/jdk9/jdk9/nashorn/rev/4d60c3292e14 http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/f04fccfbd880 http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/47feccd164b7 http://hg.openjdk.java.net/jdk9/jdk9/jaxws/rev/1f953ba7db2b http://hg.openjdk.java.net/jdk9/jdk9/jaxp/rev/6b4280dceb00 http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/783309c3a1a6 http://hg.openjdk.java.net/jdk9/jdk9/corba/rev/77ea0a250358 --- All the fixes will be tested during promotion (no PIT testing at this point): List of all fixes: =================== JDK-8005079 hotspot fix LogCompilation for incremental inlining JDK-8007327 infrastructure build-infra Emit MEMORY_SIZE into spec.gmk JDK-8019164 hotspot [TESTBUG] Add test for EA bundles without commercial features JDK-8025710 core-libs Proxied HTTPS connections reused by HttpClient can send CONNECT to the server JDK-8027595 core-libs Enable BigInteger overflow tests in JTREG JDK-8029002 tools javac should take multiple upper bounds into account in incorporation JDK-8029139 hotspot [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127 JDK-8029436 hotspot CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs JDK-8029718 tools Should always use lambda body structure to disambiguate overload resolution JDK-8030794 infrastructure Update configure to require jdk8 as boot JDK-8032410 hotspot compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9 JDK-8033150 hotspot invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults JDK-8033268 hotspot [TESTBUG] Clean up use of sleep in closed/runtime tests JDK-8033584 core-libs Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list JDK-8034216 hotspot assert(false) failed: infinite loop in PhaseIterGVN::optimize JDK-8034245 tools Refactor TopLevel tree node. JDK-8035063 tools Option handling in sjavac needs to be rewritten JDK-8035173 hotspot [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586 JDK-8035807 core-libs Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64 JDK-8036898 hotspot assert(t != NULL) failed: must set before get JDK-8037085 tools The sjavac exclude option should accept valid directory identifiers JDK-8037279 hotspot [TESTBUG] runtime/6929067/Test6929067.sh crashes on 32bit linux JDK-8037421 hotspot [TESTBUG] hotspot/test/closed incorrectly checks for running process using "ps -ef | grep $PID" JDK-8037860 hotspot Add tests to cover Intel RTM instructions support JDK-8038023 tools Compiler crash: ClassCastException JDK-8038048 hotspot assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full JDK-8038076 hotspot constraint on multianewarray instruction is not checked since class version 50 JDK-8038297 hotspot Avoid placing CTI immediately following cbcond instruction on T4 JDK-8038418 hotspot New tests development for type profiling and speculation JDK-8038788 tools javac behaves incorrectly for annotations after method type parameters in some cases JDK-8038823 core-libs Missing @Test annotation and copyright in java.time tests JDK-8038837 security-libs Add support to jarsigner for specifying timestamp hash algorithm JDK-8038953 hotspot Add sanity tests for BMI1 and LZCNT instructions JDK-8038982 core-libs java/lang/ref/EarlyTimeout.java: elapsed time 981 is less than timeout 1000 JDK-8039050 hotspot Crash in C2 compiler at Node::rematerialize JDK-8039250 tools Test tools/javac/classfiles/InnerClasses/SyntheticClasses.java fails JDK-8039260 hotspot c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take test.java.opts JDK-8039358 security-libs com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method JDK-8039415 infrastructure Enable Parfait for Windows builds JDK-8039425 hotspot Code cleanup: PhaseIterGVN::optimize() JDK-8039438 core-libs Some tests depend on internal API sun.misc.IOUtils JDK-8039496 hotspot Add sanity tests on RTM-related command line options JDK-8039497 hotspot Testlibrary should be updated to provide information about all VM types as well as access to Unsafe JDK-8039498 hotspot Add iterators to GrowableArray JDK-8039499 hotspot Add all common classes used by tests on RTM support to testlibrary JDK-8039502 hotspot [TESTBUG] hotspot/test/closed/runtime/8020789/HeapDumpDiagnosticCommandTest.java must be in needs_compact3 JDK-8039816 security-libs Some tests depend on internal API sun.security.action.GetPropertyAction JDK-8039891 hotspot Remove ppcsflt builds from JPRT JDK-8039904 hotspot dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated" JDK-8039920 hotspot [TESTBUG] closed/runtime/4475963/Test4475963.sh fails on Solaris 64 JDK-8039947 hotspot Dtrace return probe name for jni_SetStaticBooleanField named incorrectly JDK-8040001 hotspot CLI test on RTMRetryCount option was missed from fix for 8039496 JDK-8040058 core-libs IsoFields.WEEK_BASED_YEAR adjustInto incorrect JDK-8040063 security-libs Increase the stability of test PerfOfKlimaOnRSAPremaster.java JDK-8040178 hotspot [TESTBUG] Add @ignore to test\closed\runtime\4791798 JDK-8040267 infrastructure Remove forced -g from java compile lines in jaxp and jaxws JDK-8040747 core-libs Improve performance of IP address parsing JDK-8040760 core-libs First pass of adding unit tests for java.sql JDK-8040837 core-libs Avoid provoking NumberFormatException when initializing InetAddrCachePolicy JDK-8040903 tools Clean up use of BUG_ID in javadoc tests JDK-8040908 tools javadoc test TestDocEncoding should use -notimestamp JDK-8041141 embedded JDK9 emb build failure on PPC platform JDK-8041150 tools Avoid silly use of static methods in JavadocTester JDK-8041151 infrastructure Better concurrency in hgforest.sh JDK-8041253 tools Avoid redundant synonyms of NO_TEST JDK-8041267 infrastructure Add filtering capability to CacheFind JDK-8041331 core-libs 17 new introduced java.sql tests "failed to clean up files after test" on windows JDK-8041397 core-libs Lint regression in java.net.SocketOption JDK-8041485 core-libs Need to update test/TEST.groups for the relocation of zipfs JDK-8041487 infrastructure Fix proper dependencies for correct incremental build of javadocs JDK-8041521 tools JDK-8034245 breaks a bootcycle build JDK-8041563 core-libs More ProblemList.txt updates (4/2014) JDK-8041593 infrastructure Update README-builds.html to refer to jdk9 JDK-8041695 tools Update the NetBeans build script and metadata