xyin [Mon, 30 Jul 2018 09:06:14 +0800] rev 51259
8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
Reviewed-by: lancea, mchung
dcubed [Fri, 27 Jul 2018 16:29:36 -0400] rev 51258
8171157: Convert ObjectMonitor_test to GTest
Summary: Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer.
Reviewed-by: dcubed, hseigel
Contributed-by: patricio.chilano.mateo@oracle.com
nishjain [Fri, 27 Jul 2018 14:20:07 +0530] rev 51257
8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
Reviewed-by: naoto, darcy
tschatzl [Fri, 27 Jul 2018 09:49:03 +0200] rev 51256
8208297: Allow printing of taskqueue stats if compiled in in product builds
Reviewed-by: kbarrett
dtitov [Thu, 26 Jul 2018 16:22:58 -0700] rev 51255
8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
Reviewed-by: sspitsyn, cjplummer
jcbeyler [Thu, 26 Jul 2018 11:53:59 -0700] rev 51254
8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler@google.com
amenkov [Thu, 26 Jul 2018 11:31:15 -0700] rev 51253
8199155: Accessibility issues in jdk.jdi
Reviewed-by: dtitov, sspitsyn
dcubed [Thu, 26 Jul 2018 13:08:42 -0400] rev 51252
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
Reviewed-by: hseigel, kvn
prr [Thu, 26 Jul 2018 10:00:40 -0700] rev 51251
Merge
prr [Thu, 26 Jul 2018 09:27:30 -0700] rev 51250
Added tag jdk-11+24 for changeset ea900a7dc7d7
jlaskey [Thu, 26 Jul 2018 10:25:33 -0300] rev 51249
8208164: (str) improve specification of String::lines
Reviewed-by: smarks
simonis [Mon, 23 Jul 2018 15:17:14 +0200] rev 51248
8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
Reviewed-by: sspitsyn, cjplummer
rgoel [Thu, 26 Jul 2018 14:15:24 +0530] rev 51247
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
Summary: generated display names for missing timezones at run time.
Reviewed-by: naoto
ljiang [Wed, 25 Jul 2018 22:48:53 -0700] rev 51246
8207948: JDK 11 L10n resource file update msg drop 10
Reviewed-by: naoto
jjiang [Thu, 26 Jul 2018 08:46:27 +0800] rev 51245
8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
Summary: Improve the logics on skipping test
Reviewed-by: valeriep
xuelei [Wed, 25 Jul 2018 17:21:04 -0700] rev 51244
8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
Reviewed-by: ascarpino
dcubed [Wed, 25 Jul 2018 17:22:25 -0400] rev 51243
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn
cjplummer [Wed, 25 Jul 2018 13:15:36 -0700] rev 51242
8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
Summary: do a better job of handling compilations before execution
Reviewed-by: sspitsyn, amenkov
dcubed [Wed, 25 Jul 2018 15:38:37 -0400] rev 51241
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer
jcbeyler [Wed, 25 Jul 2018 10:51:16 -0700] rev 51240
8207765: HeapMonitorTest.java intermittent failure
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler@google.com
jnimeh [Wed, 25 Jul 2018 09:48:31 -0700] rev 51239
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei
dcubed [Wed, 25 Jul 2018 12:32:06 -0400] rev 51238
8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy
erikj [Wed, 25 Jul 2018 08:36:46 -0700] rev 51237
8208096: Update build documentation to reflect compiler upgrades at Oracle
Reviewed-by: tbell
chegar [Wed, 25 Jul 2018 10:08:39 +0100] rev 51236
8207846: Generalize the jdk.net.includeInExceptions security property
Reviewed-by: alanb, michaelm, rriggs, mullan
rhalade [Tue, 24 Jul 2018 12:12:16 -0700] rev 51235
8203230: update VerifyCACerts test
Reviewed-by: mullan
cjplummer [Tue, 24 Jul 2018 10:35:25 -0700] rev 51234
8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Summary: add test to ProblemsList.txt
Reviewed-by: sspitsyn
ghaug [Tue, 24 Jul 2018 12:57:40 +0200] rev 51233
8207392: [PPC64] Implement JFR profiling.
Reviewed-by: simonis, goetz
chegar [Tue, 24 Jul 2018 10:07:26 +0100] rev 51232
8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
Reviewed-by: michaelm
chegar [Mon, 23 Jul 2018 11:47:03 +0100] rev 51231
8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
Reviewed-by: michaelm
mli [Tue, 24 Jul 2018 13:55:57 +0800] rev 51230
8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
Reviewed-by: alanb
valeriep [Mon, 23 Jul 2018 23:18:19 +0000] rev 51229
8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Summary: Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan
dlong [Mon, 23 Jul 2018 12:01:43 -0700] rev 51228
8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
Reviewed-by: kvn
dcubed [Mon, 23 Jul 2018 14:41:06 -0400] rev 51227
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn
sdama [Mon, 23 Jul 2018 19:58:43 +0530] rev 51226
8206445: JImageListTest.java failed in Windows
Summary: Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb
gromero [Thu, 19 Jul 2018 16:56:05 -0400] rev 51225
8189922: UseNUMA memory interleaving vs membind
Reviewed-by: gromero, drwhite, dholmes, tschatzl
Contributed-by: Swati Sharma <swatibits14@gmail.com>
jcbeyler [Sun, 22 Jul 2018 20:00:39 -0700] rev 51224
8207252: C1 still does eden allocations when TLAB is enabled
Summary: Only do eden allocations when TLAB is disabled
Reviewed-by: kbarrett, jrose, tschatzl, iveresov
Contributed-by: jcbeyler@google.com
xiaofeya [Mon, 23 Jul 2018 10:02:10 +0800] rev 51223
8207952: Problem-list 3 sctp tests
Reviewed-by: chegar
weijun [Sat, 21 Jul 2018 21:46:42 +0800] rev 51222
8207223: SSL Handshake failures are reported with more generic SSLException
Reviewed-by: xuelei
coleenp [Fri, 20 Jul 2018 18:03:23 -0400] rev 51221
8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
Summary: Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler
Reviewed-by: vromero, jiangli
smarks [Fri, 20 Jul 2018 14:34:51 -0700] rev 51220
8206865: RMI activation tests fail with InvalidClassException
Reviewed-by: darcy, alanb, mchung
epavlova [Fri, 20 Jul 2018 11:39:52 -0700] rev 51219
8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
Reviewed-by: kvn
iignatyev [Fri, 20 Jul 2018 11:39:37 -0700] rev 51218
8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
Reviewed-by: kvn
naoto [Fri, 20 Jul 2018 10:12:34 -0700] rev 51217
8206886: Java does not set the default format locale correctly on mac10.13
Reviewed-by: rriggs
ascarpino [Fri, 20 Jul 2018 09:55:15 -0700] rev 51216
8204196: integer cleanup
Reviewed-by: xuelei
erikj [Fri, 20 Jul 2018 09:07:37 -0700] rev 51215
8207365: Make man pages optional
Reviewed-by: tbell
goetz [Fri, 20 Jul 2018 09:46:57 +0200] rev 51214
8207830: [aix] disable jfr in build and tests
Reviewed-by: kvn, erikj
goetz [Fri, 20 Jul 2018 09:33:49 +0200] rev 51213
8207766: [testbug] Adapt tests for Aix.
Reviewed-by: clanger, mbaesken
rraghavan [Fri, 20 Jul 2018 01:23:38 -0700] rev 51212
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
Summary: Added required uses statement
Reviewed-by: dnsimon, kvn
mli [Fri, 20 Jul 2018 15:24:42 +0800] rev 51211
8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
Reviewed-by: alanb
jcbeyler [Thu, 19 Jul 2018 18:21:24 -0700] rev 51210
8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Summary: Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
mli [Fri, 20 Jul 2018 08:40:14 +0800] rev 51209
8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
Reviewed-by: alanb
zgu [Wed, 11 Jul 2018 13:55:38 -0400] rev 51208
8207056: Epsilon GC to support object pinning
Summary: Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke
erikj [Thu, 19 Jul 2018 14:25:42 -0700] rev 51207
8207243: Fix translation filtering to also support zh_HK and zh_TW
Reviewed-by: tbell
kvn [Thu, 19 Jul 2018 13:41:56 -0700] rev 51206
8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation.
Reviewed-by: twisti, dnsimon, never
bulasevich [Thu, 19 Jul 2018 21:46:52 +0300] rev 51205
8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
Reviewed-by: shade
prr [Thu, 26 Jul 2018 09:30:58 -0700] rev 51204
Added tag jdk-12+4 for changeset 499b873761d8
ysuenaga [Fri, 27 Jul 2018 00:54:39 +0900] rev 51203
8205992: jhsdb cannot attach to Java processes running in Docker containers
Reviewed-by: cjplummer, jgeorge
dbuck [Thu, 26 Jul 2018 10:56:58 -0400] rev 51202
8208183: update HSDIS plugin license to UPL
Reviewed-by: simonis, adinn, jrose
jjg [Wed, 25 Jul 2018 17:26:35 -0700] rev 51201
8208227: tools/jdeps/DotFileTest.java fails on Win-X64
Reviewed-by: darcy
darcy [Wed, 25 Jul 2018 17:22:26 -0700] rev 51200
8208200: Add missing periods to sentences in RoundEnvironment specs
Reviewed-by: jjg
dcubed [Wed, 25 Jul 2018 17:22:25 -0400] rev 51199
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn
darcy [Wed, 25 Jul 2018 12:54:58 -0700] rev 51198
8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
Reviewed-by: jjg
rkennke [Wed, 25 Jul 2018 21:47:40 +0200] rev 51197
8204970: Remaing object comparisons need to use oopDesc::equals()
Reviewed-by: eosterlund, zgu
dcubed [Wed, 25 Jul 2018 15:38:37 -0400] rev 51196
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer