hg: amber/amber: 117 new changesets

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Thu Jun 7 19:59:06 UTC 2018


Changeset: 7cea35f78b50
Author:    dtitov
Date:      2018-05-31 14:09 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/7cea35f78b50

8197387: jcmd started by "root" must be allowed to access all VM processes
Reviewed-by: sspitsyn, stuefe

! src/hotspot/os/aix/attachListener_aix.cpp
! src/hotspot/os/bsd/attachListener_bsd.cpp
! src/hotspot/os/linux/attachListener_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/posix/os_posix.hpp
! src/hotspot/os/solaris/attachListener_solaris.cpp
! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/solaris/native/libattach/VirtualMachineImpl.c

Changeset: 928a93482dd7
Author:    rhalade
Date:      2018-05-31 14:56 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/928a93482dd7

8191031: Remove several Symantec Root CAs
Reviewed-by: mullan

! src/java.base/share/lib/security/cacerts
! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: 01e20d8850e3
Author:    dholmes
Date:      2018-05-31 18:47 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/01e20d8850e3

8204055: SIGSEGV in java -XX:
Reviewed-by: iklam, stuefe, ccheung

! src/hotspot/share/utilities/stringUtils.cpp
! test/hotspot/gtest/logging/test_logConfiguration.cpp
! test/hotspot/jtreg/runtime/CommandLine/UnrecognizedVMOption.java

Changeset: 1b6ea6bcd21a
Author:    rwestberg
Date:      2018-06-01 10:15 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/1b6ea6bcd21a

8203237: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
Reviewed-by: egahlin, mgronlun

! test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java

Changeset: 4d1393781fef
Author:    redestad
Date:      2018-06-01 11:34 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/4d1393781fef

8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache
Reviewed-by: psandoz

! src/java.base/share/classes/java/lang/invoke/MethodHandleImpl.java

Changeset: 1d5694c1aa03
Author:    jlahoda
Date:      2018-06-01 13:04 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/1d5694c1aa03

8203827: Upgrade JLine to 2.14.6
Reviewed-by: alanb, hannesw, rfield

+ src/jdk.internal.le/share/classes/jdk/internal/jline/DefaultTerminal2.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/NoInterruptUnixTerminal.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/OSvTerminal.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/Terminal.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/Terminal2.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/TerminalFactory.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/TerminalSupport.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/UnixTerminal.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/UnsupportedTerminal.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/WindowsTerminal.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/ConsoleKeys.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/ConsoleReader.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/CursorBuffer.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/KeyMap.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/KillRing.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/Operation.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/UserInterruptException.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/console/WCWidth.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/AggregateCompleter.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/AnsiStringsCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/ArgumentCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/CandidateListCompletionHandler.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/CandidateListCompletionHandler.properties
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/Completer.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/CompletionHandler.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/EnumCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/FileNameCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/NullCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/StringsCompleter.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/completer/package-info.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/FileHistory.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/History.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/MemoryHistory.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/PersistentHistory.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/history/package-info.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/internal/ConsoleReaderInputStream.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/internal/ConsoleRunner.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/console/package-info.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/extra/AnsiInterpretingOutputStream.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Ansi.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Configuration.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Curses.java
+ src/jdk.internal.le/share/classes/jdk/internal/jline/internal/InfoCmp.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/InputStreamReader.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Log.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/NonBlockingInputStream.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Nullable.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Preconditions.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/ShutdownHooks.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/TerminalLineSettings.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/TestAccessible.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/Urls.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/internal/package-info.java
! src/jdk.internal.le/share/classes/jdk/internal/jline/package-info.java
! src/jdk.internal.le/share/legal/jline.md
! src/jdk.internal.le/windows/native/lible/WindowsTerminal.cpp
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/ConsoleIOContext.java
! src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/Console.java
! test/jdk/jdk/internal/jline/console/StripAnsiTest.java
+ test/jdk/jdk/internal/jline/extra/AnsiInterpretingOutputStreamTest.java
! test/langtools/jdk/jshell/PasteAndMeasurementsUITest.java
! test/langtools/jdk/jshell/ToolTabSnippetTest.java
! test/langtools/jdk/jshell/UITesting.java

Changeset: ede65c4fb6da
Author:    gromero
Date:      2018-05-21 13:23 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/ede65c4fb6da

8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
Reviewed-by: mdoerr, goetz

! src/hotspot/cpu/ppc/vm_version_ppc.cpp
! src/hotspot/cpu/ppc/vm_version_ppc.hpp
! test/hotspot/jtreg/compiler/rtm/cli/RTMGenericCommandLineOptionTest.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/sun/hotspot/cpuinfo/CPUInfo.java

Changeset: d52bba1f19aa
Author:    lancea
Date:      2018-06-01 12:28 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/d52bba1f19aa

8190417: javadoc updates to java.util.regex.Matcher
Reviewed-by: lancea, alanb, dholmes
Contributed-by: Michal Vala <mvala at redhat.com>

! src/java.base/share/classes/java/util/regex/Matcher.java

Changeset: b933614e855e
Author:    serb
Date:      2018-05-16 16:46 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/b933614e855e

8194327: [macos] AWT windows have incorrect main/key window behaviors
Reviewed-by: serb, erikj
Contributed-by: Alan Snyder <fishgarage at cbfiddle.com>

! make/test/JtregNativeJdk.gmk
! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m
! src/java.desktop/macosx/native/libawt_lwawt/awt/CMenuBar.m
! src/java.desktop/macosx/native/libawt_lwawt/awt/CMenuItem.m
! src/java.desktop/macosx/native/libawt_lwawt/awt/LWCToolkit.h
+ test/jdk/java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java
+ test/jdk/java/awt/Window/MainKeyWindowTest/libTestMainKeyWindow.c

Changeset: ddbd2037f9ef
Author:    jdv
Date:      2018-05-17 11:40 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/ddbd2037f9ef

5109146: PNGMetadata Background color initialization from standard metadata is incomplete
Reviewed-by: prr, kaddepalli

! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGMetadata.java
! test/jdk/javax/imageio/plugins/png/VerifyRGBValuesFromBKGDChunk.java

Changeset: 80a5ff734fcd
Author:    serb
Date:      2018-05-17 14:41 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/80a5ff734fcd

8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
Reviewed-by: dmarkov

! src/java.desktop/macosx/classes/sun/lwawt/LWWindowPeer.java
! test/jdk/ProblemList.txt
+ test/jdk/java/awt/Window/LocationAtScreenCorner/LocationAtScreenCorner.java

Changeset: 8039dc75f125
Author:    serb
Date:      2018-05-22 17:33 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/8039dc75f125

8203027: Open source tests for "java.awt.geom"
Reviewed-by: prr, jdv

+ test/jdk/java/awt/geom/AffineTransform/QuadRotInverseBug.java
+ test/jdk/java/awt/geom/Arc2D/Arc2DIntersectsTest.java
+ test/jdk/java/awt/geom/Arc2D/ChordContainsTest.java
+ test/jdk/java/awt/geom/Arc2D/NotConvexPieTest.java
+ test/jdk/java/awt/geom/Arc2D/SetAnglesTest.java
+ test/jdk/java/awt/geom/Arc2D/SmallExtAngleTest.java
+ test/jdk/java/awt/geom/Area/ArcSubtractEllipseBug.java
+ test/jdk/java/awt/geom/Area/AreaNaNBug.java
+ test/jdk/java/awt/geom/Area/AreaTransformTest.java
+ test/jdk/java/awt/geom/Area/BoundsCache.java
+ test/jdk/java/awt/geom/Area/EqualsNull.java
+ test/jdk/java/awt/geom/Area/NPETests.java
+ test/jdk/java/awt/geom/Area/PolygonAdd.java
+ test/jdk/java/awt/geom/Area/PolygonSubtract.java
+ test/jdk/java/awt/geom/Area/QuadCurveOOMBug.java
+ test/jdk/java/awt/geom/Area/TightBBox.java
+ test/jdk/java/awt/geom/Area/TransformPrecision.java
+ test/jdk/java/awt/geom/CubicCurve2D/ContainsHang.java
+ test/jdk/java/awt/geom/CubicCurve2D/ContainsPoint.java
+ test/jdk/java/awt/geom/EqualsHashcode.java
+ test/jdk/java/awt/geom/GeneralPath/ContainsNaN.java
+ test/jdk/java/awt/geom/GeneralPath/ContainsPoint.java
+ test/jdk/java/awt/geom/GeneralPath/CreateTxReturnsGP.java
+ test/jdk/java/awt/geom/GeneralPath/EmptyRectHitTest.java
+ test/jdk/java/awt/geom/GeneralPath/IntersectsRect.java
+ test/jdk/java/awt/geom/Line2D/AALineTest.java
+ test/jdk/java/awt/geom/Line2D/NegLineDistSqBug.java
+ test/jdk/java/awt/geom/Path2D/CreateTxReturnsSame.java
+ test/jdk/java/awt/geom/Path2D/NonFiniteTests.java
+ test/jdk/java/awt/geom/Path2D/UnitTest.java
+ test/jdk/java/awt/geom/QuadCurve2D/Quad2DContainsTest.java
+ test/jdk/java/awt/geom/Rectangle2D/CreateIntersectBug.java
+ test/jdk/java/awt/geom/Rectangle2D/IntersectsLineHang.java
+ test/jdk/java/awt/geom/SerialTest.java
+ test/jdk/java/awt/geom/serial_1_6.out

Changeset: 276cb4b17f79
Author:    serb
Date:      2018-05-23 23:02 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/276cb4b17f79

8203498: The specification for java.applet package should be updated
Reviewed-by: prr

! src/java.desktop/share/classes/java/applet/Applet.java
! src/java.desktop/share/classes/java/applet/AppletContext.java
! src/java.desktop/share/classes/java/applet/AppletStub.java
! src/java.desktop/share/classes/java/applet/AudioClip.java
! src/java.desktop/share/classes/java/applet/package-info.java
! src/java.desktop/share/classes/javax/swing/JApplet.java

Changeset: 9e530b150333
Author:    bae
Date:      2018-05-25 11:35 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/9e530b150333

8203485: [freetype] text rotated on 180 degrees is too narrow
Reviewed-by: prr, serb

! src/java.desktop/share/native/libfontmanager/freetypeScaler.c
+ test/jdk/java/awt/font/Rotate/RotatedTextTest.java

Changeset: b2f046ae8eb6
Author:    prr
Date:      2018-05-25 12:12 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/b2f046ae8eb6

Merge

- src/hotspot/os/aix/jvm_aix.cpp
- src/hotspot/os/bsd/jvm_bsd.cpp
- src/hotspot/os/linux/jvm_linux.cpp
- src/hotspot/os/solaris/jvm_solaris.cpp
- src/hotspot/share/jfr/metadata/GenerateJfrFiles.java
- src/hotspot/share/memory/metachunk.cpp
- src/hotspot/share/memory/metachunk.hpp
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BaseExecutableMemberTaglet.java
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/BaseInlineTaglet.java
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/HiddenTaglet.java
! test/jdk/ProblemList.txt
- test/jdk/java/lang/Character/Blocks.txt
- test/jdk/java/lang/Character/CheckBlocks.java
- test/jdk/java/lang/Character/TestISOControls.java

Changeset: 008f416a79cb
Author:    prr
Date:      2018-05-25 16:23 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/008f416a79cb

8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
Reviewed-by: serb, erikj

! make/data/fontconfig/macosx.fontconfig.properties
! make/data/fontconfig/solaris.fontconfig.properties
! make/data/fontconfig/windows.fontconfig.properties
! make/gendata/GendataFontConfig.gmk
! src/demo/share/java2d/J2DBench/options/default.opt
- src/java.desktop/linux/conf/oblique-fonts/fonts.dir
! src/java.desktop/macosx/classes/sun/font/CFont.java
! src/java.desktop/macosx/classes/sun/font/CFontManager.java
! src/java.desktop/share/classes/sun/awt/FontConfiguration.java
! src/java.desktop/share/classes/sun/font/CMap.java
! src/java.desktop/share/classes/sun/font/FontManagerNativeLibrary.java
! src/java.desktop/share/classes/sun/font/FontUtilities.java
! src/java.desktop/share/classes/sun/font/SunFontManager.java
! src/java.desktop/unix/classes/sun/awt/FcFontManager.java
! src/java.desktop/unix/classes/sun/awt/X11FontManager.java
! src/java.desktop/unix/classes/sun/font/FontConfigManager.java
- src/java.desktop/unix/conf/fonts/fonts.dir
! test/jdk/java/awt/font/StyledMetrics/BoldSpace.java
! test/jdk/java/awt/font/TextLayout/LigatureCaretTest.java
! test/jdk/java/awt/font/TextLayout/TestHebrewMark.java
! test/jdk/java/awt/font/TextLayout/TestSinhalaChar.java
! test/jdk/java/awt/font/Underline/UnderlineTest.java
! test/jdk/java/awt/print/PrinterJob/PaintText.java
! test/jdk/java/awt/print/PrinterJob/PrintRotatedText.java
! test/jdk/java/awt/print/PrinterJob/PrintTextLayout.java
! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java

Changeset: b3a654c6fbcc
Author:    serb
Date:      2018-05-29 11:22 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/b3a654c6fbcc

8201279: javax.sound tests should not set java.home system property
Reviewed-by: prr, rriggs

! src/java.desktop/share/classes/com/sun/media/sound/JDK13Services.java
! src/java.desktop/share/classes/com/sun/media/sound/JSSecurityManager.java
! src/java.desktop/share/classes/javax/sound/midi/MidiSystem.java
! src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java
- test/jdk/javax/sound/midi/MidiSystem/DefaultProperties.java
+ test/jdk/javax/sound/midi/MidiSystem/DefaultProperties/DefaultProperties.java
+ test/jdk/javax/sound/midi/MidiSystem/DefaultProperties/DefaultPropertiesNegative.java
+ test/jdk/javax/sound/midi/MidiSystem/DefaultProperties/java.policy
+ test/jdk/javax/sound/midi/MidiSystem/DefaultProperties/negative.policy
+ test/jdk/javax/sound/midi/MidiSystem/DefaultProperties/testdata/conf/sound.properties
- test/jdk/javax/sound/midi/MidiSystem/testdata/conf/sound.properties
- test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties.java
+ test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/DefaultProperties.java
+ test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/DefaultPropertiesNegative.java
+ test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/java.policy
+ test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/negative.policy
+ test/jdk/javax/sound/sampled/AudioSystem/DefaultProperties/testdata/conf/sound.properties
- test/jdk/javax/sound/sampled/AudioSystem/testdata/conf/sound.properties

Changeset: 668463f93ec0
Author:    clanger
Date:      2018-05-30 08:19 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/668463f93ec0

8201429: Support AIX Input Method Editor (IME) for AWT Input Method Framework (IMF)
Reviewed-by: prr
Contributed-by: takiguc at linux.vnet.ibm.com, christoph.langer at sap.com

! make/lib/Awt2dLibraries.gmk
+ src/java.desktop/aix/classes/sun/awt/X11InputMethod.java
+ src/java.desktop/aix/native/libawt_xawt/awt/awt_InputMethod.c
! src/java.desktop/unix/classes/sun/awt/X11InputMethod.java
+ src/java.desktop/unix/classes/sun/awt/X11InputMethodBase.java
! src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c
! src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c

Changeset: 9289c4214a35
Author:    serb
Date:      2018-05-30 08:10 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/9289c4214a35

8196373: Introspector does not see overridden generic setter method
Reviewed-by: malenkov

! src/java.desktop/share/classes/com/sun/beans/introspect/PropertyInfo.java
+ test/jdk/java/beans/Introspector/GenericPropertyType.java
+ test/jdk/java/beans/Introspector/OverloadedSetter.java
+ test/jdk/java/beans/Introspector/OverriddenGenericGetter.java
+ test/jdk/java/beans/Introspector/OverriddenGenericSetter.java

Changeset: 25db2c8f3cf8
Author:    prr
Date:      2018-05-30 12:20 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/25db2c8f3cf8

8199530: Upgrade to harfbuzz 1.7.6
Reviewed-by: srl, serb

! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-atomic-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer-serialize.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-buffer.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-common.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-coretext.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-debug.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-dsalgs.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-font.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh
- src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cbdt-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-cmap-table.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cbdt-table.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-colr-table.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-color-cpal-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-font.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-glyf-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-head-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hhea-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-hmtx-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-kern-table.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-base-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gdef-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsub-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gsubgpos-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-map.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-maxp-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-name-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-table.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-os2-unicode-ranges.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-post-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-fallback.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic-win1256.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-arabic.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-hebrew.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-machine.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic-table.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer-machine.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer-private.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-myanmar-machine.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-myanmar-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-myanmar.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use-machine.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use-table.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-use.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-fallback.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-normalize.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-tag.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-avar-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-fvar-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-hvar-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-var-mvar-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-digest-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-set.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-string-array.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-glyf.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-plan.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset-private.hh
+ src/java.desktop/share/native/libfontmanager/harfbuzz/hb-subset.h
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-unicode-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-version.h

Changeset: 204621ae8e7c
Author:    prr
Date:      2018-05-30 15:19 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/204621ae8e7c

8204122: Update harfbuzz.md
Reviewed-by: srl

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

Changeset: 35190b496542
Author:    serb
Date:      2018-05-30 21:30 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/35190b496542

8203380: Missing platform and bug information for MouseModifiersInKeyEvent test
Reviewed-by: prr

! test/jdk/ProblemList.txt

Changeset: 8c4be5bd58bb
Author:    serb
Date:      2018-05-30 22:03 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/8c4be5bd58bb

8195624: Desktop API cannot be used without permission to read "os.version"
Reviewed-by: prr

! src/java.desktop/windows/classes/sun/awt/windows/WDesktopPeer.java
+ test/jdk/java/awt/Desktop/DefaultPermissions/DefaultPermissions.java
+ test/jdk/java/awt/Desktop/DefaultPermissions/java.policy

Changeset: 27d982661042
Author:    sveerabhadra
Date:      2018-05-31 16:50 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/27d982661042

8199723: Test java/awt/TextComponent/DeselectionDuringDoSelectionNonVisibleTest/DeselectionDuringDoSelectionNonVisibleTest.java fails
Reviewed-by: serb

+ test/jdk/javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java

Changeset: 2e0c4b2d567b
Author:    serb
Date:      2018-05-31 09:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/2e0c4b2d567b

8202051: Address compilation warnings in libawt with VS2017
Reviewed-by: prr

! make/lib/Awt2dLibraries.gmk
! src/java.desktop/windows/native/libawt/windows/awt_Debug.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Debug.h
! src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp

Changeset: 1ba28f0dbc33
Author:    serb
Date:      2018-05-31 09:52 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1ba28f0dbc33

8199150: Accessibility issues in java.desktop
8150156: Update bugs.sun.com references to bugs.java.com
Reviewed-by: prr

! src/java.desktop/share/classes/com/sun/beans/TypeResolver.java
! src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html
! src/java.desktop/share/classes/java/awt/doc-files/DesktopProperties.html
! src/java.desktop/share/classes/java/awt/doc-files/FocusSpec.html
! src/java.desktop/share/classes/java/awt/doc-files/Modality.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/bmp_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/gif_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/jpeg_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/png_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/standard_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/tiff_metadata.html
! src/java.desktop/share/classes/javax/imageio/metadata/doc-files/wbmp_metadata.html
! src/java.desktop/share/classes/javax/swing/JTree.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java
! src/java.desktop/share/classes/javax/swing/plaf/multi/doc-files/multi_tsc.html
! src/java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html
! src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/componentProperties.html
! src/java.desktop/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html
! src/java.desktop/share/classes/javax/swing/text/JTextComponent.java
! src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java

Changeset: dd9ec7e7e35a
Author:    prr
Date:      2018-05-31 13:04 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/dd9ec7e7e35a

Merge

- make/BuildNashorn.gmk
- make/UnpackSecurity.gmk
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/DebugValueMap.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/aaa
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/META-INF/services/javax.annotation.processing.Processor
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/APHotSpotSignature.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/AbstractVerifier.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/ClassSubstitutionVerifier.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/FoldVerifier.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/GeneratedFoldPlugin.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/GeneratedNodeIntrinsicPlugin.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/GeneratedPlugin.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/InjectedDependencies.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/MethodSubstitutionVerifier.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/NodeIntrinsicVerifier.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/PluginGenerator.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.verifier/src/org/graalvm/compiler/replacements/verifier/VerifierAnnotationProcessor.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/classfile/D

Changeset: 8fbbd19bf3a1
Author:    mbaesken
Date:      2018-05-30 15:01 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/8fbbd19bf3a1

8204085: avoid printing uninitialized pointer in java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp
Reviewed-by: clanger, prr, serb, stuefe

! src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp

Changeset: 071f1fe0df5f
Author:    prr
Date:      2018-06-01 09:16 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/071f1fe0df5f

8200052: libjavajpeg: Fix compile warning in jchuff.c
Reviewed-by: prr
Contributed-by: adam.farley at uk.ibm.com, thomas.stuefe at sap.com

! src/java.desktop/share/native/libjavajpeg/jchuff.c

Changeset: 86ac3ffaf991
Author:    prr
Date:      2018-06-01 09:18 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/86ac3ffaf991

Merge


Changeset: 5d371a4dc47d
Author:    prr
Date:      2018-06-01 09:38 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/5d371a4dc47d

Merge


Changeset: 00ebc17f3cc6
Author:    mbalao
Date:      2018-06-01 19:46 +0000
URL:       http://hg.openjdk.java.net/amber/amber/rev/00ebc17f3cc6

8203182: Release session if initialization of SunPKCS11 Signature fails
Summary: Ensure session is properly released in P11Signature class
Reviewed-by: valeriep

! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Signature.java

Changeset: 18e65332ac5c
Author:    rhalade
Date:      2018-06-01 15:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/18e65332ac5c

8204250: Problem list pkcs11 tests on windows
Reviewed-by: wetmore

! test/jdk/ProblemList.txt

Changeset: 4d85990f9c4a
Author:    iignatyev
Date:      2018-06-01 15:48 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/4d85990f9c4a

8202812: [TESTBUG] Open source VM testbase compiler tests
Reviewed-by: kvn, mseledtsov

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayBounds/ArrayBounds.java
+ test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayStoreCheck/ArrayStoreCheck.java
+ test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/ArrayTests.java
+ test/hotspot/jtreg/vmTestbase/jit/CEETest/CEETest.java
+ test/hotspot/jtreg/vmTestbase/jit/CondExpr/CondExpr.java
+ test/hotspot/jtreg/vmTestbase/jit/DivTest/DivTest.java
+ test/hotspot/jtreg/vmTestbase/jit/ExcOpt/ExcOpt.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/FPCompare/TestFPBinop/TestFPBinop.gold
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/FPCompare/TestFPBinop/TestFPBinop.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Filtering/Filtering.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops01/Loops01.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops02/Loops02.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops03/Loops03.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops05/Loops05.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/Loops06.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops07/Loops07.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Matrix_3d/Matrix_3d.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/ShortCircuitTest/ShortCircuitTest.java
+ test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Summ/Summ.java
+ test/hotspot/jtreg/vmTestbase/jit/PrintProperties/PrintProperties.java
+ test/hotspot/jtreg/vmTestbase/jit/PrintThis/PrintThis.java
+ test/hotspot/jtreg/vmTestbase/jit/Robert/Robert.java
+ test/hotspot/jtreg/vmTestbase/jit/Sleeper/Sleeper.java
+ test/hotspot/jtreg/vmTestbase/jit/bounds/bounds.java
+ test/hotspot/jtreg/vmTestbase/jit/collapse/collapse.gold
+ test/hotspot/jtreg/vmTestbase/jit/collapse/collapse.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test01/test01.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test02/test02.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test03/test03.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test04/test04.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test05/test05.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test06/test06.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test07/test07.java
+ test/hotspot/jtreg/vmTestbase/jit/deoptimization/test08/test08.java
+ test/hotspot/jtreg/vmTestbase/jit/description.txt
+ test/hotspot/jtreg/vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening.java
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/readme
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/run.sh
+ test/hotspot/jtreg/vmTestbase/jit/escape/LockElision/MatMul/MatMul.java
+ test/hotspot/jtreg/vmTestbase/jit/exception/exception.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/CGT.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/CGTThread.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/Globals.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/MethodData.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/Node.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/RBTree.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt0/cgt0.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt1/cgt1.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt10/cgt10.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt11/cgt11.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt2/cgt2.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt3/cgt3.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt4/cgt4.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt5/cgt5.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt6/cgt6.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt7/cgt7.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt8/cgt8.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/cgt9/cgt9.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/data/main.data
+ test/hotspot/jtreg/vmTestbase/jit/graph/test1.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/test2.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/test3.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/test4.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/test5.java
+ test/hotspot/jtreg/vmTestbase/jit/graph/test6.java
+ test/hotspot/jtreg/vmTestbase/jit/incomplete_tests.txt
+ test/hotspot/jtreg/vmTestbase/jit/init/init01/init01.java
+ test/hotspot/jtreg/vmTestbase/jit/init/init02/init02.java
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline003/inline003.gold
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline003/inline003.java
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline004/inline004.gold
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline004/inline004.java
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline005/inline005.java
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline007/inline007.gold
+ test/hotspot/jtreg/vmTestbase/jit/inline/inline007/inline007.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/JitBug1/JitBug1.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/Pi/Pi.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/clss14702/clss14702.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/GraphApplet.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/GraphPanel.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/Node.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/ilayout.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/layout.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/putfield00802/putfield00802.java
+ test/hotspot/jtreg/vmTestbase/jit/misctests/t5/t5.java
+ test/hotspot/jtreg/vmTestbase/jit/non_jit_tests.txt
+ test/hotspot/jtreg/vmTestbase/jit/non_reporting_tests.txt
+ test/hotspot/jtreg/vmTestbase/jit/overflow/overflow.java
+ test/hotspot/jtreg/vmTestbase/jit/regression/CrashC1/CrashC1.java
+ test/hotspot/jtreg/vmTestbase/jit/regression/b4427606/b4427606.java
+ test/hotspot/jtreg/vmTestbase/jit/regression/b4446672/b4446672.java
+ test/hotspot/jtreg/vmTestbase/jit/removal_candidates.txt
+ test/hotspot/jtreg/vmTestbase/jit/series/series.gold
+ test/hotspot/jtreg/vmTestbase/jit/series/series.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t001/t001.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t001/t001.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t002/t002.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t002/t002.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t003/t003.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t003/t003.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t004/t004.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t004/t004.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t005/t005.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t005/t005.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t006/t006.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t006/t006.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t007/t007.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t008/t008.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t009/t009.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t011/t011.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t011/t011.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t012/t012.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t013/t013.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t013/t013.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t014/t014.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t015/t015.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t015/t015.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t016/t016.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t016/t016.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t017/t017.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t017/t017.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t018/t018.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t018/t018.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t019/t019.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t019/t019.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t020/t020.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t020/t020.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t021/t021.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t021/t021.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t022/t022.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t022/t022.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t023/t023.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t023/t023.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t024/t024.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t024/t024.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t025/t025.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t025/t025.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t026/t026.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t027/t027.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t027/t027.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t028/t028.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t028/t028.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t029/t029.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t029/t029.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t030/t030.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t030/t030.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t031/t031.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t031/t031.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t032/t032.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t032/t032.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t033/t033.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t033/t033.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t034/t034.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t034/t034.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t035/t035.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t035/t035.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t036/t036.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t036/t036.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t037/t037.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t037/t037.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t038/t038.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t038/t038.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t039/t039.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t039/t039.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t040/t040.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t040/t040.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t041/t041.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t042/t042.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t042/t042.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t043/t043.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t043/t043.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t044/t044.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t045/t045.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t046/t046.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t046/t046.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t047/t047.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t047/t047.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t048/t048.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t048/t048.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t049/t049.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t049/t049.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t050/t050.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t051/t051.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t051/t051.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t052/t052.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t052/t052.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t053/t053.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t053/t053.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t054/t054.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t054/t054.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t055/t055.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t055/t055.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t056/t056.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t056/t056.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t057/t057.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t057/t057.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t058/t058.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t058/t058.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t059/t059.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t059/t059.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t060/t060.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t060/t060.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t061/t061.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t061/t061.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t062/t062.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t062/t062.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t063/t063.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t063/t063.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t064/t064.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t064/t064.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t065/t065.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t065/t065.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t066/t066.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t067/t067.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t067/t067.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t068/t068.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t068/t068.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t069/t069.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t069/t069.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t070/t070.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t070/t070.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t071/t071.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t071/t071.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t072/t072.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t072/t072.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t073/t073.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t073/t073.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t074/t074.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t074/t074.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t075/t075.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t075/t075.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t076/t076.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t076/t076.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t077/t077.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t077/t077.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t078/t078.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t078/t078.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t079/t079.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t079/t079.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t080/t080.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t080/t080.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t081/t081.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t081/t081.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t086/t086.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t086/t086.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t087/t087.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t087/t087.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t088/t088.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t088/t088.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t091/t091.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t091/t091.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t093/t093.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t093/t093.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t094/t094.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t094/t094.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t095/t095.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t095/t095.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t096/t096.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t096/t096.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t098/t098.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t098/t098.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t099/t099.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t099/t099.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t100/t100.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t100/t100.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t101/t101.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t101/t101.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t102/t102.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t102/t102.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t103/t103.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t103/t103.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t104/t104.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t104/t104.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t105/t105.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t105/t105.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t106/t106.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t106/t106.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t107/t107.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t107/t107.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t108/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t108/t108.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t108/t108.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t109/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t109/t109.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t109/t109.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t110/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t110/t110.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t110/t110.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t111/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t111/t111.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t111/t111.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t112/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t112/t112.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t112/t112.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t113/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/t/t113/t113.gold
+ test/hotspot/jtreg/vmTestbase/jit/t/t113/t113.java
+ test/hotspot/jtreg/vmTestbase/jit/test_duplicates.txt
+ test/hotspot/jtreg/vmTestbase/jit/tiered/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/jit/tiered/tieredTest.sh
+ test/hotspot/jtreg/vmTestbase/jit/unclear_tests.txt
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyInitLocal/VerifyInitLocal.java
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyInitLocal/VerifyInitLocal1P.jasm
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyInitLocal/VerifyInitLocal2N.jasm
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyInitLocal/VerifyInitLocal3N.jasm
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyMergeStack/MergeStack.jasm
+ test/hotspot/jtreg/vmTestbase/jit/verifier/VerifyMergeStack/VerifyMergeStack.java
+ test/hotspot/jtreg/vmTestbase/jit/wide/wide01/wide01.java
+ test/hotspot/jtreg/vmTestbase/jit/wide/wide02/wide02.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfo/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfo/run.sh
+ test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/PrintOnCall.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/run.sh
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/share/Constants.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/share/LogCompilationParser.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/share/LogCompilationTest.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/UninitializedTrapCounter.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit001/uninit001.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit002/uninit002.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit003/uninit003.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit004/uninit004.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit005/uninit005.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit006/uninit006.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit007/uninit007.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit008/uninit008.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit009/uninit009.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit010/uninit010.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit011/uninit011.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit012/uninit012.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/complog/uninit/uninit013/uninit013.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/Parentheses.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/HotspotInstructionsExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/Instruction.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/InstructionSequence.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/InstructionsExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/TinyInstructionsExecutor.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/ParenthesesGenerator.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/RandomInstructionsGenerator.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/combine/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/constprop/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/constprop/constprop01/constprop01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/constprop/constprop02/constprop02.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead01/dead01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead02/dead02.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead03/dead03.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead04/dead04.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead05/dead05.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead06/dead06.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead07/dead07.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead08/dead08.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead09/dead09.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead10/dead10.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead11/dead11.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead12/dead12.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead13/dead13.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead14/dead14.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead15/dead15.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/dead/dead16/dead16.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/hoist01/hoist01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/hoist02/hoist02.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/hoist03/hoist03.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/hoist/hoist04/hoist04.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/strengthreduc/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon01/subcommon01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon02/subcommon02.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon03/subcommon03.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon04/subcommon04.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon05/subcommon05.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/Do.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/Do/Do.gold
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/Do/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/ForWhile.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/ForWhile/ForWhile.gold
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/ForWhile/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/While.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/While/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/While/While.gold
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/WhileWhile.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/WhileWhile/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/WhileWhile/WhileWhile.gold
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Explicit01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Explicit01/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Explicit01/cs_disabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Explicit01/cs_enabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Merge01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Merge01/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Merge01/cs_disabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/explicit/Merge01/cs_enabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_disabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_enabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/README
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_disabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_enabled/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/share/CompilerTest.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/share/CompilerTestLauncher.java
+ test/hotspot/jtreg/vmTestbase/vm/compiler/share/Random.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/JniArmHFTestGenerator.java.txt
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/LTTest.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/README
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/libLTTest.c
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc1/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc10/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc11/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc12/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc13/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc14/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc15/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc16/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc17/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc18/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc19/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc2/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc20/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc21/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc22/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc23/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc24/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc25/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc26/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc27/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc28/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc29/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc3/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc30/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc31/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc32/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc33/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc34/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc35/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc36/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc37/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc38/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc39/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc4/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc40/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc41/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc42/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc43/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc44/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc45/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc46/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc47/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc48/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc49/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc5/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc50/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc51/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc52/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc6/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc7/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc8/TestDescription.java
+ test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc9/TestDescription.java

Changeset: b73f9723aa54
Author:    jjiang
Date:      2018-06-01 17:45 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/b73f9723aa54

8199388: Test development for ChaCha20 and Poly1305 algorithms
Summary: Add test for ChaCha20KeyGenerator
Reviewed-by: mullan

+ test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/ChaCha20KeyGeneratorTest.java
! test/lib/jdk/test/lib/Utils.java

Changeset: 6df37b01ebf5
Author:    pmuthuswamy
Date:      2018-06-03 12:04 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/6df37b01ebf5

8199268: docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html contain low contrast text
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/com/sun/javadoc/package-info.java

Changeset: 09bd89dde2f9
Author:    gromero
Date:      2018-06-03 09:19 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/09bd89dde2f9

8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
Reviewed-by: iignatyev, goetz

! test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java

Changeset: 676b7c44eeae
Author:    pmuthuswamy
Date:      2018-06-03 19:21 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/676b7c44eeae

8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
Reviewed-by: ksrini

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/ClassUseMapper.java
+ test/langtools/jdk/javadoc/doclet/testLinksWithNoDeprecatedOption/TestLinksWithNoDeprecatedOption.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java

Changeset: 72d0baab31bc
Author:    gromero
Date:      2018-06-03 14:21 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/72d0baab31bc

8204134: jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe"
Reviewed-by: kvn, iignatyev

! test/hotspot/jtreg/compiler/rtm/locking/TestRTMAbortRatio.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMLockingThreshold.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMTotalCountIncrRate.java
! test/hotspot/jtreg/compiler/testlibrary/rtm/XAbortProvoker.java

Changeset: 7a013fbf6fc3
Author:    stuefe
Date:      2018-06-04 07:12 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/7a013fbf6fc3

8204164: OOM-only logging in Metaspace
Reviewed-by: gziemski, coleenp

! src/hotspot/share/logging/logTag.hpp
! src/hotspot/share/memory/metaspace.cpp

Changeset: 22f611c395b3
Author:    mgronlun
Date:      2018-06-04 12:51 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/22f611c395b3

8203921: JFR thread sampling is missing fixes from JDK-8194552
Reviewed-by: egahlin

! src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp
! src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.hpp

Changeset: 2d0647b9ac18
Author:    jlahoda
Date:      2018-06-04 12:54 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/2d0647b9ac18

8198378: javac crash when checking imports and a broken class is present
Summary: Properly handling bad classfile while processing imports.
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Scope.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TypeEnter.java
! test/langtools/tools/javac/6330997/T6330997.java
! test/langtools/tools/javac/T6435291/T6435291.java
! test/langtools/tools/javac/api/6400303/T6400303.java
! test/langtools/tools/javac/classreader/8171132/BadConstantValue.java
+ test/langtools/tools/javac/importscope/BadClassFileDuringImport.java

Changeset: bfbe7d8369bb
Author:    eosterlund
Date:      2018-06-04 12:59 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/bfbe7d8369bb

8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
Reviewed-by: rkennke, tschatzl

! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.cpp
! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp
! src/hotspot/cpu/sparc/gc/g1/g1BarrierSetAssembler_sparc.cpp
! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp
! src/hotspot/share/gc/g1/g1BarrierSet.cpp
! src/hotspot/share/gc/g1/g1BarrierSet.hpp
+ src/hotspot/share/gc/g1/g1BarrierSetRuntime.cpp
+ src/hotspot/share/gc/g1/g1BarrierSetRuntime.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp

Changeset: 18202c2506c4
Author:    goetz
Date:      2018-06-04 12:29 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/18202c2506c4

8204277: [testbug] fix DisassembleCodeBlobTest.
Reviewed-by: thartmann

! test/hotspot/jtreg/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java

Changeset: 1d476feca3c9
Author:    sgehwolf
Date:      2018-06-04 11:19 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/1d476feca3c9

8203924: Zero: bootcycle-images build fails on x86_64
Summary: Use big java settings for jdk.compiler's annotation processing.
Reviewed-by: dholmes, erikj

! make/gensrc/Gensrc-jdk.internal.vm.compiler.gmk

Changeset: fceae121625e
Author:    lfoltan
Date:      2018-06-04 11:07 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/fceae121625e

8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader
Summary: Check that the unnamed module for a given ClassLoader is an instance of java.lang.Module.
Reviewed-by: alanb, acorn, coleenp, dholmes, hseigel

! src/hotspot/share/classfile/moduleEntry.cpp
+ test/hotspot/jtreg/runtime/modules/ClassLoaderNoUnnamedModule.java
+ test/hotspot/jtreg/runtime/modules/ClassLoaderNoUnnamedModuleTest.java

Changeset: 0ace935706ca
Author:    lfoltan
Date:      2018-06-04 11:32 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/0ace935706ca

8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior
Summary: Additional of circular nested dynamic constant test.
Reviewed-by: acorn, psandoz

+ test/jdk/java/lang/invoke/condy/CondyNestedResolution.jcod
+ test/jdk/java/lang/invoke/condy/CondyNestedResolutionTest.java

Changeset: bec342339138
Author:    coleenp
Date:      2018-06-04 10:18 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/bec342339138

8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
Summary: Moved macroAssembler.inline.hpp out of header file and distributed to .cpp files that included them: ie. c1_MacroAssembler.hpp and interp_masm.hpp. Also freeList.inline.hpp and allocation.inline.hpp.
Reviewed-by: jiangli, kvn

! src/hotspot/cpu/aarch64/c1_CodeStubs_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp
! src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp
! src/hotspot/cpu/aarch64/interpreterRT_aarch64.cpp
! src/hotspot/cpu/aarch64/register_definitions_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
! src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp
! src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp
! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
! src/hotspot/cpu/arm/c1_LIRGenerator_arm.cpp
! src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
! src/hotspot/cpu/arm/interp_masm_arm.cpp
! src/hotspot/cpu/arm/interp_masm_arm.hpp
! src/hotspot/cpu/arm/interpreterRT_arm.cpp
! src/hotspot/cpu/arm/templateInterpreterGenerator_arm.cpp
! src/hotspot/cpu/arm/templateTable_arm.cpp
! src/hotspot/cpu/arm/vtableStubs_arm.cpp
! src/hotspot/cpu/ppc/c1_CodeStubs_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
! src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp
! src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
! src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp
! src/hotspot/cpu/s390/c1_Runtime1_s390.cpp
! src/hotspot/cpu/sparc/c1_CodeStubs_sparc.cpp
! src/hotspot/cpu/sparc/c1_LIRAssembler_sparc.cpp
! src/hotspot/cpu/sparc/c1_LIRGenerator_sparc.cpp
! src/hotspot/cpu/sparc/c1_MacroAssembler_sparc.cpp
! src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp
! src/hotspot/cpu/sparc/gc/shared/barrierSetAssembler_sparc.cpp
! src/hotspot/cpu/sparc/interp_masm_sparc.cpp
! src/hotspot/cpu/sparc/interp_masm_sparc.hpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.cpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.hpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.inline.hpp
! src/hotspot/cpu/sparc/memset_with_concurrent_readers_sparc.cpp
! src/hotspot/cpu/sparc/methodHandles_sparc.cpp
! src/hotspot/cpu/sparc/relocInfo_sparc.cpp
! src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp
! src/hotspot/cpu/sparc/templateTable_sparc.cpp
! src/hotspot/cpu/x86/interp_masm_x86.hpp
! src/hotspot/cpu/zero/interp_masm_zero.hpp
! src/hotspot/cpu/zero/relocInfo_zero.cpp
! src/hotspot/cpu/zero/vtableStubs_zero.cpp
! src/hotspot/share/c1/c1_LIRAssembler.cpp
! src/hotspot/share/c1/c1_MacroAssembler.hpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace/chunkManager.cpp
! src/hotspot/share/memory/metaspace/chunkManager.hpp
! src/hotspot/share/runtime/os_perf.hpp

Changeset: 55eaaf4e2108
Author:    coleenp
Date:      2018-06-04 11:49 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/55eaaf4e2108

Merge


Changeset: ce5352719340
Author:    ccheung
Date:      2018-06-04 08:56 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/ce5352719340

8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java
Reviewed-by: jiangli

- test/hotspot/jtreg/runtime/appcds/jigsaw/limitmods/LimitModsHelper.java
- test/hotspot/jtreg/runtime/appcds/jigsaw/limitmods/LimitModsTests.java
- test/hotspot/jtreg/runtime/appcds/test-classes/jdk/dynalink/DynamicLinker.jasm

Changeset: 9e6cd9974016
Author:    gziemski
Date:      2018-06-04 12:14 -0500
URL:       http://hg.openjdk.java.net/amber/amber/rev/9e6cd9974016

8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Added missing ATTRIBUTE_PRINTF
Reviewed-by: kbarrett, hseigel

! src/hotspot/share/runtime/flags/jvmFlag.hpp

Changeset: 4d03087dd257
Author:    bsrbnd
Date:      2018-06-04 10:12 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/4d03087dd257

8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/langtools/tools/javac/classfiles/attributes/Synthetic/AccessToPrivateInnerClassConstructorsTest.java

Changeset: 50bfe66c499f
Author:    amenkov
Date:      2018-06-04 10:25 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/50bfe66c499f

8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
Reviewed-by: sspitsyn, cjplummer

! src/hotspot/share/prims/jvmtiEventController.cpp
! src/hotspot/share/prims/jvmtiExport.cpp
+ test/hotspot/jtreg/serviceability/jvmti/NotifyFramePop/NotifyFramePopTest.java
+ test/hotspot/jtreg/serviceability/jvmti/NotifyFramePop/libNotifyFramePopTest.c

Changeset: a869e556dc4e
Author:    amenkov
Date:      2018-06-04 10:27 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/a869e556dc4e

Merge


Changeset: 3b52a76c7902
Author:    gziemski
Date:      2018-06-04 13:53 -0500
URL:       http://hg.openjdk.java.net/amber/amber/rev/3b52a76c7902

8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Backed out the original fix.
Reviewed-by: kbarrett, lfoltan

! src/hotspot/share/runtime/flags/jvmFlag.hpp

Changeset: 55fac6146d31
Author:    egahlin
Date:      2018-06-04 22:03 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/55fac6146d31

8203919: Remove "-add-modules" hint from error message
Reviewed-by: mgronlun

! src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
! test/jdk/jdk/jfr/jvm/TestJfrJavaBase.java

Changeset: 7e8c0409a747
Author:    rkennke
Date:      2018-06-04 23:01 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/7e8c0409a747

8198285: More consistent Access API for arraycopy
Reviewed-by: eosterlund, shade

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/gc/shared/barrierSet.hpp
! src/hotspot/share/gc/shared/modRefBarrierSet.hpp
! src/hotspot/share/gc/shared/modRefBarrierSet.inline.hpp
! src/hotspot/share/oops/access.hpp
! src/hotspot/share/oops/access.inline.hpp
! src/hotspot/share/oops/accessBackend.cpp
! src/hotspot/share/oops/accessBackend.hpp
! src/hotspot/share/oops/accessBackend.inline.hpp
! src/hotspot/share/oops/arrayOop.hpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/oops/objArrayKlass.hpp
! src/hotspot/share/oops/typeArrayKlass.cpp
! src/hotspot/share/oops/typeArrayOop.hpp
! src/hotspot/share/oops/typeArrayOop.inline.hpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/unsafe.cpp
! src/hotspot/share/runtime/stubRoutines.cpp

Changeset: f4c4a86d1c12
Author:    egahlin
Date:      2018-06-04 23:07 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/f4c4a86d1c12

8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out
Reviewed-by: mgronlun

! test/lib/jdk/test/lib/jfr/CommonHelper.java

Changeset: 2bea53d7a27b
Author:    rwestberg
Date:      2018-06-04 16:21 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/2bea53d7a27b

8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
Reviewed-by: mgronlun, egahlin

! test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java

Changeset: 625f9432612a
Author:    kbarrett
Date:      2018-06-04 20:14 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/625f9432612a

8203948: Expand JVMTI callback notion of "internal threads"
Summary: Allow any NamedThreads in some contexts.
Reviewed-by: coleenp, dholmes

! src/hotspot/share/prims/jvmtiEnter.xsl
! src/hotspot/share/prims/jvmtiEnv.cpp

Changeset: 5488cccb6bbd
Author:    jwilhelm
Date:      2018-06-05 02:15 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/5488cccb6bbd

8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
Reviewed-by: kvn, jwilhelm
Contributed-by: leonid.mesnik at oracle.com

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerQueueTest.java

Changeset: 89dc31d7572b
Author:    sundar
Date:      2018-06-05 08:10 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/89dc31d7572b

8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Head.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/external/jquery/jquery.js
- src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-1.10.2.js
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-1.12.4.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/jszip.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jszip/dist/jszip.min.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
! src/jdk.javadoc/share/legal/jquery.md
! src/jdk.javadoc/share/legal/jszip.md

Changeset: 41258f041b24
Author:    sangheki
Date:      2018-06-04 21:19 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/41258f041b24

8204095: [TESTBUG] TestPrintReferences.java fails if multiple concurrent mark happens
Reviewed-by: kbarrett, tschatzl

! test/hotspot/jtreg/gc/logging/TestPrintReferences.java

Changeset: 7f48bff40a9a
Author:    sangheki
Date:      2018-06-04 21:20 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/7f48bff40a9a

8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
Reviewed-by: kbarrett, tschatzl

! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/cms/parNewGeneration.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1FullGCReferenceProcessorExecutor.cpp
! src/hotspot/share/gc/parallel/psMarkSweep.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/genMarkSweep.cpp

Changeset: ea262754f8a9
Author:    mdoerr
Date:      2018-06-05 09:23 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/ea262754f8a9

8204292: PPC64: Fix missing includes after 8204195
Reviewed-by: coleenp

! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_Runtime1_ppc.cpp

Changeset: 4d6a5c267541
Author:    mhorie
Date:      2018-06-05 09:29 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/4d6a5c267541

8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
Reviewed-by: eosterlund, mdoerr, kbarrett

! src/hotspot/share/gc/parallel/psPromotionManager.inline.hpp
! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/oops/oop.inline.hpp

Changeset: ee87876734c9
Author:    glaubitz
Date:      2018-06-05 13:02 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/ee87876734c9

8203787: Hotspot build broken on linux-sparc after 8202377
Reviewed-by: dholmes, eosterlund

! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/macroArrayCopy.cpp

Changeset: dcbbc6fb0b69
Author:    jlahoda
Date:      2018-06-05 14:55 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/dcbbc6fb0b69

8200166: Repeating annotations refering to to-be-generated classes don't work.
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/tree/TreeMaker.java
+ test/langtools/tools/javac/annotations/repeatingAnnotations/generatedInRepeating/GeneratedInRepeating.java
+ test/langtools/tools/javac/annotations/repeatingAnnotations/generatedInRepeating/Processor.java

Changeset: bf7eb61349d2
Author:    kbarrett
Date:      2018-06-05 09:15 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/bf7eb61349d2

8203319: JDK-8201487 disabled too much queue balancing
Summary: Sometimes ignore ParallelRefProcBalancingEnabled.
Reviewed-by: tschatzl, sjohanss

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

Changeset: 42ed6e9af319
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/42ed6e9af319

8204160: BiasedLockingTest needs -XX:+UseBiasedLocking
Reviewed-by: eosterlund, dholmes

! test/hotspot/jtreg/runtime/logging/BiasedLockingTest.java

Changeset: 4602de5feb24
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/4602de5feb24

8204162: TestG1HeapRegion needs @requires vm.gc.G1
Reviewed-by: eosterlund

! test/hotspot/jtreg/serviceability/sa/TestG1HeapRegion.java

Changeset: 5193c6b98cc7
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/5193c6b98cc7

8204163: Also detect concurrent GCs in MetaspaceBaseGC.java
Reviewed-by: eosterlund, pliden

! test/hotspot/jtreg/vmTestbase/metaspace/gc/HighWaterMarkTest.java
! test/hotspot/jtreg/vmTestbase/metaspace/gc/MetaspaceBaseGC.java

Changeset: 449cbde4c40c
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/449cbde4c40c

8204165: Filter out tests requiring class unloading when ClassUnloading is disabled
Reviewed-by: coleenp, kbarrett

! test/hotspot/jtreg/compiler/jsr292/CallSiteDepContextTest.java
! test/hotspot/jtreg/compiler/jsr292/NonInlinedCall/GCTest.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/Metaspace/DefineClass.java
! test/hotspot/jtreg/runtime/RedefineTests/RedefinePreviousVersions.java
! test/hotspot/jtreg/runtime/SelectionResolution/AbstractMethodErrorTest.java
! test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceICCE.java
! test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java
! test/hotspot/jtreg/runtime/SelectionResolution/InvokeVirtualICCE.java
! test/hotspot/jtreg/runtime/SelectionResolution/InvokeVirtualSuccessTest.java
! test/hotspot/jtreg/runtime/appcds/customLoader/UnloadUnregisteredLoaderTest.java
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
! test/hotspot/jtreg/runtime/modules/LoadUnloadModuleStress.java
! test/hotspot/jtreg/vmTestbase/gc/gctests/LoadUnloadGC/LoadUnloadGC.java
! test/hotspot/jtreg/vmTestbase/heapdump/JMapMetaspace/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java
! test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy014/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy015/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java
! test/jdk/javax/management/Introspector/ClassLeakTest.java
! test/jdk/javax/management/mxbean/LeakTest.java
! test/jdk/javax/management/mxbean/MXBeanLoadingTest1.java

Changeset: 314af5e1e787
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/314af5e1e787

8204167: Filter out tests requiring compressed oops when CompressedOops is disabled
Reviewed-by: coleenp, kbarrett

! test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceMemoryPool.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedClassSpaceSize.java
! test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeTest.java
! test/hotspot/jtreg/runtime/logging/CompressedOopsTest.java

Changeset: 3dfdcca00ecc
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3dfdcca00ecc

8204168: Increase small heap sizes in tests to accommodate ZGC
Reviewed-by: pliden, ehelin

! test/hotspot/jtreg/compiler/c2/Test6910605_2.java
! test/hotspot/jtreg/compiler/c2/Test7199742.java
! test/hotspot/jtreg/compiler/c2/Test8002069.java
! test/hotspot/jtreg/compiler/c2/Test8004741.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestByteVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestDoubleVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestFloatVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestIntVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestLongVect.java
! test/hotspot/jtreg/compiler/c2/cr6340864/TestShortVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestByteVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestDoubleVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestFloatVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestIntVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestLongVect.java
! test/hotspot/jtreg/compiler/c2/cr7192963/TestShortVect.java
! test/hotspot/jtreg/compiler/ciReplay/CiReplayBase.java
! test/hotspot/jtreg/compiler/codegen/Test6942326.java
! test/hotspot/jtreg/compiler/codegen/TestCharVect2.java
! test/hotspot/jtreg/compiler/intrinsics/Test8005419.java
! test/hotspot/jtreg/compiler/runtime/Test7196199.java
! test/hotspot/jtreg/compiler/runtime/Test8010927.java
! test/hotspot/jtreg/gc/TestBigObj.java
! test/hotspot/jtreg/gc/TestNUMAPageSize.java
! test/hotspot/jtreg/runtime/ErrorHandling/CreateCoredumpOnCrash.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/InternalApi/ThreadCpuTimesDeadlock.java
! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency1.java
! test/hotspot/jtreg/runtime/Safepoint/AssertSafepointCheckConsistency2.java
! test/hotspot/jtreg/runtime/Unsafe/RangeCheck.java
! test/hotspot/jtreg/runtime/logging/ClassInitializationTest.java
! test/hotspot/jtreg/runtime/logging/ProtectionDomainVerificationTest.java
! test/hotspot/jtreg/runtime/logging/VMOperationTest.java
! test/hotspot/jtreg/runtime/memory/MultiAllocateNullCheck.java
! test/hotspot/jtreg/runtime/memory/ReadFromNoaccessArea.java
! test/hotspot/jtreg/runtime/memory/ReserveMemory.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts004/instancecounts004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/serial/heapwalking001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/serial/heapwalking002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/serial/mixed001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/serial/mixed002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ObjectReference/ReferringObjects/referringObjects001/referringObjects001.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/regression/b7127687/TestDescription.java

Changeset: a5fc0fb1d31d
Author:    stefank
Date:      2018-06-05 15:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/a5fc0fb1d31d

8204173: Lower the minimum number of heap memory pools in MemoryTest.java
Reviewed-by: mchung, sjohanss

! test/jdk/java/lang/management/MemoryMXBean/MemoryTest.java
! test/jdk/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh

Changeset: 76bca6678913
Author:    coleenp
Date:      2018-06-05 11:11 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/76bca6678913

8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp
Summary: Reexpand macro to provide non-inline functions.
Reviewed-by: kvn, dnsimon

! src/hotspot/share/jvmci/jvmciJavaClasses.cpp
! src/hotspot/share/jvmci/jvmciJavaClasses.hpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Changeset: 01e4ddc3c23f
Author:    naoto
Date:      2018-06-05 08:33 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/01e4ddc3c23f

8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
Reviewed-by: rriggs

! src/java.base/macosx/native/libjava/java_props_macosx.c

Changeset: 0191ac1da300
Author:    aph
Date:      2018-06-05 16:12 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/0191ac1da300

8204341: AArch64: AOT runtime does not need a workaround for far calls
Reviewed-by: kvn

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp

Changeset: 3d658c910e83
Author:    aph
Date:      2018-06-05 17:14 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/3d658c910e83

Merge


Changeset: 1234ff7199c7
Author:    sherman
Date:      2018-06-05 10:03 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1234ff7199c7

8200530: '\r' is not supported as "newline" in java.util.jar.Manifest
Reviewed-by: jlaskey

! src/java.base/share/classes/java/util/jar/Attributes.java
! src/java.base/share/classes/java/util/jar/Manifest.java
+ test/jdk/java/util/jar/Attributes/TestAttrsNL.java

Changeset: 7efd1291e962
Author:    rkennke
Date:      2018-06-05 19:13 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/7efd1291e962

8202776: Modularize GC allocations in runtime
Reviewed-by: eosterlund, shade

! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/collectedHeap.hpp
! src/hotspot/share/gc/shared/collectedHeap.inline.hpp

Changeset: e4301f8c3aaa
Author:    sundar
Date:      2018-06-05 23:10 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/e4301f8c3aaa

8204321: javadoc tests fail after JDK-8203780
Reviewed-by: jjg

! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
! test/langtools/tools/javadoc/api/basic/APITest.java

Changeset: ef980b9ac191
Author:    coleenp
Date:      2018-05-02 11:28 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/ef980b9ac191

8203837: Split nmethod unloading from inline cache cleaning
Summary: Refactor cleaning inline caches to after GC do_unloading.
Reviewed-by: thartmann, eosterlund

! src/hotspot/share/aot/aotCompiledMethod.cpp
! src/hotspot/share/aot/aotCompiledMethod.hpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/code/compiledIC.cpp
! src/hotspot/share/code/compiledIC.hpp
! src/hotspot/share/code/compiledMethod.cpp
! src/hotspot/share/code/compiledMethod.hpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/code/nmethod.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp

Changeset: aad24ac930ee
Author:    sherman
Date:      2018-06-05 12:27 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/aad24ac930ee

8197989: java/util/zip/ZipFile/TestCleaner.java failed with "cleaner failed to clean zipfile
Reviewed-by: rriggs

! test/jdk/java/util/zip/ZipFile/TestCleaner.java

Changeset: c35f0c531c6c
Author:    rkennke
Date:      2018-06-05 21:38 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/c35f0c531c6c

8200623: Primitive heap access for interpreter BarrierSetAssembler/x86
Reviewed-by: eosterlund, adinn

! src/hotspot/cpu/x86/gc/shared/barrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/methodHandles_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp

Changeset: 146c60525d4a
Author:    dholmes
Date:      2018-06-05 19:58 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/146c60525d4a

8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
Summary: Pre-load AbstractOwnableSynchronizer class instead of lazy loading it.
Reviewed-by: sspitsyn, cjplummer, coleenp

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/runtime/vm_operations.cpp
! src/hotspot/share/runtime/vm_operations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.cpp

Changeset: 912c5c042c19
Author:    pmuthuswamy
Date:      2018-06-06 08:37 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/912c5c042c19

8199893: the javadoc tool generates pages with a low constrast
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css

Changeset: ac888403369e
Author:    pmuthuswamy
Date:      2018-06-06 09:07 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/ac888403369e

8190875: modules not listed in overview/index page
Reviewed-by: jjg, sundar

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java
+ test/langtools/jdk/javadoc/doclet/testIndexWithModules/TestIndexWithModules.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java

Changeset: 04b3e0cc53bb
Author:    ljiang
Date:      2018-06-05 23:06 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/04b3e0cc53bb

8193552: ISO 4217 amendment 165
8202026: ISO 4217 amendment 166
8204269: ISO 4217 amendment 167
Reviewed-by: naoto
Contributed-by: li.jiang at oracle.com

! make/data/currency/CurrencyData.properties
! src/java.base/share/classes/sun/util/resources/CurrencyNames.properties
! test/jdk/java/util/Currency/ValidateISO4217.java
! test/jdk/java/util/Currency/tablea1.txt
! test/jdk/sun/text/resources/LocaleData
! test/jdk/sun/text/resources/LocaleDataTest.java

Changeset: 82599d53dd6d
Author:    mdoerr
Date:      2018-06-06 10:11 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/82599d53dd6d

8204345: [s390]: no precompiled headers build broken
Reviewed-by: simonis, shade, coleenp

! src/hotspot/cpu/s390/assembler_s390.hpp
! src/hotspot/cpu/s390/assembler_s390.inline.hpp
! src/hotspot/cpu/s390/c1_MacroAssembler_s390.hpp

Changeset: e878fcf66678
Author:    nishjain
Date:      2018-06-06 14:16 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/e878fcf66678

8203872: Upgrading JDK with latest available LSR data from IANA.
Reviewed-by: naoto

! make/data/lsrdata/language-subtag-registry.txt
! test/jdk/java/util/Locale/Bug8040211.java

Changeset: 43b54a307c89
Author:    alanb
Date:      2018-06-06 12:17 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/43b54a307c89

8203937: Not possible to read data from socket after write detects connection reset
Reviewed-by: chegar

! src/java.base/share/classes/java/net/SocketOutputStream.java
! src/java.base/unix/native/libnet/SocketOutputStream.c
+ test/jdk/java/net/Socket/ReadAfterReset.java

Changeset: 4e47a0f6d688
Author:    aph
Date:      2018-06-05 17:50 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/4e47a0f6d688

8204348: AArch64: Remove C2 address reshaping code
Reviewed-by: kvn

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

Changeset: b06f330492cd
Author:    aph
Date:      2018-06-06 13:06 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/b06f330492cd

Merge


Changeset: 8c88df2e8a78
Author:    jlahoda
Date:      2018-06-06 15:36 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/8c88df2e8a78

8203891: Upgrade JOpt Simple to 5.0.4
Reviewed-by: alanb, chegar, mchung

! make/CompileJavaModules.gmk
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/AbstractOptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/AlternativeLongOptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ArgumentAcceptingOptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ArgumentList.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/BuiltinHelpFormatter.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ExceptionMessages.properties
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/HelpFormatter.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/HelpFormatterMessages.properties
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/IllegalOptionSpecificationException.java
- src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/MissingRequiredOptionException.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/MissingRequiredOptionsException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/MultipleArgumentsForOptionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/NoArgumentOptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/NonOptionArgumentSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionArgumentConversionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionDeclarer.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionDescriptor.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionMissingRequiredArgumentException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionParser.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionParserState.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionSet.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionSpecBuilder.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionSpecTokenizer.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/OptionalArgumentOptionSpec.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ParserRules.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/README
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/RequiredArgumentOptionSpec.java
- src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/UnacceptableNumberOfNonOptionsException.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/UnavailableOptionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/UnconfiguredOptionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/UnrecognizedOptionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ValueConversionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/ValueConverter.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/AbbreviationMap.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Classes.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Columns.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/ConstructorInvokingValueConverter.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Messages.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/MethodInvokingValueConverter.java
- src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Objects.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/OptionNameMap.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Reflection.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/ReflectionException.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Row.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Rows.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/SimpleOptionNameMap.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/internal/Strings.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/DateConverter.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/EnumConverter.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/InetAddressConverter.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/KeyValuePair.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/PathConverter.java
+ src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/PathProperties.java
! src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/util/RegexMatcher.java
! src/jdk.internal.opt/share/legal/jopt-simple.md
! src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java
! test/jdk/tools/jmod/JmodNegativeTest.java
! test/jdk/tools/jmod/JmodTest.java

Changeset: 83aec1d357d4
Author:    coleenp
Date:      2018-06-06 10:45 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/83aec1d357d4

8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
Summary: move orderAccess.inline.hpp into orderAccess.hpp and remove os.hpp inclusion and conditional os::is_MP() for fence on x86 platforms
Reviewed-by: dholmes, hseigel

! src/hotspot/cpu/arm/relocInfo_arm.cpp
! src/hotspot/cpu/ppc/nativeInst_ppc.cpp
! src/hotspot/cpu/zero/cppInterpreter_zero.cpp
! 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/os_cpu/aix_ppc/orderAccess_aix_ppc.hpp
- src/hotspot/os_cpu/aix_ppc/orderAccess_aix_ppc.inline.hpp
+ src/hotspot/os_cpu/bsd_x86/orderAccess_bsd_x86.hpp
- src/hotspot/os_cpu/bsd_x86/orderAccess_bsd_x86.inline.hpp
+ src/hotspot/os_cpu/bsd_zero/orderAccess_bsd_zero.hpp
- src/hotspot/os_cpu/bsd_zero/orderAccess_bsd_zero.inline.hpp
+ src/hotspot/os_cpu/linux_aarch64/orderAccess_linux_aarch64.hpp
- src/hotspot/os_cpu/linux_aarch64/orderAccess_linux_aarch64.inline.hpp
+ src/hotspot/os_cpu/linux_arm/orderAccess_linux_arm.hpp
- src/hotspot/os_cpu/linux_arm/orderAccess_linux_arm.inline.hpp
+ src/hotspot/os_cpu/linux_ppc/orderAccess_linux_ppc.hpp
- src/hotspot/os_cpu/linux_ppc/orderAccess_linux_ppc.inline.hpp
+ src/hotspot/os_cpu/linux_s390/orderAccess_linux_s390.hpp
- src/hotspot/os_cpu/linux_s390/orderAccess_linux_s390.inline.hpp
+ src/hotspot/os_cpu/linux_sparc/orderAccess_linux_sparc.hpp
- src/hotspot/os_cpu/linux_sparc/orderAccess_linux_sparc.inline.hpp
+ src/hotspot/os_cpu/linux_x86/orderAccess_linux_x86.hpp
- src/hotspot/os_cpu/linux_x86/orderAccess_linux_x86.inline.hpp
+ src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.hpp
- src/hotspot/os_cpu/linux_zero/orderAccess_linux_zero.inline.hpp
+ src/hotspot/os_cpu/solaris_sparc/orderAccess_solaris_sparc.hpp
- src/hotspot/os_cpu/solaris_sparc/orderAccess_solaris_sparc.inline.hpp
+ src/hotspot/os_cpu/solaris_x86/orderAccess_solaris_x86.hpp
- src/hotspot/os_cpu/solaris_x86/orderAccess_solaris_x86.inline.hpp
+ src/hotspot/os_cpu/windows_x86/orderAccess_windows_x86.hpp
- src/hotspot/os_cpu/windows_x86/orderAccess_windows_x86.inline.hpp
! src/hotspot/share/classfile/classLoader.inline.hpp
! src/hotspot/share/classfile/dictionary.cpp
! src/hotspot/share/classfile/dictionary.inline.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/gc/cms/adaptiveFreeList.cpp
! src/hotspot/share/gc/cms/cmsCardTable.cpp
! src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/g1/g1AllocRegion.cpp
! src/hotspot/share/gc/g1/g1CardTable.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/heapRegion.cpp
! src/hotspot/share/gc/parallel/gcTaskManager.cpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.inline.hpp
! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/taskqueue.inline.hpp
! src/hotspot/share/interpreter/bytecodeInterpreter.cpp
! src/hotspot/share/jfr/leakprofiler/leakProfiler.cpp
! src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdBits.inline.hpp
! src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.cpp
! src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp
! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
! src/hotspot/share/jfr/recorder/storage/jfrBuffer.cpp
! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp
! src/hotspot/share/jfr/recorder/storage/jfrStorageControl.cpp
! src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp
! src/hotspot/share/jfr/recorder/stringpool/jfrStringPool.cpp
! src/hotspot/share/jfr/recorder/stringpool/jfrStringPoolBuffer.cpp
! src/hotspot/share/jfr/utilities/jfrAllocation.cpp
! src/hotspot/share/jfr/utilities/jfrHashtable.hpp
! src/hotspot/share/logging/logOutputList.cpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace/virtualSpaceList.cpp
! src/hotspot/share/oops/array.inline.hpp
! src/hotspot/share/oops/arrayKlass.inline.hpp
! src/hotspot/share/oops/constantPool.inline.hpp
! src/hotspot/share/oops/cpCache.cpp
! src/hotspot/share/oops/cpCache.inline.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.inline.hpp
! src/hotspot/share/oops/klass.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.inline.hpp
! src/hotspot/share/oops/methodData.cpp
! src/hotspot/share/oops/methodData.inline.hpp
! src/hotspot/share/oops/oop.inline.hpp
! src/hotspot/share/precompiled/precompiled.hpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/jvmtiRawMonitor.cpp
! src/hotspot/share/prims/unsafe.cpp
! src/hotspot/share/runtime/interfaceSupport.cpp
! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/orderAccess.hpp
- src/hotspot/share/runtime/orderAccess.inline.hpp
! src/hotspot/share/runtime/perfMemory.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/sweeper.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.inline.hpp
! src/hotspot/share/services/memTracker.cpp
! src/hotspot/share/services/memoryManager.cpp
! src/hotspot/share/services/memoryPool.cpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! src/hotspot/share/utilities/globalCounter.cpp
! src/hotspot/share/utilities/globalCounter.inline.hpp
! src/hotspot/share/utilities/hashtable.inline.hpp
! test/hotspot/gtest/utilities/test_globalCounter.cpp

Changeset: 6659a8f57d78
Author:    vromero
Date:      2018-06-06 08:32 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/6659a8f57d78

8204322: "+=" applied to String operands can provoke side effects
Reviewed-by: mcimadamore, jlahoda, shade

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/StringConcat.java
+ test/jdk/java/lang/String/concat/ImplicitStringConcatAssignLHS.java

Changeset: 64e4b1686141
Author:    dlong
Date:      2018-06-06 09:37 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/64e4b1686141

8204199: Test fails after 8202670 Graal update
Reviewed-by: thartmann, kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/UnsafeCompareAndExchangeNode.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.jdk9.test/src/org/graalvm/compiler/replacements/jdk9/UnsafeReplacementsTest.java

Changeset: 3a91f09a46be
Author:    dholmes
Date:      2018-06-06 17:10 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/3a91f09a46be

8174734: Safepoint sync time did not increase
Reviewed-by: coleenp, hseigel

! test/jdk/ProblemList.txt
! test/jdk/sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java

Changeset: 2bafeb7a1f6b
Author:    sherman
Date:      2018-06-06 14:36 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/2bafeb7a1f6b

8204494: Fix for 8200530 triggered regression, closed/test/jdk/security/infra/java/security/KeyStore/BouncyCastleInterop.java failed
Reviewed-by: rriggs

! src/java.base/share/classes/java/util/jar/Manifest.java

Changeset: 505d944de3c5
Author:    jjg
Date:      2018-06-06 15:10 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/505d944de3c5

8204303: Add redirect for overview-summary.html
Reviewed-by: sundar, hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/IndexRedirectWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Head.java
! test/langtools/jdk/javadoc/doclet/testFramesNoFrames/TestFramesNoFrames.java

Changeset: d45eb971ad87
Author:    jwilhelm
Date:      2018-06-07 01:33 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/d45eb971ad87

Added tag jdk-11+17 for changeset 64e4b1686141

! .hgtags

Changeset: 48ec3c25fe99
Author:    sspitsyn
Date:      2018-06-06 19:47 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/48ec3c25fe99

8200387: [Graal] fromTonga/nsk/jdi tests hang with Graal as JIT
Summary: Increase the OVERLOADED_QUEUE value in the JDI client
Reviewed-by: cjplummer, amenkov

! src/jdk.jdi/share/classes/com/sun/tools/jdi/TargetVM.java
! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 46a5f26cb95b
Author:    dtitov
Date:      2018-06-06 13:58 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/46a5f26cb95b

8203033: [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates
Reviewed-by: sspitsyn, dholmes

! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002a.java

Changeset: 66d0ded78cce
Author:    sjohanss
Date:      2018-06-07 09:02 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/66d0ded78cce

8204287: Phase timings not updated correctly after JDK-6672778
Reviewed-by: tschatzl, kbarrett

! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp

Changeset: c5c827f3bf72
Author:    alanb
Date:      2018-06-07 09:18 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/c5c827f3bf72

6350055: (se) SelectionKey.interestOps variants to atomically update interest ops
Reviewed-by: bpb
Contributed-by: david.lloyd at redhat.com, alan.bateman at oracle.com

! src/java.base/share/classes/java/nio/channels/SelectionKey.java
! src/java.base/share/classes/sun/nio/ch/SelectionKeyImpl.java
+ test/jdk/java/nio/channels/SelectionKey/AtomicUpdates.java

Changeset: cfdd37095f66
Author:    tschatzl
Date:      2018-06-07 11:20 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/cfdd37095f66

8204084: Remove the G1RSBarrierRegionFilter develop flag
Reviewed-by: sjohanss, shade

! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp
! src/hotspot/cpu/sparc/gc/g1/g1BarrierSetAssembler_sparc.cpp
! src/hotspot/share/gc/g1/g1_globals.hpp

Changeset: 523c2a73a3dc
Author:    tschatzl
Date:      2018-06-07 11:20 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/523c2a73a3dc

8204081: Mismatch in rebuild policy and collection set chooser causes remembered sets to be kept errorneously
Summary: Due to mismatch in which region's remembered sets should be rebuilt and the ones that are looked at in the collection set chooser superfluous remembered sets might be built and kept alive until the next marking.
Reviewed-by: sjohanss, kbarrett

! src/hotspot/share/gc/g1/collectionSetChooser.cpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/heapRegion.hpp

Changeset: ab967988f850
Author:    tschatzl
Date:      2018-06-07 11:20 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/ab967988f850

8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
Summary: Issue a fatal error when mark stack overflows during reference processing in the Remark phase
Reviewed-by: kbarrett

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

Changeset: 8e56de95ce10
Author:    stuefe
Date:      2018-06-07 12:23 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/8e56de95ce10

8203682: Add jcmd "VM.classloaders" command to print out class loader hierarchy, details
Reviewed-by: coleenp, dholmes

+ src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp
+ src/hotspot/share/classfile/classLoaderHierarchyDCmd.hpp
! src/hotspot/share/runtime/vm_operations.hpp
! src/hotspot/share/services/diagnosticCommand.cpp
+ test/hotspot/jtreg/serviceability/dcmd/vm/ClassLoaderHierarchyTest.java

Changeset: db65921e9a9b
Author:    lancea
Date:      2018-06-07 06:27 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/db65921e9a9b

8201608: fix broken links in javax/sql/rowset/package.html and javax/sql/rowset/spi/package.html
Reviewed-by: rriggs, psandoz

+ src/java.sql.rowset/share/classes/javax/sql/rowset/package-info.java
- src/java.sql.rowset/share/classes/javax/sql/rowset/package.html
+ src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package-info.java
- src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html

Changeset: bd6b78feb6a3
Author:    rehn
Date:      2018-06-07 14:11 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/bd6b78feb6a3

8195097: Make it possible to process StringTable outside safepoint
Reviewed-by: coleenp, gziemski, iklam, jiangli

! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/stringTable.hpp
! src/hotspot/share/gc/cms/cmsHeap.cpp
! src/hotspot/share/gc/cms/cmsHeap.hpp
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/cms/parNewGeneration.cpp
! src/hotspot/share/gc/cms/parNewGeneration.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.hpp
! src/hotspot/share/gc/shared/genCollectedHeap.cpp
! src/hotspot/share/gc/shared/genCollectedHeap.hpp
! src/hotspot/share/gc/shared/strongRootsScope.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/oops/weakHandle.cpp
! src/hotspot/share/oops/weakHandle.hpp
! src/hotspot/share/oops/weakHandle.inline.hpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/serviceThread.cpp
! src/hotspot/share/runtime/vmStructs.cpp
! src/hotspot/share/utilities/concurrentHashTable.hpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! src/hotspot/share/utilities/concurrentHashTableTasks.inline.hpp
! src/hotspot/share/utilities/globalDefinitions.hpp
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/StringTable.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/HeapSummary.java
! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp

Changeset: 39ca7558bc43
Author:    eosterlund
Date:      2018-06-07 15:10 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/39ca7558bc43

8203353: Fixup inferred decorators in the interpreter
Reviewed-by: rkennke, coleenp

! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
! src/hotspot/cpu/arm/macroAssembler_arm.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/s390/macroAssembler_s390.cpp
! src/hotspot/cpu/s390/templateTable_s390.cpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp

Changeset: 3111982511ee
Author:    bpb
Date:      2018-06-07 07:43 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/3111982511ee

8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
Reviewed-by: alanb

! src/java.base/share/classes/java/nio/file/Files.java
! src/java.base/unix/classes/sun/nio/fs/UnixCopyFile.java
! src/java.base/windows/classes/sun/nio/fs/WindowsFileCopy.java
! test/jdk/java/nio/file/Files/CopyAndMove.java

Changeset: db8036093504
Author:    eosterlund
Date:      2018-06-07 17:40 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/db8036093504

8204554: JFR TLAB tracing broken after 8202776
Reviewed-by: rkennke, stefank

! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/collectedHeap.hpp
! src/hotspot/share/gc/shared/collectedHeap.inline.hpp

Changeset: acdfeede95ff
Author:    vlivanov
Date:      2018-06-06 23:36 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/acdfeede95ff

8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
Reviewed-by: kvn

! src/hotspot/share/opto/c2_globals.hpp
! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! test/hotspot/jtreg/compiler/jsr292/NonInlinedCall/InvokeTest.java



More information about the amber-dev mailing list