mbaesken [Wed, 10 Oct 2018 16:56:18 +0200] rev 52090
8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
Reviewed-by: kvn, stuefe
kbarrett [Wed, 10 Oct 2018 23:47:36 -0400] rev 52089
8211962: Implicit narrowing in MacOSX java.desktop jsound
Summary: Cast value to needed type.
Reviewed-by: serb
bpb [Wed, 10 Oct 2018 17:53:22 -0700] rev 52088
8152910: Get performance improvement with Stable annotation
Reviewed-by: darcy
Contributed-by: Peter Levart <peter.levart@gmail.com>
jwilhelm [Thu, 11 Oct 2018 00:43:09 +0200] rev 52087
Added tag jdk-12+15 for changeset f8626bcc1698
mchung [Wed, 10 Oct 2018 15:19:34 -0700] rev 52086
8211921: AssertionError in MethodHandles$Lookup.defineClass
Reviewed-by: alanb
akolarkunnu [Fri, 05 Oct 2018 05:03:15 -0700] rev 52085
8210055: Enable different look and feel tests in SwingSet3 demo tests
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
mullan [Wed, 10 Oct 2018 16:25:40 -0400] rev 52084
8191053: Provide a mechanism to make system's security manager immutable
Summary: Make System.setSecurityManager optional to support and add new disallow and allow options to the java.security.manager system property
Reviewed-by: alanb, mchung, rriggs, smarks
mullan [Wed, 10 Oct 2018 15:23:38 -0400] rev 52083
8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html
Reviewed-by: jjg
ctornqvi [Wed, 10 Oct 2018 11:47:01 -0700] rev 52082
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
Reviewed-by: erikj
jcbeyler [Wed, 10 Oct 2018 11:20:21 -0700] rev 52081
8211801: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[A-E]
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
igerasim [Wed, 10 Oct 2018 10:56:24 -0700] rev 52080
8211396: Broken link in javadoc for private java.util.regex.Pattern#normalize()
Reviewed-by: jjg, sherman
darcy [Wed, 10 Oct 2018 10:28:33 -0700] rev 52079
8058202: AnnotatedType implementations don't override toString(), equals(), hashCode()
Reviewed-by: jfranck
jjg [Wed, 10 Oct 2018 10:00:25 -0700] rev 52078
8211952: Broken links in java.time API
Reviewed-by: lancea
jcbeyler [Wed, 10 Oct 2018 08:26:49 -0700] rev 52077
8211950: Deprecate the check if a JVMTI collector is present assertion
Summary: Deprecate assertion that a collector is there; it is now a nop
Reviewed-by: eosterlund, phh, pliden
hseigel [Wed, 10 Oct 2018 10:18:52 -0400] rev 52076
8207689: Remove perfCounter _load_instance_class_failCounter used by deleted flag UnsyncloadClass
Summary: Delete the perfCounter
Reviewed-by: lfoltan, acorn, dholmes
weijun [Wed, 10 Oct 2018 22:13:30 +0800] rev 52075
8211969: test/jdk/lib/security/CheckBlacklistedCerts.java searching for wrong paths
Reviewed-by: mullan
roland [Fri, 28 Sep 2018 14:24:22 +0200] rev 52074
8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
Reviewed-by: kvn
prappo [Wed, 10 Oct 2018 14:13:32 +0100] rev 52073
8212000: Verify exported symbols in java.base (libnet, libnio/ch)
Reviewed-by: alanb, chegar
mhorie [Wed, 10 Oct 2018 14:28:35 +0200] rev 52072
8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
Reviewed-by: mdoerr, goetz
rkennke [Wed, 10 Oct 2018 10:58:48 +0200] rev 52071
8211270: GC abstraction to get real object and headers size
Reviewed-by: shade, zgu, eosterlund
rkennke [Wed, 03 Oct 2018 15:22:16 +0200] rev 52070
8211279: Verify missing object equals barriers
Reviewed-by: pliden, shade, zgu
thartmann [Wed, 10 Oct 2018 08:36:31 +0200] rev 52069
8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
Summary: Increase code_size2 for new Skylake CPUs.
Reviewed-by: kvn, stuefe, thartmann
Contributed-by: ralf.schmelter@sap.com
dtitov [Tue, 09 Oct 2018 19:11:09 -0700] rev 52068
8193879: Java debugger hangs on method invocation
Reviewed-by: sspitsyn, amenkov, gadams
dholmes [Tue, 09 Oct 2018 20:38:13 -0400] rev 52067
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
Summary: replace "return foo(CHECK_X);" with "return foo(THREAD);"
Reviewed-by: iklam, phh, stuefe, lfoltan
dholmes [Tue, 09 Oct 2018 20:19:22 -0400] rev 52066
8211065: Private method check in linkResolver is incorrect
Reviewed-by: acorn, lfoltan
erikj [Tue, 09 Oct 2018 14:57:23 -0700] rev 52065
8211724: Change mkdir -p to MakeDir macro where possible
Reviewed-by: ihse, asemenyuk
gadams [Tue, 09 Oct 2018 07:33:15 -0400] rev 52064
8211324: Link to java.lang.ThreadGroup in JDWP spec is broken
Reviewed-by: sspitsyn, chegar, alanb
jcbeyler [Tue, 09 Oct 2018 13:22:19 -0700] rev 52063
8211905: Remove multiple casts for EM06 file
Summary: Remove multiple casts for EM06 file
Reviewed-by: sspitsyn, cjplummer
jiangli [Tue, 09 Oct 2018 15:58:07 -0400] rev 52062
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
Summary: Restructure and cleanup java heap object archiving code.
Reviewed-by: coleenp, iklam
sherman [Tue, 09 Oct 2018 12:36:51 -0700] rev 52061
8211880: Broken links in java.util.jar
Reviewed-by: alanb, mchung, martin
chegar [Tue, 09 Oct 2018 20:32:24 +0100] rev 52060
8211927: Add additional diagnostic information to java/net/BindException/Test.java
Reviewed-by: dfuchs
amenkov [Tue, 09 Oct 2018 12:26:29 -0700] rev 52059
8211292: [TEST] convert com/sun/jdi/DeferredStepTest.sh test
Reviewed-by: sspitsyn, jcbeyler
rkennke [Fri, 05 Oct 2018 23:45:02 +0200] rev 52058
8211792: Fix misplaced BarrierSet forward declarations
Reviewed-by: shade, zgu
gadams [Mon, 08 Oct 2018 14:57:07 -0400] rev 52057
8201603: MonitorContendedEnter failure in nsk/jvmti/scenarios/contention/TC02/tc02t001
Reviewed-by: cjplummer
goetz [Tue, 09 Oct 2018 16:03:56 +0200] rev 52056
8211856: [ppc, s390] ProblemList some failing tests.
Reviewed-by: kvn, mdoerr
ghaug [Tue, 09 Oct 2018 15:06:27 +0200] rev 52055
8211768: [s390] Implement JFR profiling
Reviewed-by: simonis, mdoerr
redestad [Tue, 09 Oct 2018 14:30:06 +0200] rev 52054
8211859: Avoid initializing AtomicBoolean from RandomAccessFile
Reviewed-by: alanb
chegar [Tue, 09 Oct 2018 13:31:50 +0100] rev 52053
8211902: broken link in java.net.http.WebSocket.Builder
Reviewed-by: alanb, dfuchs
chegar [Tue, 09 Oct 2018 11:44:00 +0100] rev 52052
8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java
Reviewed-by: dfuchs
sgehwolf [Tue, 02 Oct 2018 17:17:43 +0200] rev 52051
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
Reviewed-by: dholmes, aph
Contributed-by: Andrew Haley <aph@redhat.com>
alanb [Tue, 09 Oct 2018 07:06:32 +0100] rev 52050
8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
Reviewed-by: mchung
jcbeyler [Mon, 08 Oct 2018 19:44:44 -0700] rev 52049
8211782: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[I-S]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
kbarrett [Mon, 08 Oct 2018 20:01:39 -0400] rev 52048
8211804: Constant AO_UNUSED_MBZ uses left shift of negative value
Summary: Use unsigned shift.
Reviewed-by: alanb
iklam [Mon, 08 Oct 2018 16:29:10 -0700] rev 52047
8210388: Use hash table to store archived subgraph_info records
Reviewed-by: jiangli
sherman [Mon, 08 Oct 2018 14:14:52 -0700] rev 52046
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
Reviewed-by: alanb
jcbeyler [Mon, 08 Oct 2018 13:56:28 -0700] rev 52045
8211131: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[G-I]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, sspitsyn
jcbeyler [Mon, 08 Oct 2018 13:54:43 -0700] rev 52044
8211261: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/[A-G]*
Summary: Remove the NSK_CPP_STUB macros
Reviewed-by: amenkov, cjplummer
jjg [Mon, 08 Oct 2018 11:14:59 -0700] rev 52043
8211407: Bad links to non-existent entries on serialized-form page
Reviewed-by: jlahoda
gadams [Mon, 08 Oct 2018 07:18:40 -0400] rev 52042
8036026: nsk/jvmti/scenarios/capability/CM02/cm02t001 fails intermittently
Reviewed-by: cjplummer, dcubed
chegar [Mon, 08 Oct 2018 18:29:41 +0100] rev 52041
8211863: Problem list test/jdk/javax/naming/module/RunBasic.java
Reviewed-by: lancea
redestad [Mon, 08 Oct 2018 18:16:03 +0200] rev 52040
8211860: Avoid reading security properties eagerly on Manifest class initialization
Reviewed-by: mullan, alanb
simonis [Mon, 08 Oct 2018 17:41:44 +0200] rev 52039
8211837: Creation of the default CDS Archive should depend on ENABLE_CDS
Reviewed-by: shade, goetz, mdoerr, iklam
vromero [Mon, 08 Oct 2018 06:52:41 -0700] rev 52038
8209407: VerifyError is thrown for inner class with lambda
Reviewed-by: mcimadamore
eosterlund [Mon, 08 Oct 2018 14:48:12 +0200] rev 52037
8211718: Supporting multiple concurrent OopStorage iterators
Reviewed-by: pliden, kbarrett
roland [Fri, 05 Oct 2018 16:47:27 +0200] rev 52036
8211776: 8210887 broke arraycopy optimization when ZGC is enabled
Reviewed-by: kvn
weijun [Mon, 08 Oct 2018 13:25:39 +0800] rev 52035
8210395: Add doc to SecurityTools.java
Reviewed-by: mullan
lancea [Sun, 07 Oct 2018 14:35:00 -0400] rev 52034
8211765: JarFile constructor throws undocumented exception
Reviewed-by: lancea, sherman, alanb, chegar
Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
dnsimon [Fri, 05 Oct 2018 20:03:14 +0200] rev 52033
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Reviewed-by: never, kvn, sspitsyn
vaibhav [Fri, 05 Oct 2018 18:25:15 +0100] rev 52032
8210376: [TESTBUG] @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Summary: @requires vm.cds should be replaced by @requires vm.cds.archived.java.heap and documentation is required for vm.gc==null
Reviewed-by: iklam, jiangli
Contributed-by: Vaibhav Choudhary <vaibhav.x.choudhary@oracle.com>
rkennke [Thu, 27 Sep 2018 13:56:09 +0200] rev 52031
8211219: Type inconsistency in LIRGenerator::atomic_cmpxchg(..)
Reviewed-by: eosterlund, iveresov
jiangli [Fri, 05 Oct 2018 18:56:11 -0400] rev 52030
8202951: Implementation of JEP 341: Default CDS Archives
8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests
8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
Summary: Generate the default CDS archive at JDK build time.
Reviewed-by: erikj, ihse, dholmes, iklam, ccheung, mseledtsov
Contributed-by: erik.joelsson@oracle.com, jiangli.zhou@oracle.com, calvin.cheung@oracle.com
kvn [Fri, 05 Oct 2018 15:46:47 -0700] rev 52029
8206963: [AOT] bug with multiple class loaders
Summary: AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
bpb [Fri, 05 Oct 2018 15:37:46 -0700] rev 52028
8211794: Remove jdk/java/nio/channels/Selector/RacyDeregister.java from problem list
Reviewed-by: bchristi
jcbeyler [Fri, 05 Oct 2018 13:38:03 -0700] rev 52027
8211123: GC Metaspace printing after full gc
Summary: Move GC printing to after usage is calculated
Reviewed-by: tschatzl, stuefe
Contributed-by: nijiaben@perfma.com, jcbeyler@google.com
kbarrett [Fri, 05 Oct 2018 14:28:44 -0400] rev 52026
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
Summary: Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
coleenp [Fri, 05 Oct 2018 09:15:52 -0400] rev 52025
8209889: RedefineStress tests crash
Summary: Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
hseigel [Fri, 05 Oct 2018 08:50:49 -0400] rev 52024
8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location
Summary: Remove the os_arch string and JRE path from the test. Also add JNIEXPORT to libjsig symbols so dlsym can find them
Reviewed-by: dholmes, lfoltan
michaelm [Fri, 05 Oct 2018 11:28:23 +0100] rev 52023
8211420: com.sun.net.httpserver.HttpServer returns Content-length header for 204 response code
Reviewed-by: chegar
rwestberg [Fri, 05 Oct 2018 07:54:28 +0200] rev 52022
8210459: Add support for generating compile_commands.json
Reviewed-by: erikj, ihse
naoto [Thu, 04 Oct 2018 14:12:34 -0700] rev 52021
8211398: Square character support for the Japanese new era
Reviewed-by: rriggs
mchung [Thu, 04 Oct 2018 13:02:58 -0700] rev 52020
8206240: java.lang.Class.newInstance() is causing caller to leak
Reviewed-by: alanb
vromero [Thu, 04 Oct 2018 10:19:01 -0700] rev 52019
8210789: langtools/tools/javac/T8152616.java missing @modules
Reviewed-by: jjg
erikj [Thu, 04 Oct 2018 09:43:49 -0700] rev 52018
8211677: Java resource copy and clean should use MakeTargetDir macro
Reviewed-by: tbell, ihse
gdub [Fri, 17 Aug 2018 12:19:52 +0200] rev 52017
8209136: [JVMCI] Make sure volatile fields are read as volatile during constant reflection.
Reviewed-by: kvn
vromero [Thu, 04 Oct 2018 08:37:08 -0700] rev 52016
8211148: var in implicit lambdas shouldn't be accepted for source < 11
Reviewed-by: mcimadamore
mchung [Thu, 04 Oct 2018 08:45:21 -0700] rev 52015
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
Reviewed-by: alanb, egahlin
mdoerr [Thu, 04 Oct 2018 16:39:07 +0200] rev 52014
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
rehn [Thu, 04 Oct 2018 14:03:13 +0200] rev 52013
8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
Reviewed-by: dcubed, dholmes
nishjain [Thu, 04 Oct 2018 17:25:51 +0530] rev 52012
8166138: DateTimeFormatter.ISO_INSTANT should handle offsets
Reviewed-by: rriggs, scolebourne, naoto
Contributed-by: pallavi.sonal@oracle.com
jwilhelm [Thu, 04 Oct 2018 10:35:59 +0200] rev 52011
Added tag jdk-12+14 for changeset 6f04692c7d51
jwilhelm [Thu, 04 Oct 2018 00:50:54 +0200] rev 52010
Added tag jdk-12+14 for changeset 8897e41b327c
kvn [Wed, 03 Oct 2018 14:53:05 -0700] rev 52009
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
Summary: exclude this test from running with Java Graal
Reviewed-by: iveresov
sherman [Wed, 03 Oct 2018 12:54:54 -0700] rev 52008
8211385: (zipfs) ZipDirectoryStream yields a stream of absolute paths when directory is relative
Reviewed-by: alanb, lancea
poonam [Wed, 03 Oct 2018 19:30:49 +0000] rev 52007
8211150: G1 Full GC not purging code root memory and hence causing memory leak
Reviewed-by: tschatzl, sjohanss
gadams [Wed, 03 Oct 2018 07:41:28 -0400] rev 52006
8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false
Reviewed-by: cjplummer, amenkov
kvn [Wed, 03 Oct 2018 10:38:30 -0700] rev 52005
8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
Summary: use default compile threshold for these tests
Reviewed-by: thartmann
gziemski [Wed, 03 Oct 2018 12:34:22 -0500] rev 52004
8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
Summary: Added ATTRIBUTE_PRINTF to JVMFlag::printError
Reviewed-by: kbarrett, coleenp
shade [Wed, 03 Oct 2018 18:46:26 +0200] rev 52003
8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
Reviewed-by: kvn
aph [Wed, 03 Oct 2018 17:45:59 +0100] rev 52002
Merge
aph [Wed, 03 Oct 2018 17:29:47 +0100] rev 52001
8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
Reviewed-by: shade, alanb
akolarkunnu [Mon, 01 Oct 2018 18:03:19 -0700] rev 52000
8211160: Handle different look and feels in JInternalFrameOperator
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
rraghavan [Wed, 03 Oct 2018 08:03:13 -0700] rev 51999
8211168: Solaris-X64 build failure with error nreg hides the same name in an outer scope
Summary: Corrected nreg definition
Reviewed-by: dcubed, kvn, shade
redestad [Wed, 03 Oct 2018 15:05:46 +0200] rev 51998
8211384: Obsolete -XX:+/-MonitorInUseLists option
Reviewed-by: mikael, rkennke, shade, dcubed
hseigel [Wed, 03 Oct 2018 09:46:46 -0400] rev 51997
8209138: Symbol constructor uses u1 as the element type of its name argument
Summary: Maske u1 the type for Symbol values and add a function to return it as a char.
Reviewed-by: dholmes, coleenp
dholmes [Wed, 03 Oct 2018 03:41:57 -0400] rev 51996
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
pmuthuswamy [Wed, 03 Oct 2018 11:43:39 +0530] rev 51995
8208531: -javafx mode should be on by default when JavaFX is available
Reviewed-by: jjg
mikael [Tue, 02 Oct 2018 22:36:08 -0700] rev 51994
8211350: Remove jprt support
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
pkoppula [Tue, 02 Oct 2018 21:38:54 +0530] rev 51993
8211107: LDAPS communication failure with jdk 1.8.0_181
Reviewed-by: chegar, coffeys, vtewari
ccheung [Tue, 02 Oct 2018 20:52:40 -0700] rev 51992
8211287: ClassPathTests.java fails due to "Unable to map MiscData shared space at required address."
Summary: catch the InvocationTargetException and rethrow exception based on the cause
Reviewed-by: jiangli, iklam
mikael [Tue, 02 Oct 2018 15:01:25 -0700] rev 51991
8211364: Remove expired flags
Reviewed-by: dholmes, egahlin
iklam [Tue, 02 Oct 2018 14:32:33 -0700] rev 51990
8209946: [TESTBUG] CDS tests should use "@run driver"
Reviewed-by: ccheung, jiangli, mseledtsov
dholmes [Tue, 02 Oct 2018 17:12:13 -0400] rev 51989
8211175: Remove temporary clock initialization duplication
Reviewed-by: rehn, mikael
amenkov [Tue, 02 Oct 2018 12:08:51 -0700] rev 51988
8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect
Reviewed-by: jcbeyler, dtitov, cjplummer
amenkov [Tue, 02 Oct 2018 12:06:29 -0700] rev 51987
8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java
Reviewed-by: jcbeyler, cjplummer
igerasim [Tue, 02 Oct 2018 10:19:07 -0700] rev 51986
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
cushon [Mon, 01 Oct 2018 21:14:58 -0700] rev 51985
8211057: Gensrc step CompileProperties generates unstable CompilerProperties output
Reviewed-by: mcimadamore, vromero
roland [Fri, 28 Sep 2018 10:42:40 +0200] rev 51984
8210887: Tweak C2 gc api for arraycopy
Reviewed-by: kvn, thartmann
roland [Thu, 27 Sep 2018 16:25:25 +0200] rev 51983
8211231: BarrierSetC1::generate_referent_check() confuses register allocator
Reviewed-by: iveresov, kvn
dfuchs [Tue, 02 Oct 2018 14:17:30 +0100] rev 51982
8211349: Bad HTML in {@link} for HttpResponse.BodyHandlers.ofPublisher
Summary: Fixed links by moving <> out of the link as was done elsewhere in the file.
Reviewed-by: chegar
chegar [Tue, 02 Oct 2018 10:40:58 +0100] rev 51981
8209454: [error-prone] TypeParameterUnusedInFormals in jdk.net
Reviewed-by: dfuchs
chegar [Tue, 02 Oct 2018 09:05:07 +0100] rev 51980
8211325: test/jdk/java/net/Socket/LingerTest.java fails with cleaning up
Reviewed-by: dfuchs
weijun [Tue, 02 Oct 2018 16:02:35 +0800] rev 51979
8210821: Support dns_canonicalize_hostname in krb5.conf
Reviewed-by: valeriep
manc [Mon, 01 Oct 2018 20:16:55 -0400] rev 51978
8210716: Detailed GC logging request misses some
Summary: Changed log tags from (heap, ergo) to (gc, ergo, heap).
Reviewed-by: kbarrett, tschatzl
iignatyev [Mon, 01 Oct 2018 14:54:46 -0700] rev 51977
8211171: move JarUtils to top-level testlibrary
Reviewed-by: alanb
kvn [Mon, 01 Oct 2018 11:54:34 -0700] rev 51976
8211251: Default mask register for avx512 instructions
Summary: Encode AVX 512 instructions as unmasked instruction where mask register is not specified.
Reviewed-by: kvn
Contributed-by: sandhya.viswanathan@intel.com
ccheung [Mon, 01 Oct 2018 11:36:48 -0700] rev 51975
8211278: Update ProblemList
Reviewed-by: iklam
rkennke [Mon, 01 Oct 2018 20:23:56 +0200] rev 51974
8211129: compiler/whitebox/ForceNMethodSweepTest.java fails after JDK-8132849
Reviewed-by: eosterlund, thartmann
simonis [Mon, 01 Oct 2018 19:08:14 +0200] rev 51973
8211328: Different declaration and definition of ClassLoaderData::classes_do() leads to build failures
Reviewed-by: dcubed, coleenp
lancea [Mon, 01 Oct 2018 13:05:51 -0400] rev 51972
8211295: DriverManager.getConnection fails when called from com.sun.rowset.JdbcRowSetImpl
Reviewed-by: mchung, alanb
aph [Mon, 01 Oct 2018 12:30:33 -0400] rev 51971
Merge
aph [Mon, 01 Oct 2018 12:29:47 -0400] rev 51970
8211333: AArch64: Fix another build failure after JDK-8211029
Reviewed-by: shade, aph
Contributed-by: pengfei.li@arm.com
rkennke [Mon, 01 Oct 2018 17:47:26 +0200] rev 51969
8211071: unpack.cpp fails to compile with statement has no effect [-Werror=unused-value]
Reviewed-by: ihse, clanger
shade [Mon, 01 Oct 2018 16:41:10 +0200] rev 51968
8211239: Build fails without JFR: empty JFR events signatures mismatch
Reviewed-by: mgronlun, dholmes
rkennke [Mon, 01 Oct 2018 16:34:22 +0200] rev 51967
8211241: Missing obj equals in TemplateTable::fast_aldc
Reviewed-by: dcubed, coleenp
lucy [Mon, 01 Oct 2018 12:07:15 +0200] rev 51966
8211145: [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)
Reviewed-by: shade, simonis
aph [Thu, 20 Sep 2018 18:29:05 +0100] rev 51965
8210972: Add comment text to C1 patching code
Reviewed-by: kvn
aph [Mon, 01 Oct 2018 09:56:45 +0100] rev 51964
Merge
aph [Wed, 26 Sep 2018 18:11:00 +0100] rev 51963
8211170: AArch64: Warnings in C1 and template interpreter
Reviewed-by: adinn
jiangli [Mon, 01 Oct 2018 00:52:37 -0400] rev 51962
8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
Summary: Reset InstanceKlass _init_state to 'allocated' before writing out shared classes at dump time.
Reviewed-by: dholmes, coleenp
mikael [Fri, 28 Sep 2018 14:53:41 -0700] rev 51961
8211291: Backout JDK-8210842 Handle JNIGlobalRefLocker.cpp
Reviewed-by: kbarrett, iignatyev, jcbeyler
mikael [Fri, 28 Sep 2018 14:11:21 -0700] rev 51960
8211176: Initialize ObjectMonitor eagerly
Reviewed-by: dholmes, adinn, redestad
coleenp [Fri, 28 Sep 2018 16:07:39 -0400] rev 51959
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
Reviewed-by: iklam, stuefe
henryjen [Fri, 28 Sep 2018 13:15:01 -0700] rev 51958
8210810: Escaped character at specific position in argument file is not handled properly
Reviewed-by: alanb
Contributed-by: Bo Zhang <zhangbodut@gmail.com>
jcbeyler [Fri, 28 Sep 2018 13:01:28 -0700] rev 51957
8210842: Handle JNIGlobalRefLocker.cpp
Summary: Add checking for JNI calls via a new ExceptionCheckingJniEnv
Reviewed-by: sspitsyn, amenkov, dholmes, mikael
gadams [Fri, 28 Sep 2018 14:31:36 -0400] rev 51956
8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again
Reviewed-by: cjplummer, amenkov
dtitov [Fri, 28 Sep 2018 12:04:47 -0700] rev 51955
8163083: SocketListeningConnector does not allow invocations with port 0
Reviewed-by: sspitsyn, amenkov, gadams, jcbeyler
shade [Fri, 28 Sep 2018 18:28:49 +0200] rev 51954
8211268: Disable unsupported GCs for Zero
Reviewed-by: sgehwolf, erikj
shade [Fri, 28 Sep 2018 18:28:49 +0200] rev 51953
8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
Reviewed-by: dholmes, tschatzl
shade [Fri, 28 Sep 2018 18:28:48 +0200] rev 51952
8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation)
Reviewed-by: rkennke, kvn
dl [Fri, 28 Sep 2018 08:45:46 -0700] rev 51951
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
Reviewed-by: martin, chegar
dl [Fri, 28 Sep 2018 08:45:46 -0700] rev 51950
8210971: Add exception handling methods to CompletionStage and CompletableFuture
Reviewed-by: martin, chegar
mbaesken [Thu, 27 Sep 2018 17:13:07 +0200] rev 51949
8211208: make AllocateHeapAt an unsupported option on AIX
Reviewed-by: shade, tschatzl
avoitylov [Fri, 28 Sep 2018 15:39:31 +0300] rev 51948
8211212: ARM: -Werror=switch build failure
Reviewed-by: shade
chegar [Fri, 28 Sep 2018 12:47:09 +0100] rev 51947
8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up
Reviewed-by: dfuchs
sballal [Fri, 28 Sep 2018 14:31:58 +0530] rev 51946
8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file
Reviewed-by: dholmes, jgeorge
rkennke [Fri, 28 Sep 2018 10:57:31 +0200] rev 51945
8211269: Make declaration of Allocation protected in MemAllocator
Reviewed-by: shade
jjiang [Fri, 28 Sep 2018 15:42:20 +0800] rev 51944
8209546: Make sun/security/tools/keytool/autotest.sh to support macosx
Summary: Refactor autotest.sh to java test and remove standard.sh
Reviewed-by: weijun
mbaesken [Thu, 27 Sep 2018 15:37:55 +0200] rev 51943
8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows]
Reviewed-by: naoto, lucy
mbaesken [Fri, 28 Sep 2018 09:20:46 +0200] rev 51942
8210964: add more ld preloading related info to hs_error file on Linux
Reviewed-by: clanger, stuefe
jcbeyler [Thu, 27 Sep 2018 15:56:40 -0700] rev 51941
8211036: Remove the NSK_STUB macros from vmTestbase for non jvmti
Summary: Remove the NSK_STUB macros from code outside of the jvmti subfolder
Reviewed-by: iignatyev, amenkov, dholmes
jlaskey [Thu, 27 Sep 2018 15:47:33 -0300] rev 51940
8211080: RawStringLiteralLangAPI.java test times out by default
Reviewed-by: jjg
prr [Thu, 27 Sep 2018 11:39:45 -0700] rev 51939
Merge
prr [Thu, 27 Sep 2018 10:49:10 -0700] rev 51938
Merge
alitvinov [Wed, 26 Sep 2018 18:36:55 +0100] rev 51937
8211165: License header is absent in a few J2Ddemo source code files
Reviewed-by: prr, iris
serb [Tue, 25 Sep 2018 17:58:53 -0700] rev 51936
8210286: Drop of sun.awt.HToolkit class
Reviewed-by: dmarkov, prr
prr [Tue, 25 Sep 2018 14:44:36 -0700] rev 51935
8210880: Remove HPKeysym.h from JDK sources
Reviewed-by: serb, dmarkov
prr [Tue, 25 Sep 2018 14:38:35 -0700] rev 51934
8211125: backout fix for 8210880 which was pushed under another ID
Reviewed-by: serb
lbourges [Mon, 24 Sep 2018 21:23:37 +0200] rev 51933
8210335: Clipping problems with complex affine transforms: negative scaling factors or small scaling factors
Summary: fixed clipping rectangle to take into account the inverse transform (scale/shear)
Reviewed-by: prr, serb
prr [Mon, 24 Sep 2018 11:49:25 -0700] rev 51932
8209548: Unused and incorrect calls to FT_Get_Char_Index
Reviewed-by: psadhukhan, kaddepalli
prr [Mon, 24 Sep 2018 11:46:40 -0700] rev 51931
8210866: Remove HPKeysym.h from JDK sources
Reviewed-by: serb, dmarkov
prr [Mon, 24 Sep 2018 10:59:26 -0700] rev 51930
Merge
serb [Sat, 22 Sep 2018 20:31:45 -0700] rev 51929
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
Reviewed-by: prr, mullan, mchung
serb [Tue, 18 Sep 2018 18:32:03 -0700] rev 51928
8170937: Swing apps are slow if displaying from a remote source to many local displays
Reviewed-by: prr, aivanov
psadhukhan [Tue, 18 Sep 2018 18:12:40 +0530] rev 51927
8191178: [macos] Problem with input of yen symbol
Reviewed-by: dmarkov, mhalder
prr [Mon, 17 Sep 2018 09:36:33 -0700] rev 51926
Merge
prr [Sat, 15 Sep 2018 14:03:07 -0700] rev 51925
8210766: Remove obsolete qualified export sun.net.www to java.desktop
Reviewed-by: mchung
mhalder [Fri, 14 Sep 2018 17:53:58 +0530] rev 51924
8206392: [macosx] Cycling through windows (JFrames) does not work with keyboard shortcut
Reviewed-by: dmarkov, kaddepalli
prr [Thu, 13 Sep 2018 11:31:59 -0700] rev 51923
7017058: Malayalam glyph substitution is failing for Malayalam with Windows Kartika font.
8191130: Sinhala text rendering problem with C+VIRAMA+ZWJ+RA/YA+V
8195836: opentype:Bengali: "Khanda Ta" shaping issue with U+09A4 TA, U+09CD virama, U+200D ZWJ
Reviewed-by: serb, psadhukhan
prr [Thu, 13 Sep 2018 10:54:11 -0700] rev 51922
Merge
vagarwal [Wed, 12 Sep 2018 11:51:39 +0530] rev 51921
8210052: Enable testing for all the available look and feels in SwingSet3 demo tests
Reviewed-by: shurailine, serb
serb [Sun, 09 Sep 2018 19:07:34 -0700] rev 51920
8205537: Drop of sun.applet package
Reviewed-by: prr
prr [Sun, 09 Sep 2018 11:19:57 -0700] rev 51919
8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
Reviewed-by: dmarkov, kaddepalli
serb [Sat, 08 Sep 2018 12:32:51 -0700] rev 51918
8207150: Clip.isRunning() may return true after Clip.stop() was called
Reviewed-by: prr
prr [Wed, 05 Sep 2018 10:17:02 -0700] rev 51917
Merge
psadhukhan [Wed, 05 Sep 2018 15:56:49 +0530] rev 51916
8202013: JEditorPane shows large HTML unordered list bullets
8201925: JEditorPane unordered list bullets look pixelated
Reviewed-by: prr, pbansal
alans [Fri, 31 Aug 2018 18:05:38 -0700] rev 51915
8146310: [macosx] com.apple.eawt.Application.setDefaultMenuBar does not initialize screen menu bar
Reviewed-by: serb
prr [Mon, 27 Aug 2018 10:54:58 -0700] rev 51914
Merge
alitvinov [Mon, 27 Aug 2018 18:29:07 +0100] rev 51913
8201818: [macosx] Printing attributes break page size set via "java.awt.print.Book" object
Reviewed-by: prr, psadhukhan
serb [Fri, 24 Aug 2018 16:29:04 -0700] rev 51912
8039082: [TEST_BUG] Test java/awt/dnd/BadSerializationTest/BadSerializationTest.java fails
Reviewed-by: prr
serb [Thu, 23 Aug 2018 23:12:16 -0700] rev 51911
8209340: The code which avoids synthetic accessors has become outdated
Reviewed-by: psadhukhan, kaddepalli
dmarkov [Fri, 17 Aug 2018 09:31:13 +0100] rev 51910
8205479: OS X: requestFocus() does not work properly for embedded frame
Reviewed-by: serb, aivanov
dmarkov [Thu, 16 Aug 2018 19:20:20 +0100] rev 51909
8130655: OS X: keyboard input in textfield is not possible if the window contained textfield is owned by EmbeddedFrame
Reviewed-by: serb, aivanov
psadhukhan [Thu, 16 Aug 2018 11:15:22 +0530] rev 51908
8202702: Clearing selection on JTable causes disappearance of a row
Reviewed-by: serb
prr [Tue, 14 Aug 2018 12:11:28 -0700] rev 51907
Merge
psadhukhan [Fri, 10 Aug 2018 12:36:21 +0530] rev 51906
8209343: Test javax/swing/border/TestTitledBorderLeak.java should be marked as headful
Reviewed-by: jdv
psadhukhan [Thu, 09 Aug 2018 11:01:59 +0530] rev 51905
8204963: javax.swing.border.TitledBorder has a memory leak
Reviewed-by: serb, kaddepalli
serb [Wed, 08 Aug 2018 18:31:24 -0700] rev 51904
8208996: X11 icon window color handing bug
Reviewed-by: serb
Contributed-by: takiguc@linux.vnet.ibm.com
prr [Fri, 03 Aug 2018 12:52:58 -0700] rev 51903
Merge
psadhukhan [Wed, 01 Aug 2018 11:02:19 +0530] rev 51902
8203904: javax/swing/JSplitPane/4816114/bug4816114.java: The divider location is wrong
Reviewed-by: serb, kaddepalli
psadhukhan [Wed, 25 Jul 2018 15:36:37 +0530] rev 51901
8205535: Useless (or buggy) call to Math.round on int input
Reviewed-by: jdv
gadams [Thu, 27 Sep 2018 07:33:13 -0400] rev 51900
8210984: [TESTBUG] hs203t003 fails with "# ERROR: hs203t003.cpp, 218: NSK_CPP_STUB2 ( ResumeThread, jvmti, thread)"
Reviewed-by: cjplummer, jcbeyler
erikj [Thu, 27 Sep 2018 08:49:12 -0700] rev 51899
8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle
Reviewed-by: tbell, prr, ihse
kevinw [Wed, 26 Sep 2018 06:28:48 -0700] rev 51898
8211124: HotSpot update for vm_version.cpp to recognise updated VS2017
Reviewed-by: dholmes, lfoltan
jlahoda [Thu, 27 Sep 2018 10:24:12 +0200] rev 51897
8211102: Crash with -XDfind=lambda and -source 7
Summary: Disabling analyzers that cannot run in the given source level; lambdas in standalone positions should have erroneous type rather than the recovery type; avoiding crash in Flow for broken code.
Reviewed-by: mcimadamore
mdoerr [Thu, 27 Sep 2018 09:29:52 +0200] rev 51896
8211097: aix: fix build after JDK-8210919
Reviewed-by: shade, mbaesken, erikj
pmuthuswamy [Thu, 27 Sep 2018 10:10:47 +0530] rev 51895
8202628: javadoc generates bad links in TestModules.java
Reviewed-by: jjg
ccheung [Wed, 26 Sep 2018 18:21:26 -0700] rev 51894
8202282: [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
Summary: removed the unnecessary makeCommandLineForAppCDS() method and its usage
Reviewed-by: iklam, jiangli
jwilhelm [Thu, 27 Sep 2018 01:25:42 +0200] rev 51893
Added tag jdk-12+13 for changeset 511a9946f83e
jjg [Wed, 26 Sep 2018 16:23:31 -0700] rev 51892
8209963: source file mode for JVM should provide a hook to locate the source file
Reviewed-by: darcy
jjg [Wed, 26 Sep 2018 15:14:17 -0700] rev 51891
8210555: create --source --target synonyms for -source -target
Reviewed-by: hannesw
jjg [Wed, 26 Sep 2018 14:54:38 -0700] rev 51890
8211180: SourceLauncherTest.java fails in JDK12 CI on Win*
Reviewed-by: mchung, darcy
epavlova [Wed, 26 Sep 2018 12:47:38 -0700] rev 51889
8199885: [Graal] org.graalvm.compiler.core.test.CountedLoopTest fails with "ControlFlowAnchor should never be cloned in the same graph"
Reviewed-by: kvn
coleenp [Wed, 26 Sep 2018 14:56:10 -0400] rev 51888
Merge
coleenp [Wed, 26 Sep 2018 14:01:48 -0400] rev 51887
8210856: Move InstanceKlass DependencyContext cleaning to SystemDictionary::do_unloading()
Summary: Already walk classes in ClassLoaderData::unload so generalize to also clean nmethod dependencies.
Reviewed-by: eosterlund, dlong, vlivanov
akolarkunnu [Mon, 24 Sep 2018 03:25:19 -0700] rev 51886
8210994: Create test for SwingSet3 FrameDemo
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
jjg [Wed, 26 Sep 2018 11:41:08 -0700] rev 51885
8210274: Source Launcher should work with a security manager
Reviewed-by: mchung, alanb
smarks [Sat, 25 Aug 2018 20:16:43 +0530] rev 51884
7033681: Arrays.asList methods needs better documentation
Reviewed-by: smarks
Contributed-by: Jaikiran Pai <jaikiran.pai@gmail.com>
cushon [Tue, 25 Sep 2018 21:33:51 -0700] rev 51883
8211138: Missing Flag enum constants
Reviewed-by: mcimadamore, vromero
lancea [Wed, 26 Sep 2018 13:56:08 -0400] rev 51882
8211121: Remove sun.reflect.ReflectionFactory::newInstanceForSerialization
Reviewed-by: mchung, alanb, darcy, dfuchs
mikael [Wed, 26 Sep 2018 10:37:50 -0700] rev 51881
8210892: Deprecate TLABStats
Reviewed-by: pliden, tschatzl
roland [Tue, 18 Sep 2018 20:49:44 +0200] rev 51880
8210885: Convert left over loads/stores to access api
Reviewed-by: thartmann, rkennke
mbaesken [Wed, 12 Sep 2018 11:13:09 +0200] rev 51879
8207768: Improve exception messages during manifest parsing of jar archives
Reviewed-by: clanger, mullan, weijun
mbaesken [Wed, 26 Sep 2018 14:28:37 +0200] rev 51878
8211146: fix problematic elif-tests after recent gcc warning changes Werror=undef
Reviewed-by: stuefe, clanger, dholmes, chegar, alanb
lkorinth [Fri, 21 Sep 2018 18:57:18 +0200] rev 51877
8196341: Add JFR events for parallel phases of G1
Reviewed-by: tschatzl, sangheki
iignatyev [Tue, 25 Sep 2018 18:26:46 -0700] rev 51876
8211134: problem list compiler/whitebox/ForceNMethodSweepTest.java
Reviewed-by: kvn
fyang [Wed, 26 Sep 2018 06:26:54 +0800] rev 51875
8210413: AArch64: Optimize div/rem by constant in C1
Summary: Remove div-by-zero check for non-zero divisor and generate cheap instructions if divisor is power-of-2
Reviewed-by: aph
Contributed-by: pengfei.li@arm.com
naoto [Tue, 25 Sep 2018 13:57:24 -0700] rev 51874
8210633: Cannot parse JapaneseDate string with DateTimeFormatterBuilder Mapped-values
Reviewed-by: scolebourne, rriggs
darcy [Tue, 25 Sep 2018 13:31:51 -0700] rev 51873
8211127: TestNewLanguageFeatures.java fails after JDK-8173730
Reviewed-by: jjg
darcy [Tue, 25 Sep 2018 11:31:55 -0700] rev 51872
8173730: Stop including enhanced for-loop tip for enum values() method
Reviewed-by: jjg
jjg [Tue, 25 Sep 2018 10:30:32 -0700] rev 51871
8210839: Improve interaction between source launcher and classpath
Reviewed-by: alanb, mchung
jcbeyler [Tue, 25 Sep 2018 09:34:51 -0700] rev 51870
8210689: Remove the multi-line old C style for string literals
Summary: Remove the multi-line old C style and prefer C++ multi-line
Reviewed-by: amenkov, cjplummer
dcubed [Tue, 25 Sep 2018 11:31:55 -0400] rev 51869
8211103: ProblemList runtime/XCheckJniJsig/XCheckJSig.java on MacOS X
Reviewed-by: mikael, dholmes
rkennke [Tue, 25 Sep 2018 16:41:25 +0200] rev 51868
8211061: Tests fail with assert(VM_Version::supports_sse4_1()) on ThreadRipper CPU
Reviewed-by: thartmann, roland
chegar [Tue, 25 Sep 2018 15:35:31 +0100] rev 51867
8211099: ProblemList two networking tests until jtreg b14 is promoted
Reviewed-by: alanb
aph [Mon, 24 Sep 2018 18:19:46 +0100] rev 51866
8211064: [AArch64] Interpreter and c1 don't correctly handle jboolean results in native calls
Reviewed-by: aph
Contributed-by: andrey.petushkov@gmail.com
rkennke [Mon, 24 Sep 2018 18:44:39 +0200] rev 51865
8132849: Increased stop time in cleanup phase because of single-threaded walk of thread stacks in NMethodSweeper::mark_active_nmethods()
Reviewed-by: eosterlund, zgu, thartmann
plevart [Tue, 25 Sep 2018 14:23:37 +0200] rev 51864
8205461: Create Collector which merges results of two other collectors
Reviewed-by: briangoetz, smarks, plevart
Contributed-by: amaembo@gmail.com
thartmann [Tue, 25 Sep 2018 14:16:33 +0200] rev 51863
8210152: Optimize integer divisible by power-of-2 check
Summary: Integer conditional negation operation before zero check is eliminated
Reviewed-by: kvn, thartmann
Contributed-by: pengfei.li@arm.com
pmuthuswamy [Tue, 25 Sep 2018 13:58:54 +0530] rev 51862
8202462: {@index} may cause duplicate labels
Reviewed-by: jjg
pmuthuswamy [Tue, 25 Sep 2018 12:36:45 +0530] rev 51861
8205593: Javadoc -link makes broken links if module name matches package name
Reviewed-by: jjg
mikael [Mon, 24 Sep 2018 22:12:07 -0700] rev 51860
8210848: Obsolete SyncKnobs
Reviewed-by: redestad, coleenp, dholmes, dcubed
fyuan [Tue, 25 Sep 2018 11:24:59 +0800] rev 51859
8210934: Move sun/net/www/protocol/http/GetErrorStream.java to OpenJDK
Summary: repalce internet website dependency with a built-in http server
Reviewed-by: chegar
mli [Tue, 25 Sep 2018 11:18:36 +0800] rev 51858
8210443: Migrate Locale matching tests to JDK Repo.
Reviewed-by: naoto
Contributed-by: dan.z.zhou@oracle.com
kvn [Mon, 24 Sep 2018 16:37:28 -0700] rev 51857
8210764: Update avx512 implementation
Reviewed-by: kvn
Contributed-by: sandhya.viswanathan@intel.com
erikj [Mon, 24 Sep 2018 13:51:22 -0700] rev 51856
8211037: Load jib jars dynamically from JibArtifactManager
Reviewed-by: ihse
ihse [Mon, 24 Sep 2018 20:45:06 +0200] rev 51855
8210705: Stop exporting all symbols on macosx
Reviewed-by: erikj
bchristi [Mon, 24 Sep 2018 10:41:41 -0700] rev 51854
8072130: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Mac OSX
Reviewed-by: sherman
ihse [Mon, 24 Sep 2018 19:26:48 +0200] rev 51853
8211029: Have a common set of enabled warnings for all native libraries
Reviewed-by: erikj
dcubed [Mon, 24 Sep 2018 13:05:59 -0400] rev 51852
8209019: Remove tests affected by JDK-8208690 from the ProblemList
Reviewed-by: dfuchs
dholmes [Mon, 24 Sep 2018 12:18:51 -0400] rev 51851
8211045: [Testbug] Fix for 8144279 didn't define a test case!
Summary: add missing file from original commit
Reviewed-by: shade, sgehwolf