Wed, 01 Aug 2018 09:33:56 -0700 8208080: Locale extensions via Service provider is not working for region extensions
naoto [Wed, 01 Aug 2018 09:33:56 -0700] rev 51276
8208080: Locale extensions via Service provider is not working for region extensions Reviewed-by: rriggs, nishjain
Wed, 01 Aug 2018 18:02:25 +0530 8208560: ChoiceFormat class has unused constants needs cleanup
nishjain [Wed, 01 Aug 2018 18:02:25 +0530] rev 51275
8208560: ChoiceFormat class has unused constants needs cleanup Reviewed-by: rriggs, naoto
Wed, 01 Aug 2018 12:36:02 +0530 8208484: color contrast issues in a couple of spec files
pmuthuswamy [Wed, 01 Aug 2018 12:36:02 +0530] rev 51274
8208484: color contrast issues in a couple of spec files Reviewed-by: jjg, ihse
Wed, 01 Aug 2018 02:21:02 -0400 8191006: hsdis disassembler plugin does not compile with binutils 2.29+
dbuck [Wed, 01 Aug 2018 02:21:02 -0400] rev 51273
8191006: hsdis disassembler plugin does not compile with binutils 2.29+ Summary: update call to disassembler() function to match new signature used by Binutils Reviewed-by: gromero, kvn
Wed, 01 Aug 2018 13:35:08 +0800 8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
weijun [Wed, 01 Aug 2018 13:35:08 +0800] rev 51272
8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer Reviewed-by: xuelei
Wed, 01 Aug 2018 01:40:44 -0400 8208541: non-ASCII characters in hsdis UPL text
dbuck [Wed, 01 Aug 2018 01:40:44 -0400] rev 51271
8208541: non-ASCII characters in hsdis UPL text Summary: replace Unicode left/right double quote pair with normal ASCII double quotes Reviewed-by: jrose
Tue, 31 Jul 2018 17:07:43 -0400 8208605: Fix for 8199868 breaks tier1 build
dcubed [Tue, 31 Jul 2018 17:07:43 -0400] rev 51270
8208605: Fix for 8199868 breaks tier1 build Summary: Move variable declarations to make studio compiler happy. Reviewed-by: kbarrett
Tue, 31 Jul 2018 15:57:52 -0400 8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
coleenp [Tue, 31 Jul 2018 15:57:52 -0400] rev 51269
8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException Summary: fixed refactoring caused by JDK-8203820 Reviewed-by: dholmes, sspitsyn, cjplummer
Tue, 31 Jul 2018 14:24:10 -0400 8202171: Some oopDesc functions compare this with NULL
hseigel [Tue, 31 Jul 2018 14:24:10 -0400] rev 51268
8202171: Some oopDesc functions compare this with NULL Summary: Add Method* parameter and made verify* methods static to avoid 'this' comparison with NULL, Added NULL checks before calling print_on() methods. Reviewed-by: kbarrett, coleenp
Tue, 31 Jul 2018 13:12:06 -0400 8199868: Support JNI critical functions in object pinning API
zgu [Tue, 31 Jul 2018 13:12:06 -0400] rev 51267
8199868: Support JNI critical functions in object pinning API Summary: Pin/unpin incoming array arguments of critical native JNI call Reviewed-by: shade, adinn
Tue, 31 Jul 2018 16:49:51 +0100 8208524: IntelliJ support broken since 2018.2 jdk-12+5
mcimadamore [Tue, 31 Jul 2018 16:49:51 +0100] rev 51266
8208524: IntelliJ support broken since 2018.2 Summary: Move build.xml out of .idea folder Reviewed-by: stuefe
Tue, 31 Jul 2018 09:55:09 -0400 8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL
hseigel [Tue, 31 Jul 2018 09:55:09 -0400] rev 51265
8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL Summary: Add Method* parameter and make method static to avoid 'this' comparison with NULL Reviewed-by: lfoltan, gziemski, coleenp
Tue, 31 Jul 2018 07:35:16 -0400 8208499: NMT: Missing memory tag for Safepoint polling page
zgu [Tue, 31 Jul 2018 07:35:16 -0400] rev 51264
8208499: NMT: Missing memory tag for Safepoint polling page Summary: Added missing memory tag and cleanup memory type enum Reviewed-by: shade, coleenp
Mon, 30 Jul 2018 16:35:54 -0400 8207779: Method::is_valid_method() compares 'this' with NULL
hseigel [Mon, 30 Jul 2018 16:35:54 -0400] rev 51263
8207779: Method::is_valid_method() compares 'this' with NULL Summary: Add Method* parameter and make method static to avoid 'thi's comparison with NULL Reviewed-by: lfoltan, coleenp
Mon, 30 Jul 2018 14:08:30 -0400 8208084: Windows build failure - "'snprintf': identifier not found"
mvala [Mon, 30 Jul 2018 14:08:30 -0400] rev 51262
8208084: Windows build failure - "'snprintf': identifier not found" Reviewed-by: kbarrett, coleenp
Mon, 30 Jul 2018 14:22:36 -0400 8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
dcubed [Mon, 30 Jul 2018 14:22:36 -0400] rev 51261
8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!' Reviewed-by: cjplummer
Mon, 30 Jul 2018 11:52:05 +0530 8203791: Remove "compatibility" features from Table.java
pmuthuswamy [Mon, 30 Jul 2018 11:52:05 +0530] rev 51260
8203791: Remove "compatibility" features from Table.java Reviewed-by: jjg
Mon, 30 Jul 2018 09:06:14 +0800 8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
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
Fri, 27 Jul 2018 16:29:36 -0400 8171157: Convert ObjectMonitor_test to GTest
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
Fri, 27 Jul 2018 14:20:07 +0530 8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
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
Fri, 27 Jul 2018 09:49:03 +0200 8208297: Allow printing of taskqueue stats if compiled in in product builds
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
Thu, 26 Jul 2018 16:22:58 -0700 8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
dtitov [Thu, 26 Jul 2018 16:22:58 -0700] rev 51255
8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start Reviewed-by: sspitsyn, cjplummer
Thu, 26 Jul 2018 11:53:59 -0700 8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
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
Thu, 26 Jul 2018 11:31:15 -0700 8199155: Accessibility issues in jdk.jdi
amenkov [Thu, 26 Jul 2018 11:31:15 -0700] rev 51253
8199155: Accessibility issues in jdk.jdi Reviewed-by: dtitov, sspitsyn
Thu, 26 Jul 2018 13:08:42 -0400 8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
dcubed [Thu, 26 Jul 2018 13:08:42 -0400] rev 51252
8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java Reviewed-by: hseigel, kvn
Thu, 26 Jul 2018 10:00:40 -0700 Merge
prr [Thu, 26 Jul 2018 10:00:40 -0700] rev 51251
Merge
Thu, 26 Jul 2018 09:27:30 -0700 Added tag jdk-11+24 for changeset ea900a7dc7d7
prr [Thu, 26 Jul 2018 09:27:30 -0700] rev 51250
Added tag jdk-11+24 for changeset ea900a7dc7d7
Thu, 26 Jul 2018 10:25:33 -0300 8208164: (str) improve specification of String::lines
jlaskey [Thu, 26 Jul 2018 10:25:33 -0300] rev 51249
8208164: (str) improve specification of String::lines Reviewed-by: smarks
Mon, 23 Jul 2018 15:17:14 +0200 8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
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
Thu, 26 Jul 2018 14:15:24 +0530 8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip