hg: valhalla/valhalla: 134 new changesets (original) (raw)

david.holmes at oracle.com david.holmes at oracle.com
Tue Feb 13 05:15:21 UTC 2018


Changeset: 290b480df13e Author: sdama Date: 2018-02-02 23:21 +0530 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/290b480df13e

8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one Summary: Sort ScriptEngineFactory by name so that same engine is retrieved across all OS Reviewed-by: alanb, sundar Contributed-by: srinivas.dama at oracle.com

! src/java.scripting/share/classes/javax/script/ScriptEngineManager.java

Changeset: ef3557eb4306 Author: vromero Date: 2018-02-02 07:43 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ef3557eb4306

8196403: remove the remaining use of string keys for errors and warnings in the compiler Reviewed-by: mcimadamore, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/MemberEnter.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/ParserFactory.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacFiler.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties ! src/jdk.compiler/share/classes/com/sun/tools/javac/util/AbstractLog.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/util/JCDiagnostic.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java ! src/jdk.compiler/share/classes/module-info.java ! src/jdk.jshell/share/classes/jdk/jshell/CompletenessAnalyzer.java ! src/jdk.jshell/share/classes/jdk/jshell/ReplParser.java ! test/langtools/tools/javac/6304921/TestLog.java

Changeset: 02b7ea53c1a4 Author: bpb Date: 2018-02-02 09:18 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/02b7ea53c1a4

8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList Reviewed-by: alanb, psandoz

! test/jdk/ProblemList.txt

Changeset: 6cb86bf0b51e Author: darcy Date: 2018-02-02 10:29 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/6cb86bf0b51e

8196623: Update JavaBaseTest.java to be version agnostic Reviewed-by: vromero

! test/langtools/tools/javac/modules/JavaBaseTest.java

Changeset: 9a00756a58d0 Author: darcy Date: 2018-02-02 10:31 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/9a00756a58d0

8196627: Update MultiReleaseJarAwareSJFM.java to be version agnostic Reviewed-by: vromero

! test/langtools/tools/javac/file/MultiReleaseJar/MultiReleaseJarAwareSJFM.java

Changeset: 9f728dd46c56 Author: serb Date: 2018-01-22 08:00 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/9f728dd46c56

6990210: [TEST_BUG] EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java fails on gnome Reviewed-by: serb Contributed-by: Michal Vala <mvala at redhat.com>

! test/jdk/java/awt/EventDispatchThread/HandleExceptionOnEDT/HandleExceptionOnEDT.java

Changeset: 4b622ca57277 Author: ssadetsky Date: 2018-01-26 10:49 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/4b622ca57277

8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization Reviewed-by: serb, prr

! src/java.desktop/macosx/classes/com/apple/laf/AquaMenuBarBorder.java ! src/java.desktop/share/classes/java/awt/Component.java ! src/java.desktop/share/classes/java/awt/Container.java

Changeset: 8a99ef2b3558 Author: prr Date: 2018-01-26 15:38 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8a99ef2b3558

8193483: Update client-libs ProblemList.txt Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: fb62f481671e Author: jdv Date: 2018-01-30 11:53 +0530 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fb62f481671e

8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size Reviewed-by: serb, pnarayanan

! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java

Changeset: 2d03ebb72df2 Author: prr Date: 2018-01-30 09:03 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/2d03ebb72df2

Merge

Changeset: 2f4fe7776a53 Author: sgehwolf Date: 2018-01-26 16:45 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/2f4fe7776a53

8196218: [linux] libfontmanager should be linked against headless awt library Summary: Also remove linker flags filtering (technical dept). Reviewed-by: prr, erikj

! make/lib/Awt2dLibraries.gmk

Changeset: c832897a3a23 Author: prr Date: 2018-01-31 09:20 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c832897a3a23

8196509: Linux UI applications broken by the build change for JDK-8196218 Reviewed-by: serb

! make/lib/Awt2dLibraries.gmk

Changeset: 5d251b8c3939 Author: prr Date: 2018-01-31 15:36 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/5d251b8c3939

8196468: Client jtreg ProblemList updates Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: 8850bd195bbd Author: pbansal Date: 2018-02-01 16:38 +0530 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8850bd195bbd

7007967: DefaultRowSorter: incorrect sorting due to not updating comparator cache Reviewed-by: serb, jdv

! src/java.desktop/share/classes/javax/swing/DefaultRowSorter.java

Changeset: e8e8391f7a1a Author: pbansal Date: 2018-02-02 17:02 +0530 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/e8e8391f7a1a

8196443: javax/swing/JList/BasicListTest.java has invalid tag Reviewed-by: psadhukhan, ssadetsky

! test/jdk/javax/swing/JList/BasicListTest.java

Changeset: 7c63eefd620a Author: prr Date: 2018-02-02 09:04 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7c63eefd620a

Merge

Changeset: 0454688cc319 Author: prr Date: 2018-02-02 10:32 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/0454688cc319

Merge

! test/jdk/ProblemList.txt

Changeset: 7c12219870fd Author: rriggs Date: 2018-02-02 14:17 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7c12219870fd

8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner Reviewed-by: chegar, plevart

! make/mapfiles/libnet/mapfile-vers ! src/java.base/share/classes/java/net/AbstractPlainDatagramSocketImpl.java ! src/java.base/share/classes/java/net/AbstractPlainSocketImpl.java ! src/java.base/share/classes/java/net/ServerSocket.java

Changeset: cdd3239a2a61 Author: bpb Date: 2018-02-02 13:44 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/cdd3239a2a61

8166253: (ch) FileLock object can get GC'd and result in unexpected release of file lock Reviewed-by: alanb, dfuchs, mli, rriggs

! src/java.base/share/classes/sun/nio/ch/FileLockTable.java

Changeset: 59bba47f435e Author: martin Date: 2018-02-02 12:34 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/59bba47f435e

8196609: Improve javadoc for java.time.Instant.getEpochSecond Reviewed-by: dfuchs

! src/java.base/share/classes/java/time/Instant.java

Changeset: 7d5826282e8d Author: igerasim Date: 2018-02-03 21:12 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7d5826282e8d

8196740: Character.digit(int,int) returns wrong value for out of range radix Reviewed-by: redestad

! make/data/characterdata/CharacterDataLatin1.java.template

Changeset: d682d3da7923 Author: dholmes Date: 2018-02-04 21:00 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/d682d3da7923

8196550: [Testbug] runtime/appcds/MultiReleaseJars.java fails on JDK 11 Reviewed-by: alanb, iklam, ccheung

! test/hotspot/jtreg/runtime/appcds/MultiReleaseJars.java

Changeset: 364944ba4e2f Author: amlu Date: 2018-02-05 11:12 +0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/364944ba4e2f

8195981: Move some tests to OpenJDK for jdk_lang test group Reviewed-by: alanb, mchung

Changeset: ba52fa7bbf14 Author: ihse Date: 2018-02-05 09:15 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ba52fa7bbf14

8195689: Remove generated-configure.sh and instead use autoconf Reviewed-by: erikj

! .hgignore ! doc/building.html ! doc/building.md

Changeset: 8eb786b3d73d Author: dholmes Date: 2018-02-05 06:42 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8eb786b3d73d

8196657: [Testbug] TestOptionsWithRanges will fail for newly obsoleted flags that have not yet been removed Reviewed-by: kbarrett, tschatzl

! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/common/optionsvalidation/JVMOption.java

Changeset: 74be5b4ed152 Author: dholmes Date: 2018-02-05 06:43 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/74be5b4ed152

8196739: Disable obsolete/expired VM flag transitional warnings Reviewed-by: kbarrett

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

Changeset: c9ab849cd2f5 Author: cushon Date: 2018-02-05 10:43 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c9ab849cd2f5

8190452: javac should not add MethodParameters attributes to v51 and earlier class files Reviewed-by: vromero, jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Target.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/main/Arguments.java ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

Changeset: f7aed48bbbdc Author: jjg Date: 2018-02-05 11:35 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/f7aed48bbbdc

8196736: Refactor HelpWriter and properties Reviewed-by: ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties

Changeset: 4d716bc7ed54 Author: bpb Date: 2018-02-05 15:08 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/4d716bc7ed54

8196535: Remove support for pre-Java 6 non-JVM-wide file locking Reviewed-by: alanb, rriggs

! src/java.base/share/classes/sun/nio/ch/AsynchronousFileChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/FileChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/FileLockTable.java

Changeset: fd40b0b3d849 Author: sdama Date: 2018-02-06 23:49 +0530 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fd40b0b3d849

8152616: com.sun.tools.javac.tree.Pretty generates nested comments for enum Summary: Fixed nested comments for enum Reviewed-by: mcimadamore Contributed-by: srinivas.dama at oracle.com

! src/jdk.compiler/share/classes/com/sun/tools/javac/tree/Pretty.java

Changeset: ffbb784a8873 Author: alanb Date: 2018-02-06 16:04 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ffbb784a8873

8196787: (ch) Moving network channels to use j.u.c locks Reviewed-by: prappo, rriggs

! src/java.base/share/classes/sun/nio/ch/DatagramChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/IOUtil.java ! src/java.base/share/classes/sun/nio/ch/ServerSocketChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java ! src/java.base/unix/classes/sun/nio/ch/SinkChannelImpl.java ! src/java.base/unix/classes/sun/nio/ch/SourceChannelImpl.java ! src/java.base/unix/native/libnio/ch/SocketChannelImpl.c ! src/java.base/windows/classes/sun/nio/ch/SinkChannelImpl.java ! src/java.base/windows/classes/sun/nio/ch/SourceChannelImpl.java ! src/java.base/windows/native/libnio/ch/SocketChannelImpl.c

Changeset: 54f355e65415 Author: erikj Date: 2018-02-06 10:12 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/54f355e65415

8196803: Fix build warnings in jdk libraries with Xcode 9 Reviewed-by: tbell, ihse

! make/autoconf/flags.m4 ! make/autoconf/lib-bundled.m4 ! make/autoconf/spec.gmk.in ! make/lib/Awt2dLibraries.gmk ! make/lib/CoreLibraries.gmk ! make/lib/Lib-java.instrument.gmk ! make/lib/LibCommon.gmk ! src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m

Changeset: 0b1138ce244f Author: erikj Date: 2018-02-06 10:17 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/0b1138ce244f

8196879: Forgot to add file in JDK-8196803 Reviewed-by: tbell

Changeset: d018e76655fb Author: erikj Date: 2018-02-06 22:47 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/d018e76655fb

8196911: Windows build fails with not finding zlib.h Reviewed-by: tbell

! make/autoconf/lib-bundled.m4

Changeset: 338cd8dd9034 Author: dholmes Date: 2018-02-06 16:53 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/338cd8dd9034

8173401: Update VERSION_FEATURE for JDK 11 Reviewed-by: darcy, mchung, erikj

! make/autoconf/version-numbers

Changeset: fe377d6591ef Author: erikj Date: 2018-02-06 16:33 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fe377d6591ef

8196895: Create devkit for Macosx with Xcode 9.2 Reviewed-by: ihse, tbell

Changeset: ce608a09a666 Author: bpatel Date: 2018-02-06 18:28 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ce608a09a666

8196027: Remove "Prev" and "Next" links from the javadoc navigation Reviewed-by: jjg, ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Contents.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageTreeWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SplitIndexWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/WriterFactoryImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/WriterFactory.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/BuilderFactory.java ! test/langtools/jdk/javadoc/doclet/testIndexFiles/TestIndexFiles.java

Changeset: 8cc67294ec56 Author: apetcher Date: 2018-02-07 09:06 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8cc67294ec56

8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy Summary: Disable localization of error messages produced during policy file parsing Reviewed-by: mchung, mullan

! src/java.base/share/classes/sun/security/provider/PolicyFile.java ! src/java.base/share/classes/sun/security/provider/PolicyParser.java ! src/java.base/share/classes/sun/security/util/LocalizedMessage.java ! test/jdk/sun/security/util/Resources/customSysClassLoader/MessageFormatting.java

Changeset: ba19a21d727d Author: erikj Date: 2018-02-07 09:48 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ba19a21d727d

8196951: jdk build fails with clang: error: no such file or directory: '@LIBZ_CFLAGS@' Reviewed-by: tbell, alanb

! make/autoconf/lib-bundled.m4

Changeset: ffa68af7da87 Author: jjg Date: 2018-02-07 11:28 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ffa68af7da87

8195795: Organize output files by module/package, not just package Reviewed-by: ksrini, mchung, erikj

! make/Docs.gmk ! make/jdk/src/classes/build/tools/taglet/ModuleGraph.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassUseWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DocFilesHandlerImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/LinkFactoryImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleFrameWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleIndexFrameWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModulePackageIndexFrameWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageFrameWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageTreeWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageUseWriter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SourceToHTMLConverter.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TagletWriterImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseConfiguration.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/ClassUseMapper.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPath.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/LinkFactory.java ! test/langtools/jdk/javadoc/doclet/testCopyFiles/TestCopyFiles.java ! test/langtools/jdk/javadoc/doclet/testFramesNoFrames/TestFramesNoFrames.java

Changeset: 25725c11c296 Author: weijun Date: 2018-02-08 11:44 +0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/25725c11c296

8196823: jarsigner should not create a signed jar if the signing fails Reviewed-by: mullan, alanb

! src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java

Changeset: 74c1fa26435a Author: alanb Date: 2018-02-08 10:55 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/74c1fa26435a

8196956: (ch) More channels cleanup Reviewed-by: rriggs, prappo, bpb

! src/java.base/share/classes/java/nio/channels/SelectableChannel.java ! src/java.base/share/classes/java/nio/channels/spi/AbstractSelectableChannel.java ! src/java.base/share/classes/sun/nio/ch/DatagramChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/DatagramSocketAdaptor.java ! src/java.base/share/classes/sun/nio/ch/ServerSocketAdaptor.java ! src/java.base/share/classes/sun/nio/ch/ServerSocketChannelImpl.java ! src/java.base/share/classes/sun/nio/ch/SocketAdaptor.java ! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java

Changeset: 85c27aabf312 Author: apetcher Date: 2018-02-08 10:06 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/85c27aabf312

8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale. Summary: Fixing a minor bug in a test related to policy parser message formatting Reviewed-by: mullan, xuelei

! test/jdk/sun/security/util/Resources/customSysClassLoader/MessageFormatting.java

Changeset: 3d17a524da95 Author: redestad Date: 2018-02-08 18:45 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/3d17a524da95

8196869: Optimize Locale creation Reviewed-by: psandoz, plevart, naoto

! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/sun/util/locale/BaseLocale.java ! src/java.base/share/classes/sun/util/locale/LocaleObjectCache.java

Changeset: 76ebfaa3cc3f Author: erikj Date: 2018-02-08 10:28 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/76ebfaa3cc3f

8196356: Changes to m4 files don't trigger autoconf execution at build time Reviewed-by: tbell

! make/autoconf/configure

Changeset: 46d915180ad2 Author: bpb Date: 2018-02-08 10:54 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/46d915180ad2

8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris Reviewed-by: rriggs

! test/jdk/ProblemList.txt

Changeset: 2c4d1993b5f9 Author: erikj Date: 2018-02-08 12:01 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/2c4d1993b5f9

8196985: Disable new warnings from GCC 7.3 in jdk libraries Reviewed-by: tbell, ihse

! make/launcher/Launcher-jdk.pack.gmk ! make/lib/Awt2dLibraries.gmk ! make/lib/CoreLibraries.gmk ! make/lib/Lib-jdk.crypto.ec.gmk ! make/lib/Lib-jdk.jdwp.agent.gmk ! make/lib/Lib-jdk.pack.gmk

Changeset: 0c6ce8fdb50a Author: gadams Date: 2018-02-08 09:24 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/0c6ce8fdb50a

8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() Reviewed-by: erikj, clanger, chegar

! make/autoconf/flags.m4 ! src/java.base/windows/native/libnet/net_util_md.c ! src/java.base/windows/native/libnio/ch/SocketDispatcher.c ! src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c ! src/jdk.jdwp.agent/share/native/libdt_socket/sysSocket.h ! src/jdk.jdwp.agent/unix/native/libdt_socket/socket_md.c ! src/jdk.jdwp.agent/windows/native/libdt_socket/socket_md.c

Changeset: ac007e4bbf4b Author: shurailine Date: 2018-02-08 06:16 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ac007e4bbf4b

8178342: Missing @modules in jdk/jdk/nio/zipfs Reviewed-by: mchung

! test/jdk/jdk/nio/zipfs/Basic.java ! test/jdk/jdk/nio/zipfs/MultiReleaseJarTest.java ! test/jdk/jdk/nio/zipfs/PathOps.java ! test/jdk/jdk/nio/zipfs/ZFSTests.java ! test/jdk/jdk/nio/zipfs/ZeroDate.java ! test/jdk/jdk/nio/zipfs/ZipFSTester.java

Changeset: 266539dc2776 Author: shurailine Date: 2018-02-08 06:19 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/266539dc2776

Merge

Changeset: a0475462616e Author: martin Date: 2018-02-05 20:20 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a0475462616e

8196768: RootLoggerHandlers fails when source tree is read-only Reviewed-by: dfuchs

! test/jdk/java/util/logging/LogManager/Configuration/rootLoggerHandlers/BadRootLoggerHandlers.java ! test/jdk/java/util/logging/LogManager/Configuration/rootLoggerHandlers/RootLoggerHandlers.java

Changeset: db420a109457 Author: lana Date: 2018-02-02 03:02 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/db420a109457

Added tag jdk-10+42 for changeset 4b62b815b4f4

! .hgtags

Changeset: a844c1447af5 Author: prr Date: 2018-02-02 08:41 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a844c1447af5

8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz Reviewed-by: psadhukhan

! src/java.desktop/share/legal/harfbuzz.md

Changeset: 8a0181cb87d2 Author: asaha Date: 2018-02-02 19:44 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8a0181cb87d2

8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou at oracle.com

! make/conf/jib-profiles.js

Changeset: 2c1507ee85ee Author: joehw Date: 2018-02-02 14:44 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/2c1507ee85ee

8196717: remove xmlresolver.md Reviewed-by: lancea, rriggs

Changeset: 7c59727b4890 Author: clanger Date: 2018-02-07 09:18 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7c59727b4890

8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX Reviewed-by: dholmes, goetz, clanger Contributed-by: arno.zeller at sap.com

! src/hotspot/os/aix/os_aix.cpp

Changeset: 107413b070b9 Author: jlahoda Date: 2018-02-07 16:49 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/107413b070b9

8194764: javac incorrectly flags deprecated for removal imports Summary: Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java ! test/langtools/tools/javac/warnings/Deprecation.java ! test/langtools/tools/javac/warnings/Deprecation.lintDeprecation.out ! test/langtools/tools/javac/warnings/Deprecation.lintDeprecation8.out

Changeset: c2aec276d36a Author: lana Date: 2018-02-06 22:26 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c2aec276d36a

8196383: JDK 10 L10n resource file update - msgdrop 20 Reviewed-by: naoto Contributed-by: yue.l.liu at oracle.com

! src/java.base/share/classes/sun/launcher/resources/launcher_fr.properties ! src/java.base/share/classes/sun/security/tools/keytool/Resources_de.java ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_es.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_fr.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_it.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_ja.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_ko.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_pt_BR.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_sv.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_zh_CN.properties ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_zh_TW.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_de.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_es.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_fr.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_it.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_ja.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_ko.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_pt_BR.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_sv.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_zh_CN.properties ! src/java.xml/share/classes/javax/xml/catalog/CatalogMessages_zh_TW.properties ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties ! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties ! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_fr.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_ja.properties ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties ! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_ja.properties ! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_zh_CN.properties

Changeset: 808555a54e9c Author: tschatzl Date: 2018-02-08 10:15 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/808555a54e9c

8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set Summary: Remove code related to collection set checking in that method. Reviewed-by: kbarrett, ehelin

! src/hotspot/share/gc/g1/g1RemSet.cpp

Changeset: fdc2a952e8fe Author: lana Date: 2018-02-08 20:19 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fdc2a952e8fe

Added tag jdk-10+43 for changeset 107413b070b9

! .hgtags

Changeset: eb5572d58bb1 Author: lana Date: 2018-02-09 02:23 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/eb5572d58bb1

Merge

! .hgtags

Changeset: 6ebef5cd0c8d Author: eosterlund Date: 2018-01-10 22:40 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/6ebef5cd0c8d

8194736: Refactor weak oops in ProtectionDomain table to use the Access API Reviewed-by: coleenp, pliden

! src/hotspot/share/classfile/dictionary.cpp ! src/hotspot/share/classfile/dictionary.hpp ! src/hotspot/share/classfile/protectionDomainCache.cpp ! src/hotspot/share/classfile/protectionDomainCache.hpp

Changeset: c823eca266c3 Author: stefank Date: 2018-01-12 13:56 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c823eca266c3

8194925: NMT: SummarySanityCheck test can't parse values > max_jint Reviewed-by: shade, zgu

! test/hotspot/jtreg/runtime/NMT/SummarySanityCheck.java

Changeset: bade224cc81e Author: pliden Date: 2018-01-12 16:19 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/bade224cc81e

8195000: Remove unused left-overs in arguments.hpp Reviewed-by: stefank

! src/hotspot/share/runtime/arguments.hpp

Changeset: 899b522ed65c Author: eosterlund Date: 2018-01-10 22:43 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/899b522ed65c

8194741: Refactor oops in constant pool from CDS to use the Access API Reviewed-by: coleenp, jiangli

! src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.hpp ! src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.inline.hpp ! src/hotspot/share/oops/access.hpp ! src/hotspot/share/oops/access.inline.hpp ! src/hotspot/share/oops/constantPool.cpp ! src/hotspot/share/oops/cpCache.cpp

Changeset: 4d1970962ee9 Author: eosterlund Date: 2018-01-15 15:18 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/4d1970962ee9

8195107: CDS broken due to 8194741 Reviewed-by: coleenp

! src/hotspot/share/oops/constantPool.cpp

Changeset: cc231bd80c8b Author: jwilhelm Date: 2018-01-13 02:56 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/cc231bd80c8b

Merge

Changeset: 7638bf98a312 Author: kbarrett Date: 2017-11-21 09:47 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7638bf98a312

8194312: Support parallel and concurrent JNI global handle processing Summary: Add OopStorage, change JNI gloabl/weak to use OopStorage. Reviewed-by: coleenp, sspitsyn, eosterlund

Changeset: a766aa4a1f07 Author: amenkov Date: 2018-01-17 09:43 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a766aa4a1f07

8187447: 2081 doc issues in jvmti.html Reviewed-by: sspitsyn, dtitov

! src/hotspot/share/prims/jvmti.xml ! src/hotspot/share/prims/jvmti.xsl ! src/hotspot/share/prims/jvmtiLib.xsl

Changeset: 7c8f208580cb Author: gziemski Date: 2018-01-17 13:39 -0600 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/7c8f208580cb

8194831: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message Summary: Only show the actual GC used in the error message. Show exit status in hex as well as decimal. Reviewed-by: dholmes

! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/common/optionsvalidation/JVMOption.java

Changeset: 423faefc77df Author: dtitov Date: 2018-01-17 16:49 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/423faefc77df

8153629: Need to cover JVMTI's GetOwnedMonitorStackDepthInfo function Reviewed-by: sspitsyn, cjplummer

! make/test/JtregNativeHotspot.gmk

Changeset: 6e079ff6c83c Author: iignatyev Date: 2018-01-17 21:44 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/6e079ff6c83c

8186635: ClassFileInstaller should be run as a driver Reviewed-by: dholmes

! test/hotspot/jtreg/compiler/aot/DeoptimizationTest.java ! test/hotspot/jtreg/compiler/aot/RecompilationTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java ! test/hotspot/jtreg/gc/TestAgeOutput.java ! test/hotspot/jtreg/gc/TestNumWorkerOutput.java ! test/hotspot/jtreg/gc/TestSmallHeap.java ! test/hotspot/jtreg/gc/arguments/TestCMSHeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestG1HeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestMinAndInitialSurvivorRatioFlags.java ! test/hotspot/jtreg/gc/arguments/TestMinInitialErgonomics.java ! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java ! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestParallelHeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestSerialHeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java ! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java ! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java ! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgo.java ! test/hotspot/jtreg/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java ! test/hotspot/jtreg/gc/class_unloading/TestClassUnloadingDisabled.java ! test/hotspot/jtreg/gc/class_unloading/TestG1ClassUnloadingHWM.java ! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlCMS.java ! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1.java ! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1Basics.java ! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlParallel.java ! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlSerial.java ! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsLog.java ! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java ! test/hotspot/jtreg/gc/g1/TestHumongousCodeCacheRoots.java ! test/hotspot/jtreg/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java ! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java ! test/hotspot/jtreg/gc/g1/TestNoEagerReclaimOfHumongousRegions.java ! test/hotspot/jtreg/gc/g1/TestPLABOutput.java ! test/hotspot/jtreg/gc/g1/TestRegionLivenessPrint.java ! test/hotspot/jtreg/gc/g1/TestRemsetLogging.java ! test/hotspot/jtreg/gc/g1/TestRemsetLoggingPerRegion.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData00.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData05.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData10.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData15.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData20.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData25.java ! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData30.java ! test/hotspot/jtreg/gc/g1/TestVerifyGCType.java ! test/hotspot/jtreg/gc/g1/mixedgc/TestLogging.java ! test/hotspot/jtreg/gc/g1/plab/TestPLABPromotion.java ! test/hotspot/jtreg/gc/g1/plab/TestPLABResize.java ! test/hotspot/jtreg/gc/metaspace/TestCapacityUntilGCWrapAround.java ! test/hotspot/jtreg/gc/metaspace/TestMetaspaceCMSCancel.java ! test/hotspot/jtreg/gc/stress/TestMultiThreadStressRSet.java ! test/hotspot/jtreg/gc/stress/TestStressRSetCoarsening.java ! test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java ! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromEdenToTenured.java ! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java ! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java ! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionToSurvivor.java ! test/hotspot/jtreg/gc/whitebox/TestConcMarkCycleWB.java ! test/hotspot/jtreg/gc/whitebox/TestWBGC.java ! test/hotspot/jtreg/runtime/8026365/InvokeSpecialAnonTest.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClass.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClassLoader.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveObject.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveSoftReference.java ! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java ! test/hotspot/jtreg/runtime/NMT/ChangeTrackingLevel.java ! test/hotspot/jtreg/runtime/NMT/CommitOverlappingRegions.java ! test/hotspot/jtreg/runtime/NMT/JcmdDetailDiff.java ! test/hotspot/jtreg/runtime/NMT/JcmdSummaryDiff.java ! test/hotspot/jtreg/runtime/NMT/MallocRoundingReportTest.java ! test/hotspot/jtreg/runtime/NMT/MallocSiteHashOverflow.java ! test/hotspot/jtreg/runtime/NMT/MallocStressTest.java ! test/hotspot/jtreg/runtime/NMT/MallocTestType.java ! test/hotspot/jtreg/runtime/NMT/MallocTrackingVerify.java ! test/hotspot/jtreg/runtime/NMT/ReleaseCommittedMemory.java ! test/hotspot/jtreg/runtime/NMT/ReleaseNoCommit.java ! test/hotspot/jtreg/runtime/NMT/SummarySanityCheck.java ! test/hotspot/jtreg/runtime/NMT/ThreadedMallocTestType.java ! test/hotspot/jtreg/runtime/NMT/ThreadedVirtualAllocTestType.java ! test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitUncommitRecommit.java ! test/hotspot/jtreg/runtime/NMT/VirtualAllocTestType.java ! test/hotspot/jtreg/runtime/RedefineObject/TestRedefineObject.java ! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency1.java ! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency2.java ! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency3.java ! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency4.java ! test/hotspot/jtreg/runtime/SharedArchiveFile/SharedStrings.java ! test/hotspot/jtreg/runtime/SharedArchiveFile/SpaceUtilizationCheck.java ! test/hotspot/jtreg/runtime/appcds/ClassLoaderTest.java ! test/hotspot/jtreg/runtime/appcds/HelloExtTest.java ! test/hotspot/jtreg/runtime/appcds/JvmtiAddPath.java ! test/hotspot/jtreg/runtime/appcds/MismatchedUseAppCDS.java ! test/hotspot/jtreg/runtime/appcds/MultiProcessSharing.java ! test/hotspot/jtreg/runtime/appcds/RewriteBytecodesTest.java ! test/hotspot/jtreg/runtime/appcds/SharedArchiveConsistency.java ! test/hotspot/jtreg/runtime/appcds/cacheObject/CheckCachedResolvedReferences.java ! test/hotspot/jtreg/runtime/appcds/cacheObject/GCStressTest.java ! test/hotspot/jtreg/runtime/appcds/customLoader/HelloCustom.java ! test/hotspot/jtreg/runtime/appcds/customLoader/LoaderSegregationTest.java ! test/hotspot/jtreg/runtime/appcds/customLoader/SameNameInTwoLoadersTest.java ! test/hotspot/jtreg/runtime/appcds/customLoader/UnintendedLoadersTest.java ! test/hotspot/jtreg/runtime/appcds/customLoader/UnloadUnregisteredLoaderTest.java ! test/hotspot/jtreg/runtime/appcds/javaldr/ArrayTest.java ! test/hotspot/jtreg/runtime/appcds/javaldr/GCSharedStringsDuringDump.java ! test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java ! test/hotspot/jtreg/runtime/appcds/jigsaw/limitmods/LimitModsTests.java ! test/hotspot/jtreg/runtime/appcds/sharedStrings/ExerciseGC.java ! test/hotspot/jtreg/runtime/appcds/sharedStrings/InternSharedString.java ! test/hotspot/jtreg/runtime/appcds/sharedStrings/LockSharedStrings.java ! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasicPlus.java ! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsWbTest.java ! test/hotspot/jtreg/runtime/handshake/HandshakeTransitionTest.java ! test/hotspot/jtreg/runtime/handshake/HandshakeWalkExitTest.java ! test/hotspot/jtreg/runtime/handshake/HandshakeWalkOneExitTest.java ! test/hotspot/jtreg/runtime/handshake/HandshakeWalkStackFallbackTest.java ! test/hotspot/jtreg/runtime/handshake/HandshakeWalkStackTest.java ! test/hotspot/jtreg/runtime/interned/SanityTest.java ! test/hotspot/jtreg/runtime/memory/ReadFromNoaccessArea.java ! test/hotspot/jtreg/runtime/memory/ReadVMPageSize.java ! test/hotspot/jtreg/runtime/memory/ReserveMemory.java ! test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently.java ! test/hotspot/jtreg/runtime/memory/StressVirtualSpaceResize.java ! test/hotspot/jtreg/runtime/modules/AccessCheckAllUnnamed.java ! test/hotspot/jtreg/runtime/modules/AccessCheckExp.java ! test/hotspot/jtreg/runtime/modules/AccessCheckJavaBase.java ! test/hotspot/jtreg/runtime/modules/AccessCheckOpen.java ! test/hotspot/jtreg/runtime/modules/AccessCheckRead.java ! test/hotspot/jtreg/runtime/modules/AccessCheckSuper.java ! test/hotspot/jtreg/runtime/modules/AccessCheckUnnamed.java ! test/hotspot/jtreg/runtime/modules/AccessCheckWorks.java ! test/hotspot/jtreg/runtime/modules/CCE_module_msg.java ! test/hotspot/jtreg/runtime/modules/ExportTwice.java ! test/hotspot/jtreg/runtime/modules/JVMAddModuleExportToAllUnnamed.java ! test/hotspot/jtreg/runtime/modules/JVMAddModuleExports.java ! test/hotspot/jtreg/runtime/modules/JVMAddModuleExportsToAll.java ! test/hotspot/jtreg/runtime/modules/JVMAddReadsModule.java ! test/hotspot/jtreg/runtime/modules/JVMDefineModule.java ! test/hotspot/jtreg/runtime/modules/LoadUnloadModuleStress.java ! test/hotspot/jtreg/runtime/whitebox/WBStackSize.java ! test/hotspot/jtreg/sanity/MismatchedWhiteBox/WhiteBox.java ! test/hotspot/jtreg/sanity/WBApi.java ! test/hotspot/jtreg/serviceability/ParserTest.java ! test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java ! test/hotspot/jtreg/serviceability/jvmti/GetObjectSizeClass.java ! test/hotspot/jtreg/serviceability/jvmti/GetObjectSizeOverflow.java ! test/hotspot/jtreg/testlibrary_tests/TestPlatformIsTieredSupported.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/BlobSanityTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/BooleanTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/DoubleTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/IntxTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/SizeTTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/StringTest.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/Uint64Test.java ! test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/UintxTest.java

Changeset: d2920683b2ea Author: never Date: 2018-01-18 09:01 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/d2920683b2ea

8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects Reviewed-by: kvn, sspitsyn, phh

! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/runtime/vframe_hp.cpp ! src/hotspot/share/runtime/vframe_hp.hpp

Changeset: b9a29dfaaeb2 Author: ecaspole Date: 2018-01-18 16:37 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/b9a29dfaaeb2

8195064: LogCompilation: Chicken and egg startup problem with types Summary: Removed extra null check that was causing the problem Reviewed-by: thartmann, kvn

! src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogParser.java

Changeset: ea0d0781c63c Author: iklam Date: 2018-01-16 16:57 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ea0d0781c63c

8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared Summary: Use a single range check with MetaspaceObj::shared_metaspace{base,top} Reviewed-by: jiangli, redestad, shade

! src/hotspot/os/posix/vmError_posix.cpp ! src/hotspot/os/windows/vmError_windows.cpp ! src/hotspot/share/interpreter/rewriter.cpp ! src/hotspot/share/memory/allocation.cpp ! src/hotspot/share/memory/allocation.hpp ! src/hotspot/share/memory/filemap.cpp ! src/hotspot/share/memory/filemap.hpp ! src/hotspot/share/memory/metaspace.cpp ! src/hotspot/share/memory/metaspaceShared.cpp ! src/hotspot/share/memory/metaspaceShared.hpp ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/oops/klassVtable.cpp ! src/hotspot/share/oops/method.cpp ! src/hotspot/share/prims/whitebox.cpp ! src/hotspot/share/utilities/hashtable.cpp

Changeset: e9db0f10f80e Author: iignatyev Date: 2018-01-18 16:57 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/e9db0f10f80e

8195724: compiler.calls.common.InvokeDynamicPatcher can be run as driver Reviewed-by: kvn

! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/calls/fromCompiled/CompiledInvokeDynamic2CompiledTest.java ! test/hotspot/jtreg/compiler/calls/fromCompiled/CompiledInvokeDynamic2InterpretedTest.java ! test/hotspot/jtreg/compiler/calls/fromCompiled/CompiledInvokeDynamic2NativeTest.java ! test/hotspot/jtreg/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2CompiledTest.java ! test/hotspot/jtreg/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2InterpretedTest.java ! test/hotspot/jtreg/compiler/calls/fromInterpreted/InterpretedInvokeDynamic2NativeTest.java

Changeset: 5264a11d3753 Author: iignatyev Date: 2018-01-18 16:57 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/5264a11d3753

8195729: compiler.aot.AotCompiler should be run as a driver Reviewed-by: kvn, mseledtsov

! test/hotspot/jtreg/compiler/aot/DeoptimizationTest.java ! test/hotspot/jtreg/compiler/aot/RecompilationTest.java ! test/hotspot/jtreg/compiler/aot/SharedUsageTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeInterface2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeSpecial2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeStatic2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2CompiledTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2InterpretedTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromAot/AotInvokeVirtual2NativeTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromCompiled/CompiledInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeDynamic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeInterface2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromInterpreted/InterpretedInvokeVirtual2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeSpecial2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeStatic2AotTest.java ! test/hotspot/jtreg/compiler/aot/calls/fromNative/NativeInvokeVirtual2AotTest.java

Changeset: ffb00d255511 Author: njian Date: 2018-01-17 13:21 +0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ffb00d255511

8195588: AArch64: Codegen fix after JDK-8194256 Summary: Update shift constant usage to align with the assembler change. Reviewed-by: aph

! src/hotspot/cpu/aarch64/aarch64.ad

Changeset: 178aec08f009 Author: aph Date: 2018-01-19 16:57 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/178aec08f009

8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp ! src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp

Changeset: 48b6b247eb7a Author: hseigel Date: 2018-01-22 14:04 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/48b6b247eb7a

8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap Summary: Remove the option and the code that checks for it. Reviewed-by: dholmes, lfoltan

! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/globals.hpp

Changeset: d4da6c690dad Author: hseigel Date: 2018-01-22 14:08 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/d4da6c690dad

Merge

Changeset: 099f18e10557 Author: bobv Date: 2018-01-22 15:05 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/099f18e10557

8193710: jcmd -l and jps commands do not list Java processes running in Docker containers Reviewed-by: mchung, dholmes, cjplummer

! src/hotspot/os/linux/perfMemory_linux.cpp

Changeset: cc7ae802c537 Author: bobv Date: 2018-01-22 15:29 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/cc7ae802c537

Merge

Changeset: 6738bf669314 Author: sspitsyn Date: 2018-01-22 14:14 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/6738bf669314

8194143: remove unneeded casts in LocationImpl and MirrorImpl classes Summary: remove unneeded casts in LocationImpl and MirrorImpl classes Reviewed-by: sspitsyn, dholmes Contributed-by: egor.ushakov at jetbrains.com

! src/jdk.jdi/share/classes/com/sun/tools/jdi/LocationImpl.java ! src/jdk.jdi/share/classes/com/sun/tools/jdi/MirrorImpl.java

Changeset: 8f451978683c Author: mlarsson Date: 2018-01-23 08:55 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8f451978683c

8170941: Executing gtest with invalid -Xlog argument crashes gtestLauncher Reviewed-by: rehn, stuefe

! test/hotspot/gtest/gtestMain.cpp

Changeset: decc1bb41107 Author: iveresov Date: 2018-01-23 08:18 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/decc1bb41107

8194669: jaotc truncates the invalid filename provided to --output Summary: Do not skip the first character of the linker output Reviewed-by: kvn

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Linker.java

Changeset: 51fc22e5fb00 Author: mdoerr Date: 2018-01-22 12:04 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/51fc22e5fb00

8195691: AIX build broken after 8194312 Reviewed-by: kbarrett, goetz

! src/hotspot/share/gc/shared/oopStorage.hpp ! test/hotspot/gtest/gc/shared/test_oopStorage.cpp

Changeset: fd8ccb37fce9 Author: goetz Date: 2018-01-19 17:01 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fd8ccb37fce9

8195776: [x86,sparc] A row of minor fixes and enhancements. Reviewed-by: kvn

! src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp ! src/hotspot/cpu/sparc/c1_globals_sparc.hpp ! src/hotspot/cpu/sparc/c2_globals_sparc.hpp ! src/hotspot/cpu/sparc/compiledIC_sparc.cpp ! src/hotspot/cpu/sparc/stubGenerator_sparc.cpp ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp ! src/hotspot/cpu/x86/c1_LIRGenerator_x86.cpp ! src/hotspot/cpu/x86/c1_globals_x86.hpp ! src/hotspot/cpu/x86/c2_globals_x86.hpp ! src/hotspot/cpu/x86/compiledIC_x86.cpp ! src/hotspot/cpu/x86/methodHandles_x86.cpp ! src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_32.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp ! src/hotspot/cpu/x86/x86_32.ad ! src/hotspot/share/runtime/globals.hpp

Changeset: 2b0b7f222800 Author: kbarrett Date: 2018-01-23 14:27 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/2b0b7f222800

8195690: JNI GetObjectRefType doesn't handle NULL Summary: Properly handle NULL, add some non-NULL preconditions. Reviewed-by: dholmes, mdoerr

! src/hotspot/share/gc/shared/oopStorage.cpp ! src/hotspot/share/gc/shared/oopStorage.hpp ! src/hotspot/share/prims/jni.cpp ! src/hotspot/share/prims/jniCheck.cpp ! src/hotspot/share/runtime/jniHandles.cpp ! src/hotspot/share/runtime/jniHandles.hpp ! src/hotspot/share/runtime/os.cpp

Changeset: a81c930a8838 Author: rbackman Date: 2018-01-18 19:21 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a81c930a8838

8191915: JCK tests produce incorrect results with C2 Reviewed-by: thartmann, vlivanov, goetz

! src/hotspot/share/opto/mathexactnode.cpp ! src/hotspot/share/opto/mathexactnode.hpp

Changeset: 1f7ebe9dd5b2 Author: mhorie Date: 2018-01-24 11:22 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/1f7ebe9dd5b2

8194861: PPC64 : Need support for VSR spills in ppc.ad Reviewed-by: mdoerr, goetz

! src/hotspot/cpu/ppc/assembler_ppc.hpp ! src/hotspot/cpu/ppc/assembler_ppc.inline.hpp ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/ppc/vm_version_ppc.cpp

Changeset: 58787a1708d2 Author: coleenp Date: 2018-01-24 11:33 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/58787a1708d2

8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify Summary: protection domain package access cache needs to be walked in unloading Reviewed-by: dholmes, jiangli, zgu, kbarrett

! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/classfile/dictionary.cpp ! src/hotspot/share/classfile/dictionary.hpp ! src/hotspot/share/classfile/protectionDomainCache.hpp

Changeset: f43576cfb273 Author: kbarrett Date: 2018-01-24 18:00 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/f43576cfb273

8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used Summary: Reduce JNI oopstorage lock ranks to be more special than "special". Reviewed-by: coleenp, acorn, eosterlund

! src/hotspot/share/runtime/mutexLocker.cpp

Changeset: c092a2fbb7c3 Author: mbaesken Date: 2018-01-28 19:49 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c092a2fbb7c3

8195857: Remove os::is_headless_jre Reviewed-by: goetz, dholmes

! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/os/solaris/os_solaris.cpp ! src/hotspot/os/windows/os_windows.cpp ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/os.hpp

Changeset: f01f81fa1242 Author: coleenp Date: 2018-01-29 11:55 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/f01f81fa1242

8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class Summary: Use unsigned short to save method_id in stack trace. Reviewed-by: mchung, hseigel

! src/hotspot/share/classfile/javaClasses.cpp

Changeset: d80d521e9cb1 Author: stefank Date: 2018-01-29 15:11 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/d80d521e9cb1

8196217: NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: zgu, pliden, coleenp

! src/hotspot/share/services/virtualMemoryTracker.cpp

Changeset: 3495d6050efe Author: kbarrett Date: 2018-01-29 16:51 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/3495d6050efe

8194898: Move OopStorage inline definitions to an .inline.hpp Reviewed-by: coleenp, hseigel

! src/hotspot/share/gc/shared/oopStorage.cpp ! src/hotspot/share/gc/shared/oopStorage.hpp

Changeset: 65a0cf59bfd8 Author: dstewart Date: 2018-01-30 10:38 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/65a0cf59bfd8

8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java Summary: Decrease amount of committed space for the test. Reviewed-by: tschatzl, stuefe

! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java

Changeset: ec4a84ba2aaf Author: jwilhelm Date: 2018-01-30 16:26 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ec4a84ba2aaf

8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: stefank

! src/hotspot/share/services/virtualMemoryTracker.cpp

Changeset: ee513596f3ee Author: jwilhelm Date: 2018-01-30 16:41 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ee513596f3ee

Merge

Changeset: 9a411a9a17f0 Author: ysuenaga Date: 2018-01-31 11:35 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/9a411a9a17f0

8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion Summary: Fix conversion of addresses to HeapRegions. Reviewed-by: jgeorge, tschatzl

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/G1HeapRegionTable.java

Changeset: 8250a10cf60f Author: mdoerr Date: 2018-01-31 15:10 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8250a10cf60f

8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC Reviewed-by: stuefe, goetz

! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp ! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp ! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp

Changeset: 8a9808a9dd6b Author: clanger Date: 2018-01-31 16:48 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8a9808a9dd6b

8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat Reviewed-by: goetz, stuefe

! src/hotspot/os/aix/libperfstat_aix.cpp ! src/hotspot/os/aix/libperfstat_aix.hpp ! src/hotspot/os/aix/os_aix.cpp

Changeset: 99c973b56994 Author: coleenp Date: 2018-01-31 11:07 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/99c973b56994

7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable Reviewed-by: dholmes, hseigel

! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/prims/forte.cpp ! src/hotspot/share/prims/jvmtiEnvBase.cpp ! src/hotspot/share/runtime/thread.cpp

Changeset: e48c4461a8bb Author: gziemski Date: 2018-01-31 11:12 -0600 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/e48c4461a8bb

8181503: Can't compile hotspot with c++11 Summary: Fixed 5 unique c++14 compiler issues Reviewed-by: coleenp, dholmes, kbarrett

! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp ! src/hotspot/share/code/compiledIC.cpp ! src/hotspot/share/logging/logConfiguration.cpp ! src/hotspot/share/logging/logConfiguration.hpp ! src/hotspot/share/logging/logTagLevelExpression.hpp ! src/hotspot/share/oops/accessBackend.cpp ! src/hotspot/share/utilities/vmError.cpp

Changeset: ef8a98bc71f8 Author: psandoz Date: 2018-01-31 10:55 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/ef8a98bc71f8

8196508: Add jdeprscan test TestRelease.java to the problem list Reviewed-by: smarks

! test/langtools/ProblemList.txt

Changeset: c4d9d1b08e2e Author: psandoz Date: 2017-09-08 10:46 -0700 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/c4d9d1b08e2e

8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support Reviewed-by: acorn, coleenp, kvn Contributed-by: lois.foltan at oracle.com, john.r.rose at oracle.com, paul.sandoz at oracle.com

! src/hotspot/cpu/x86/interp_masm_x86.cpp ! src/hotspot/cpu/x86/macroAssembler_x86.cpp ! src/hotspot/cpu/x86/templateTable_x86.cpp ! src/hotspot/share/c1/c1_GraphBuilder.cpp ! src/hotspot/share/ci/ciEnv.cpp ! src/hotspot/share/ci/ciReplay.cpp ! src/hotspot/share/ci/ciStreams.cpp ! src/hotspot/share/classfile/classFileParser.cpp ! src/hotspot/share/classfile/systemDictionary.cpp ! src/hotspot/share/classfile/systemDictionary.hpp ! src/hotspot/share/classfile/verifier.cpp ! src/hotspot/share/classfile/verifier.hpp ! src/hotspot/share/classfile/vmSymbols.cpp ! src/hotspot/share/classfile/vmSymbols.hpp ! src/hotspot/share/interpreter/bytecode.cpp ! src/hotspot/share/interpreter/bytecodeInterpreter.cpp ! src/hotspot/share/interpreter/bytecodeTracer.cpp ! src/hotspot/share/interpreter/interpreterRuntime.cpp ! src/hotspot/share/interpreter/linkResolver.cpp ! src/hotspot/share/interpreter/linkResolver.hpp ! src/hotspot/share/interpreter/rewriter.cpp ! src/hotspot/share/interpreter/templateTable.cpp ! src/hotspot/share/interpreter/templateTable.hpp ! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp ! src/hotspot/share/jvmci/vmStructs_jvmci.cpp ! src/hotspot/share/memory/universe.cpp ! src/hotspot/share/memory/universe.hpp ! src/hotspot/share/oops/constantPool.cpp ! src/hotspot/share/oops/constantPool.hpp ! src/hotspot/share/oops/generateOopMap.cpp ! src/hotspot/share/opto/parse2.cpp ! src/hotspot/share/prims/jvm.cpp ! src/hotspot/share/prims/jvmtiRedefineClasses.cpp ! src/hotspot/share/prims/methodHandles.cpp ! src/hotspot/share/runtime/globals.hpp ! src/hotspot/share/runtime/reflection.cpp ! src/hotspot/share/runtime/signature.cpp ! src/hotspot/share/runtime/signature.hpp ! src/hotspot/share/runtime/vmStructs.cpp ! src/hotspot/share/utilities/constantTag.cpp ! src/hotspot/share/utilities/constantTag.hpp ! src/hotspot/share/utilities/exceptions.cpp ! src/hotspot/share/utilities/exceptions.hpp ! src/hotspot/share/utilities/globalDefinitions.hpp ! src/java.base/share/classes/java/lang/BootstrapMethodError.java

Changeset: 8772acd913e5 Author: psandoz Date: 2018-01-31 11:20 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/8772acd913e5

8187742: Minimal set of bootstrap methods for constant dynamic Reviewed-by: jrose, forax Contributed-by: brian.goetz at oracle.com, paul.sandoz at oracle.com

Changeset: 5fcc602d36b6 Author: ecaspole Date: 2018-01-31 17:45 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/5fcc602d36b6

8195069: LogCompilation - add basic unit tests Summary: Framework and simple junits with static input Reviewed-by: kvn, thartmann

! src/utils/LogCompilation/pom.xml

Changeset: 93de07994202 Author: jwilhelm Date: 2018-02-01 02:05 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/93de07994202

Merge

! make/autoconf/generated-configure.sh

Changeset: 11920d5d14a8 Author: psandoz Date: 2018-01-31 17:43 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/11920d5d14a8

8196533: Update CondyNestedTest.java to compile jcod file Reviewed-by: mchung

! test/jdk/java/lang/invoke/condy/CondyNestedTest.java ! test/jdk/java/lang/invoke/condy/CondyNestedTest_Code.jcod

Changeset: 05894c073b7e Author: coleenp Date: 2018-02-01 13:30 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/05894c073b7e

8196199: Remove miscellaneous oop comparison operators Reviewed-by: hseigel, lfoltan Contributed-by: kim.barrett at oracle.com, coleen.phillimore at oracle.com

! src/hotspot/share/code/oopRecorder.cpp ! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp ! src/hotspot/share/gc/parallel/parMarkBitMap.cpp ! src/hotspot/share/oops/oop.hpp ! src/hotspot/share/oops/oopsHierarchy.hpp ! src/hotspot/share/prims/jniCheck.cpp ! src/hotspot/share/services/threadService.cpp

Changeset: f1e8ddd6fdc4 Author: ccheung Date: 2018-02-01 10:55 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/f1e8ddd6fdc4

8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error Summary: Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon(). Reviewed-by: iklam, mseledtsov

! test/hotspot/jtreg/runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java ! test/hotspot/jtreg/runtime/appcds/test-classes/DummyClassHelper.java

Changeset: 614c7e117327 Author: psandoz Date: 2018-02-01 11:24 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/614c7e117327

8196583: Update jib and test jtreg version to 4.2 b12 Reviewed-by: mchung, lfoltan

! make/conf/jib-profiles.js ! test/hotspot/jtreg/TEST.ROOT ! test/jaxp/TEST.ROOT ! test/jdk/TEST.ROOT ! test/langtools/TEST.ROOT ! test/nashorn/TEST.ROOT

Changeset: 19ef3f64bc10 Author: psandoz Date: 2018-02-01 14:19 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/19ef3f64bc10

8195694: ConstantBootstraps.invoke does not preserve variable arity Reviewed-by: jrose

! src/java.base/share/classes/java/lang/invoke/ConstantBootstraps.java ! test/jdk/java/lang/invoke/condy/ConstantBootstrapsTest.java

Changeset: 62004f705d27 Author: jwilhelm Date: 2018-02-05 23:12 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/62004f705d27

Merge

! make/conf/jib-profiles.js ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/share/interpreter/bytecodeInterpreter.cpp ! src/hotspot/share/runtime/arguments.cpp ! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/common/optionsvalidation/JVMOption.java ! test/hotspot/jtreg/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java

Changeset: 423bcbb288ff Author: lfoltan Date: 2018-02-06 10:28 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/423bcbb288ff

8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz

! src/hotspot/share/runtime/reflection.cpp ! src/hotspot/share/runtime/signature.cpp ! src/hotspot/share/runtime/signature.hpp

Changeset: a262b919311a Author: aefimov Date: 2018-02-09 14:49 +0000 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a262b919311a

6857903: SAXException.initCause() does not correctly set Exception Reviewed-by: rriggs

! src/java.base/share/classes/jdk/internal/org/xml/sax/SAXException.java ! src/java.xml/share/classes/org/xml/sax/SAXException.java

Changeset: 27621e6afcc8 Author: erikj Date: 2018-02-09 13:56 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/27621e6afcc8

8187676: Disable uninitialized warnings for two files until proper fix available Reviewed-by: tbell, kvn, ihse

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 042834d56fbf Author: erikj Date: 2018-02-09 13:58 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/042834d56fbf

8196998: Create devkit for Linux with gcc 7.3 Reviewed-by: tbell, ihse

! make/devkit/Makefile ! make/devkit/Tools.gmk

Changeset: 5e2d2067da48 Author: ksrini Date: 2018-02-09 13:58 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/5e2d2067da48

8194651: javadoc: mark the com.sun.javadoc API for removal Reviewed-by: jjg

! src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotatedType.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationDesc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationTypeDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationTypeElementDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/AnnotationValue.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ClassDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ConstructorDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/Doc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/DocErrorReporter.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/Doclet.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ExecutableMemberDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/FieldDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/LanguageVersion.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/MemberDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/MethodDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/PackageDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ParamTag.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/Parameter.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ParameterizedType.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ProgramElementDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/RootDoc.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/SeeTag.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/SerialFieldTag.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/SourcePosition.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/Tag.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/ThrowsTag.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/Type.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/TypeVariable.java ! src/jdk.javadoc/share/classes/com/sun/javadoc/WildcardType.java ! src/jdk.javadoc/share/classes/com/sun/tools/doclets/standard/Standard.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/Main.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AbstractTypeImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotatedTypeImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotationDescImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotationTypeDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotationTypeElementDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/AnnotationValueImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ClassDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/Comment.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ConstructorDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/DocEnv.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/DocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/DocLocale.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/DocletInvoker.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ExecutableMemberDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/FieldDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavaScriptScanner.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocClassFinder.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocEnter.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocMemberEnter.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocTodo.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocTool.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/MemberDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/Messager.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/MethodDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ModifierFilter.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/PackageDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ParamTagImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ParameterImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ParameterizedTypeImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/PrimitiveType.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ProgramElementDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/RootDocImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SeeTagImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SerialFieldTagImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SerializedForm.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/SourcePositionImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/Start.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/TagImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ThrowsTagImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ToolOption.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/TypeMaker.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/TypeVariableImpl.java ! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/WildcardTypeImpl.java ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/Start.java

Changeset: 0937e5f799df Author: lancea Date: 2018-02-10 07:06 -0500 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/0937e5f799df

8190378: Removal of CORBA and Java EE modules Reviewed-by: rriggs, alanb, mchung, erikj, goetz

! make/CompileInterimRmic.gmk ! make/CompileJavaModules.gmk ! make/CompileToolsJdk.gmk ! make/Docs.gmk ! make/Images.gmk ! make/Main.gmk ! make/ToolsJdk.gmk ! make/autoconf/spec.gmk.in

Changeset: a5a2e4770524 Author: dl Date: 2018-02-10 09:17 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/a5a2e4770524

8190324: ThreadPoolExecutor should not specify a dependency on finalization Reviewed-by: martin, psandoz, alanb, rriggs, dholmes

! src/java.base/share/classes/java/util/concurrent/ThreadPoolExecutor.java ! test/jdk/java/util/concurrent/tck/ThreadPoolExecutorSubclassTest.java

Changeset: 21efc1774302 Author: dl Date: 2018-02-10 09:23 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/21efc1774302

8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 Reviewed-by: martin, psandoz, dholmes

! src/java.base/share/classes/java/util/concurrent/ArrayBlockingQueue.java ! src/java.base/share/classes/java/util/concurrent/Executors.java ! src/java.base/share/classes/java/util/concurrent/LinkedBlockingQueue.java ! test/jdk/java/util/AbstractMap/AbstractMapClone.java ! test/jdk/java/util/Collections/EmptyNavigableSet.java ! test/jdk/java/util/concurrent/ArrayBlockingQueue/WhiteBox.java ! test/jdk/java/util/concurrent/tck/AbstractQueuedLongSynchronizerTest.java ! test/jdk/java/util/concurrent/tck/AbstractQueuedSynchronizerTest.java ! test/jdk/java/util/concurrent/tck/CompletableFutureTest.java ! test/jdk/java/util/concurrent/tck/ForkJoinPoolTest.java ! test/jdk/java/util/concurrent/tck/JSR166TestCase.java ! test/jdk/java/util/concurrent/tck/LongAdderTest.java ! test/jdk/java/util/concurrent/tck/ReentrantLockTest.java ! test/jdk/java/util/concurrent/tck/ReentrantReadWriteLockTest.java ! test/jdk/java/util/concurrent/tck/SemaphoreTest.java ! test/jdk/java/util/concurrent/tck/ThreadLocalRandomTest.java

Changeset: 09e128cfff3e Author: attila Date: 2018-02-11 12:41 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/09e128cfff3e

8193295: Remove no longer used COMMALEFT Reviewed-by: hannesw, mhaupt

! src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/CodeGenerator.java ! src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/WeighNodes.java ! src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/BinaryNode.java ! src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/visitor/NodeOperatorVisitor.java ! src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/TokenType.java

Changeset: b3a833c9c6e9 Author: ehelin Date: 2018-02-12 09:12 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/b3a833c9c6e9

8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image Reviewed-by: ihse, erikj

! make/autoconf/boot-jdk.m4

Changeset: fe434d568439 Author: ihse Date: 2018-02-12 16:36 +0100 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/fe434d568439

8197571: Change storage location for generated-configure.sh Reviewed-by: tbell, simonis, stuefe

! .hgignore ! make/autoconf/basics.m4 ! make/autoconf/configure

Changeset: da4b1106787e Author: bpb Date: 2018-02-12 08:19 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/da4b1106787e

8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests Summary: Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping Reviewed-by: alanb, rriggs, forax

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

Changeset: 81f3a5eaecb0 Author: bpb Date: 2018-02-12 08:19 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/81f3a5eaecb0

8197498: (se) kevent polling should ignore signal interrupt (EINTR) 8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed". Reviewed-by: alanb

! src/java.base/macosx/native/libnio/ch/KQueueArrayWrapper.c

Changeset: 64a52906b71f Author: mchung Date: 2018-02-12 11:40 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/64a52906b71f

8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp Reviewed-by: bchristi

! test/jdk/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java ! test/jdk/java/lang/ClassLoader/forNameLeak/test.policy

Changeset: 4b9835e3215b Author: kvn Date: 2018-02-06 09:35 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/4b9835e3215b

8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann

! test/hotspot/jtreg/compiler/inlining/InlineAccessors.java

Changeset: 1d8f882f2b2f Author: xyin Date: 2018-02-13 12:19 +0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/1d8f882f2b2f

8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya

Changeset: 478e198da84b Author: xyin Date: 2018-02-13 12:26 +0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/478e198da84b

8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java Reviewed-by: vtewari, rriggs

Changeset: 84b4ffbba8b0 Author: igerasim Date: 2018-02-12 21:06 -0800 URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/84b4ffbba8b0

8197462: Inconsistent exception messages for invalid capturing group names 8179608: Error in comment in Pattern.java Reviewed-by: sherman

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



More information about the valhalla-dev mailing list