Fri, 02 Feb 2018 10:29:25 -0800 8196623: Update JavaBaseTest.java to be version agnostic
darcy [Fri, 02 Feb 2018 10:29:25 -0800] rev 48723
8196623: Update JavaBaseTest.java to be version agnostic Reviewed-by: vromero
Fri, 02 Feb 2018 09:18:16 -0800 8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
bpb [Fri, 02 Feb 2018 09:18:16 -0800] rev 48722
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList Reviewed-by: alanb, psandoz
Fri, 02 Feb 2018 07:43:54 -0500 8196403: remove the remaining use of string keys for errors and warnings in the compiler
vromero [Fri, 02 Feb 2018 07:43:54 -0500] rev 48721
8196403: remove the remaining use of string keys for errors and warnings in the compiler Reviewed-by: mcimadamore, jlahoda
Fri, 02 Feb 2018 23:21:12 +0530 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama [Fri, 02 Feb 2018 23:21:12 +0530] rev 48720
8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one Summary: Sort ScriptEngineFactory by name so that same engine is retrieved across all OS Reviewed-by: alanb, sundar Contributed-by: srinivas.dama@oracle.com
Fri, 02 Feb 2018 02:55:00 +0000 Merge
lana [Fri, 02 Feb 2018 02:55:00 +0000] rev 48719
Merge
Fri, 02 Feb 2018 01:52:03 +0000 Merge
lana [Fri, 02 Feb 2018 01:52:03 +0000] rev 48718
Merge
Thu, 01 Feb 2018 11:58:38 +0100 8196503: PPC64: vtableStubs gtest fails after 8174962
mdoerr [Thu, 01 Feb 2018 11:58:38 +0100] rev 48717
8196503: PPC64: vtableStubs gtest fails after 8174962 Reviewed-by: goetz
Wed, 31 Jan 2018 22:55:12 -0800 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil [Wed, 31 Jan 2018 22:55:12 -0800] rev 48716
8195837: (tz) Upgrade time-zone data to tzdata2018c Reviewed-by: coffeys, naoto
Tue, 30 Jan 2018 19:13:26 -0800 8195852: The usage of permissions in Desktop API should be clarified jdk-10+42
serb [Tue, 30 Jan 2018 19:13:26 -0800] rev 48715
8195852: The usage of permissions in Desktop API should be clarified Reviewed-by: prr
Fri, 26 Jan 2018 16:38:21 +0000 8196221: AArch64: Mistake in committed patch for JDK-8195859
adinn [Fri, 26 Jan 2018 16:38:21 +0000] rev 48714
8196221: AArch64: Mistake in committed patch for JDK-8195859 Summary: The wrong patch was committed for JDK-8195859 Reviewed-by: aph
Tue, 30 Jan 2018 09:08:44 +0100 8196296: Lucene test crashes C2 compilation
roland [Tue, 30 Jan 2018 09:08:44 +0100] rev 48713
8196296: Lucene test crashes C2 compilation Summary: Prevent merging of back to back ifs if one is a counted loop end. Reviewed-by: kvn, thartmann
Fri, 26 Jan 2018 13:13:19 -0800 8196295: [Graal] remove unused org.graalvm.options package
iveresov [Fri, 26 Jan 2018 13:13:19 -0800] rev 48712
8196295: [Graal] remove unused org.graalvm.options package Reviewed-by: thartmann, kvn
Fri, 26 Jan 2018 12:07:35 -0800 8196287: Update src/java.desktop/share/legal/libpng.md for libpng 1.6.34
prr [Fri, 26 Jan 2018 12:07:35 -0800] rev 48711
8196287: Update src/java.desktop/share/legal/libpng.md for libpng 1.6.34 Reviewed-by: ssadetsky
Fri, 26 Jan 2018 09:35:15 -0800 8195970: Crash passing null to a VarHandle
psandoz [Fri, 26 Jan 2018 09:35:15 -0800] rev 48710
8195970: Crash passing null to a VarHandle Reviewed-by: mchung, alanb
Thu, 25 Jan 2018 14:47:27 +0000 8195859: AArch64: vtableStubs gtest fails after 8174962
adinn [Thu, 25 Jan 2018 14:47:27 +0000] rev 48709
8195859: AArch64: vtableStubs gtest fails after 8174962 Summary: gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding Reviewed-by: duke
Thu, 25 Jan 2018 20:56:49 +0000 Added tag jdk-10+41 for changeset 3eae36c6baa5
lana [Thu, 25 Jan 2018 20:56:49 +0000] rev 48708
Added tag jdk-10+41 for changeset 3eae36c6baa5
Thu, 25 Jan 2018 11:56:32 +0000 8196136: AArch64: Correct register use in patch for JDK-8195685
adinn [Thu, 25 Jan 2018 11:56:32 +0000] rev 48707
8196136: AArch64: Correct register use in patch for JDK-8195685 Summary: itable stubs must not use java argument registers as scratch registers Reviewed-by: aph
Mon, 22 Jan 2018 15:19:02 +0000 8194739: Zero port of 8174962: Better interface invocations
aph [Mon, 22 Jan 2018 15:19:02 +0000] rev 48706
8194739: Zero port of 8174962: Better interface invocations Reviewed-by: adinn, coleenp
Tue, 19 Dec 2017 17:31:53 -0500 8193840: Add compiler/c2/Test8007294.java to the problem list
dholmes [Tue, 19 Dec 2017 17:31:53 -0500] rev 48705
8193840: Add compiler/c2/Test8007294.java to the problem list Reviewed-by: coleenp
Thu, 18 Jan 2018 19:21:11 +0100 8191915: JCK tests produce incorrect results with C2
rbackman [Thu, 18 Jan 2018 19:21:11 +0100] rev 48704
8191915: JCK tests produce incorrect results with C2 Reviewed-by: thartmann, vlivanov, goetz
Tue, 23 Jan 2018 12:23:55 +0000 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data jdk-10+41
chegar [Tue, 23 Jan 2018 12:23:55 +0000] rev 48703
8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data Reviewed-by: dfuchs, michaelm
Tue, 23 Jan 2018 13:46:34 +0530 8194135: The content in textArea can not be pasted after clicking "Copy" button.
sveerabhadra [Tue, 23 Jan 2018 13:46:34 +0530] rev 48702
8194135: The content in textArea can not be pasted after clicking "Copy" button. Reviewed-by: serb, ssadetsky
Fri, 19 Jan 2018 16:57:56 +0000 8195685: AArch64: AArch64 cannot build with JDK-8174962
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48701
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
Fri, 19 Jan 2018 09:49:35 -0500 8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
mullan [Fri, 19 Jan 2018 09:49:35 -0500] rev 48700
8194307: KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password Reviewed-by: weijun, vinnie
Thu, 18 Jan 2018 16:15:16 -0800 8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows
mchung [Thu, 18 Jan 2018 16:15:16 -0800] rev 48699
8194229: tools/jmod/JmodTest.jtr fails when no privilege to create sym link on windows Reviewed-by: alanb
Thu, 01 Feb 2018 21:03:37 -0500 8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
dholmes [Thu, 01 Feb 2018 21:03:37 -0500] rev 48698
8196534: [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings Reviewed-by: sspitsyn
Thu, 01 Feb 2018 15:53:51 -0800 8193830: Xalan Update: Xalan Java 2.7.2
joehw [Thu, 01 Feb 2018 15:53:51 -0800] rev 48697
8193830: Xalan Update: Xalan Java 2.7.2 Reviewed-by: lancea
Thu, 01 Feb 2018 09:40:38 -0800 8139206: Add InputStream readNBytes(int len)
bpb [Thu, 01 Feb 2018 09:40:38 -0800] rev 48696
8139206: Add InputStream readNBytes(int len) Reviewed-by: alanb, chegar, plevart, apetcher, rriggs, weijun
Thu, 01 Feb 2018 09:20:40 -0800 8196585: Make custom extension point additions
erikj [Thu, 01 Feb 2018 09:20:40 -0800] rev 48695
8196585: Make custom extension point additions Reviewed-by: erikj Contributed-by: andrew_m_leonard@uk.ibm.com
Thu, 01 Feb 2018 09:16:03 -0800 8196551: Update TestSourceVersion.java to be robust across version changes
darcy [Thu, 01 Feb 2018 09:16:03 -0800] rev 48694
8196551: Update TestSourceVersion.java to be robust across version changes Reviewed-by: vromero
Thu, 01 Feb 2018 09:07:25 -0800 8196524: Align MaxRAMPercentage settings between open and closed
erikj [Thu, 01 Feb 2018 09:07:25 -0800] rev 48693
8196524: Align MaxRAMPercentage settings between open and closed Reviewed-by: dholmes, tbell
Wed, 31 Jan 2018 15:15:09 -0800 8196310: jlink --suggest-providers fails with missing resource if --output specified
mchung [Wed, 31 Jan 2018 15:15:09 -0800] rev 48692
8196310: jlink --suggest-providers fails with missing resource if --output specified Reviewed-by: alanb, lancea, sundar
Wed, 31 Jan 2018 14:21:52 -0800 8193802: NullPointerException from JarFileSystem.getVersionMap()
sherman [Wed, 31 Jan 2018 14:21:52 -0800] rev 48691
8193802: NullPointerException from JarFileSystem.getVersionMap() Reviewed-by: mchung
Wed, 31 Jan 2018 11:25:34 -0800 8194070: Update various tests to pass under JDK 11
darcy [Wed, 31 Jan 2018 11:25:34 -0800] rev 48690
8194070: Update various tests to pass under JDK 11 Reviewed-by: alanb, sherman, psandoz
Wed, 31 Jan 2018 10:34:59 -0800 8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
sherman [Wed, 31 Jan 2018 10:34:59 -0800] rev 48689
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3 Reviewed-by: rriggs, alanb, psandoz
Wed, 31 Jan 2018 08:42:59 -0800 8166339: Code conversion working behavior was changed for x-IBM834
sherman [Wed, 31 Jan 2018 08:42:59 -0800] rev 48688
8166339: Code conversion working behavior was changed for x-IBM834 Reviewed-by: coffeys
Wed, 31 Jan 2018 12:04:53 +0800 8196211: Move two sun/nio/cs tests into OpenJDK
amlu [Wed, 31 Jan 2018 12:04:53 +0800] rev 48687
8196211: Move two sun/nio/cs tests into OpenJDK Reviewed-by: psandoz
Tue, 30 Jan 2018 11:08:50 -0800 8196207: Inefficient ArrayList.subList().toArray()
dl [Tue, 30 Jan 2018 11:08:50 -0800] rev 48686
8196207: Inefficient ArrayList.subList().toArray() Reviewed-by: martin, psandoz, jrose, redestad Contributed-by: Sergei Tsypanov <sergei.tsypanov@yandex.ru>
Tue, 30 Jan 2018 10:42:13 -0800 8196414: Update ProviderVersionCheck.java to pass on updated JDK versions
darcy [Tue, 30 Jan 2018 10:42:13 -0800] rev 48685
8196414: Update ProviderVersionCheck.java to pass on updated JDK versions Reviewed-by: mullan
Tue, 30 Jan 2018 18:57:49 +0100 8196331: Optimize Character.digit for latin1 input
redestad [Tue, 30 Jan 2018 18:57:49 +0100] rev 48684
8196331: Optimize Character.digit for latin1 input Reviewed-by: psandoz, martin, sherman
Fri, 26 Jan 2018 11:27:53 -0800 8194268: Incorrect parameter names for synthetic methods
cushon [Fri, 26 Jan 2018 11:27:53 -0800] rev 48683
8194268: Incorrect parameter names for synthetic methods Reviewed-by: jlahoda, vromero
Fri, 26 Jan 2018 16:38:21 +0000 8196221: AArch64: Mistake in committed patch for JDK-8195859
adinn [Fri, 26 Jan 2018 16:38:21 +0000] rev 48682
8196221: AArch64: Mistake in committed patch for JDK-8195859 Summary: The wrong patch was committed for JDK-8195859 Reviewed-by: aph
Mon, 29 Jan 2018 17:08:12 -0800 8196365: Overriding configure variable from custom hook generates warning
erikj [Mon, 29 Jan 2018 17:08:12 -0800] rev 48681
8196365: Overriding configure variable from custom hook generates warning Reviewed-by: tbell
Thu, 25 Jan 2018 15:18:13 -0800 8179373: javac -verbose logs the class path multiple times
cushon [Thu, 25 Jan 2018 15:18:13 -0800] rev 48680
8179373: javac -verbose logs the class path multiple times Reviewed-by: martin
Mon, 29 Jan 2018 10:48:13 -0800 8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
igerasim [Mon, 29 Jan 2018 10:48:13 -0800] rev 48679
8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken Reviewed-by: scolebourne, rriggs
Mon, 29 Jan 2018 17:58:12 +0100 8196108: Add build support for VS 2015/2017
erikj [Mon, 29 Jan 2018 17:58:12 +0100] rev 48678
8196108: Add build support for VS 2015/2017 Reviewed-by: tbell
Mon, 29 Jan 2018 08:19:37 -0500 8196197: Enable the make system to calculate concurrency for JDK tests
ctornqvi [Mon, 29 Jan 2018 08:19:37 -0500] rev 48677
8196197: Enable the make system to calculate concurrency for JDK tests Reviewed-by: erikj, tbell
Fri, 26 Jan 2018 16:20:14 -0800 8179294: several langtools tests depend on jar, jlink, javac but do not declare that dependency
anazarov [Fri, 26 Jan 2018 16:20:14 -0800] rev 48676
8179294: several langtools tests depend on jar, jlink, javac but do not declare that dependency Reviewed-by: iignatyev
Fri, 26 Jan 2018 12:16:08 -0800 8186009: tools launcher test AddExportsAndOpensInManifest.java fails intermittently: AccessDeniedException
anazarov [Fri, 26 Jan 2018 12:16:08 -0800] rev 48675
8186009: tools launcher test AddExportsAndOpensInManifest.java fails intermittently: AccessDeniedException Summary: unique jar file names for every test case Reviewed-by: alanb
Fri, 26 Jan 2018 14:15:09 +0000 8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
dfuchs [Fri, 26 Jan 2018 14:15:09 +0000] rev 48674
8195096: Exception printed on console with custom LogManager on starting Apache Tomcat Summary: make sure that loadLoggerHandler for ".handler" is called only from within addLogger Reviewed-by: mchung
Thu, 25 Jan 2018 14:47:27 +0000 8195859: AArch64: vtableStubs gtest fails after 8174962
adinn [Thu, 25 Jan 2018 14:47:27 +0000] rev 48673
8195859: AArch64: vtableStubs gtest fails after 8174962 Summary: gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding Reviewed-by: duke
Fri, 26 Jan 2018 09:37:10 +0800 8177398: Exclude dot files ending with .conf from krb5.conf's includedir
weijun [Fri, 26 Jan 2018 09:37:10 +0800] rev 48672
8177398: Exclude dot files ending with .conf from krb5.conf's includedir Reviewed-by: mullan
Thu, 25 Jan 2018 13:40:36 -0800 8191170: Clarify if java.class.path can be undefined
mchung [Thu, 25 Jan 2018 13:40:36 -0800] rev 48671
8191170: Clarify if java.class.path can be undefined Reviewed-by: alanb, psandoz
Thu, 25 Jan 2018 13:39:28 -0800 8196127: Dead code in VersionProps.java.template
mchung [Thu, 25 Jan 2018 13:39:28 -0800] rev 48670
8196127: Dead code in VersionProps.java.template Reviewed-by: lancea, psandoz
Thu, 25 Jan 2018 11:56:32 +0000 8196136: AArch64: Correct register use in patch for JDK-8195685
adinn [Thu, 25 Jan 2018 11:56:32 +0000] rev 48669
8196136: AArch64: Correct register use in patch for JDK-8195685 Summary: itable stubs must not use java argument registers as scratch registers Reviewed-by: aph
Thu, 25 Jan 2018 05:57:22 -0800 8194486: Several krb5 tests failed in Mac.
ssahoo [Thu, 25 Jan 2018 05:57:22 -0800] rev 48668
8194486: Several krb5 tests failed in Mac. Summary: Several tests failed due to improper host service Reviewed-by: weijun
Thu, 25 Jan 2018 12:06:00 +0000 8196081: Add support for customized intellij project templates
mcimadamore [Thu, 25 Jan 2018 12:06:00 +0000] rev 48667
8196081: Add support for customized intellij project templates Summary: Override template used for project creation using env variable Reviewed-by: ihse
Thu, 25 Jan 2018 16:22:52 +0530 8194676: NullPointerException is thrown if ipaddress is not set.
vtewari [Thu, 25 Jan 2018 16:22:52 +0530] rev 48666
8194676: NullPointerException is thrown if ipaddress is not set. Reviewed-by: chegar, rriggs
Wed, 24 Jan 2018 23:01:57 -0800 8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
jjiang [Wed, 24 Jan 2018 23:01:57 -0800] rev 48665
8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed Summary: Improves the approach on parsing lib version Reviewed-by: weijun, xuelei
Thu, 25 Jan 2018 14:12:43 +0800 8157903: (prop) move Properties tests into OpenJDK
amlu [Thu, 25 Jan 2018 14:12:43 +0800] rev 48664
8157903: (prop) move Properties tests into OpenJDK Reviewed-by: mchung
Wed, 24 Jan 2018 16:59:08 -0800 8161348: Several tools/jlink tests failed in "-Xcomp" mode due to time out
anazarov [Wed, 24 Jan 2018 16:59:08 -0800] rev 48663
8161348: Several tools/jlink tests failed in "-Xcomp" mode due to time out Reviewed-by: alanb
Tue, 23 Jan 2018 06:52:05 -0500 8167253: com.sun.jdi invokeMethod has duplicated @throws for InvalidTypeException
gadams [Tue, 23 Jan 2018 06:52:05 -0500] rev 48662
8167253: com.sun.jdi invokeMethod has duplicated @throws for InvalidTypeException Reviewed-by: rriggs, sspitsyn, dholmes
Wed, 24 Jan 2018 17:24:32 +0000 8196074: Remove uses of loose type equality tests
mcimadamore [Wed, 24 Jan 2018 17:24:32 +0000] rev 48661
8196074: Remove uses of loose type equality tests Summary: Drop loose type equality check and replace usages to go throuhg the strict version Reviewed-by: vromero Contributed-by: bsrbnd@gmail.com
Wed, 24 Jan 2018 14:07:11 +0530 8146656: Wrong Months Array for DateFormatSymbols
rgoel [Wed, 24 Jan 2018 14:07:11 +0530] rev 48660
8146656: Wrong Months Array for DateFormatSymbols Summary: Updated API doc of DateFormatSymbols class. Reviewed-by: rriggs, naoto
Tue, 23 Jan 2018 08:26:42 +0100 8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError
goetz [Tue, 23 Jan 2018 08:26:42 +0100] rev 48659
8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError Summary: Also re-enable test. Reviewed-by: dholmes, ksrini
Wed, 24 Jan 2018 11:29:01 +0530 8147614: add jjs test for -t option
pmuthuswamy [Wed, 24 Jan 2018 11:29:01 +0530] rev 48658
8147614: add jjs test for -t option Reviewed-by: hannesw, jlaskey, sundar
Mon, 22 Jan 2018 23:37:23 -0800 8195989: JDK-8186080 merge add back @LastModified removed by JDK-8193586
henryjen [Mon, 22 Jan 2018 23:37:23 -0800] rev 48657
8195989: JDK-8186080 merge add back @LastModified removed by JDK-8193586 Reviewed-by: joehw
Mon, 22 Jan 2018 23:06:29 -0800 8195987: Problem list tools/launcher/HelpFlagsTest.java on windows
darcy [Mon, 22 Jan 2018 23:06:29 -0800] rev 48656
8195987: Problem list tools/launcher/HelpFlagsTest.java on windows Reviewed-by: dholmes
Mon, 22 Jan 2018 11:28:32 -0800 8195805: Doclet incorrectly updates all attributes in <a> tags when relocating links
jjg [Mon, 22 Jan 2018 11:28:32 -0800] rev 48655
8195805: Doclet incorrectly updates all attributes in <a> tags when relocating links Reviewed-by: ksrini
Mon, 22 Jan 2018 11:15:51 -0800 8195796: Reduce the size of relative URLs in generated docs
jjg [Mon, 22 Jan 2018 11:15:51 -0800] rev 48654
8195796: Reduce the size of relative URLs in generated docs Reviewed-by: ksrini
Mon, 22 Jan 2018 20:31:19 +0530 8195829: Parsing a nameless ES6 class results in a thrown NullPointerException.
sundar [Mon, 22 Jan 2018 20:31:19 +0530] rev 48653
8195829: Parsing a nameless ES6 class results in a thrown NullPointerException. Reviewed-by: jlaskey, hannesw
Fri, 19 Jan 2018 16:57:56 +0000 8195685: AArch64: AArch64 cannot build with JDK-8174962
aph [Fri, 19 Jan 2018 16:57:56 +0000] rev 48652
8195685: AArch64: AArch64 cannot build with JDK-8174962 Reviewed-by: adinn, njian
Mon, 22 Jan 2018 12:00:41 +0800 8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
weijun [Mon, 22 Jan 2018 12:00:41 +0800] rev 48651
8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5 Reviewed-by: mullan
Fri, 19 Jan 2018 15:05:18 -0800 8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError
goetz [Fri, 19 Jan 2018 15:05:18 -0800] rev 48650
8195663: Java launcher HelpFlagsTest.java fails with java.lang.AssertionError Reviewed-by: ksrini, dholmes
Fri, 19 Jan 2018 21:05:23 +0100 8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail
jlahoda [Fri, 19 Jan 2018 21:05:23 +0100] rev 48649
8195789: Building of test/langtools/jdk/jshell/VariablesTest.java may fail Summary: Adding proper @modules tag. Reviewed-by: vromero
Fri, 19 Jan 2018 09:32:10 -0800 Merge
prr [Fri, 19 Jan 2018 09:32:10 -0800] rev 48648
Merge
Thu, 18 Jan 2018 11:22:28 +0530 8176795: Wrong color drawn when painting translucent colors on volatile images using XRender.
jdv [Thu, 18 Jan 2018 11:22:28 +0530] rev 48647
8176795: Wrong color drawn when painting translucent colors on volatile images using XRender. Reviewed-by: prr, ceisserer, pnarayanan
Wed, 17 Jan 2018 09:08:44 -0800 Merge
prr [Wed, 17 Jan 2018 09:08:44 -0800] rev 48646
Merge
Wed, 17 Jan 2018 10:58:22 +0530 8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper
jdv [Wed, 17 Jan 2018 10:58:22 +0530] rev 48645
8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper Reviewed-by: serb, bpb, pnarayanan
Tue, 16 Jan 2018 10:49:49 +0530 8194489: Incorrect size computation at BandedSampleModel.createDataBuffer()
pnarayanan [Tue, 16 Jan 2018 10:49:49 +0530] rev 48644
8194489: Incorrect size computation at BandedSampleModel.createDataBuffer() Reviewed-by: bpb, jdv Contributed-by: prahalad.kumar.narayanan@oracle.com
Wed, 10 Jan 2018 12:45:14 +0530 8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image
jdv [Wed, 10 Jan 2018 12:45:14 +0530] rev 48643
8191073: JpegImageReader throws IndexOutOfBoundsException when trying to read image data from tables-only image Reviewed-by: bpb, pnarayanan
Mon, 08 Jan 2018 08:53:14 -0800 Merge
prr [Mon, 08 Jan 2018 08:53:14 -0800] rev 48642
Merge
Tue, 26 Dec 2017 13:38:31 +0530 8190997: PNGImageReader throws NullPointerException when PLTE section is missing
jdv [Tue, 26 Dec 2017 13:38:31 +0530] rev 48641
8190997: PNGImageReader throws NullPointerException when PLTE section is missing Reviewed-by: serb, bpb, pnarayanan
Fri, 22 Dec 2017 11:00:06 +0530 8190192: Double click on the title bar no longer repositions the window
sveerabhadra [Fri, 22 Dec 2017 11:00:06 +0530] rev 48640
8190192: Double click on the title bar no longer repositions the window Reviewed-by: serb, prr
Wed, 20 Dec 2017 18:08:44 +0530 8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java
kaddepalli [Wed, 20 Dec 2017 18:08:44 +0530] rev 48639
8190281: Code cleanup in src\java.desktop\share\classes\javax\swing\tree\VariableHeightLayoutCache.java Reviewed-by: psadhukhan, serb, ssadetsky
Wed, 17 Jan 2018 19:05:58 +0100 8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
ehelin [Wed, 17 Jan 2018 19:05:58 +0100] rev 48638
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc() Reviewed-by: sjohanss, eosterlund
Sat, 13 Jan 2018 02:56:22 +0100 Merge
jwilhelm [Sat, 13 Jan 2018 02:56:22 +0100] rev 48637
Merge
Thu, 11 Jan 2018 21:49:51 -0500 Merge
coleenp [Thu, 11 Jan 2018 21:49:51 -0500] rev 48636
Merge
Thu, 11 Jan 2018 18:42:36 -0500 8130039: Move the platform-specific [OS]Semaphore code
coleenp [Thu, 11 Jan 2018 18:42:36 -0500] rev 48635
8130039: Move the platform-specific [OS]Semaphore code 8130038: Unify the semaphore usage in os_xxx.cpp 8194763: os::signal_lookup is unused Reviewed-by: dholmes, kbarrett
Thu, 11 Jan 2018 20:25:13 -0500 8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java"
dstewart [Thu, 11 Jan 2018 20:25:13 -0500] rev 48634
8194762: JTReg failure of "runtime/NMT/PrintNMTStatistics.java" Reviewed-by: dholmes, zgu
Thu, 11 Jan 2018 11:28:51 +0100 8129440: G1 crash during concurrent root region scan
tschatzl [Thu, 11 Jan 2018 11:28:51 +0100] rev 48633
8129440: G1 crash during concurrent root region scan Summary: Make concurrent memory accesses to oops on the heap volatile to avoid reloading by the compiler duplicating oop loading code. Reviewed-by: ehelin, eosterlund
Thu, 11 Jan 2018 11:05:17 +0100 8180280: [TESTBUG] Test for JDK-8180048
tschatzl [Thu, 11 Jan 2018 11:05:17 +0100] rev 48632
8180280: [TESTBUG] Test for JDK-8180048 Summary: Add test at is executed only at higher tiers to allow more time for execution. Reviewed-by: kbarrett, eosterlund
Thu, 11 Jan 2018 10:40:01 +0100 8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME
tschatzl [Thu, 11 Jan 2018 10:40:01 +0100] rev 48631
8137099: G1 needs to "upgrade" GC within the safepoint if it can't allocate during that safepoint to avoid OoME Summary: During a minor GC, if memory allocation fails, start a full GC within the same VM operation in the same safepoint. This avoids a race where the GC locker can prevent the full GC from occurring, and a premature OoME. Reviewed-by: ehelin, sjohanss, phh Contributed-by: thomas.schatzl@oracle.com, axel.siebenborn@sap.com
Thu, 11 Jan 2018 11:35:35 +0530 8193352: SA: Test for the clhsdb 'thread' and 'threads' commands
jgeorge [Thu, 11 Jan 2018 11:35:35 +0530] rev 48630
8193352: SA: Test for the clhsdb 'thread' and 'threads' commands Summary: Test for the clhsdb 'thread' and 'threads' commands. Avoids an incorrect 'Couldn't find thread -a' being printed. Reviewed-by: sspitsyn, sballal
Tue, 09 Jan 2018 13:58:30 -0500 6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception
gadams [Tue, 09 Jan 2018 13:58:30 -0500] rev 48629
6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception Reviewed-by: sspitsyn
Wed, 10 Jan 2018 18:04:56 +0100 8193063: Enabling narrowOop values for RawAccess accesses
eosterlund [Wed, 10 Jan 2018 18:04:56 +0100] rev 48628
8193063: Enabling narrowOop values for RawAccess accesses Reviewed-by: pliden, kbarrett
Wed, 10 Jan 2018 10:21:25 +0100 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl [Wed, 10 Jan 2018 10:21:25 +0100] rev 48627
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file Reviewed-by: ehelin, kbarrett
Tue, 09 Jan 2018 08:38:22 +0100 8194814: [ppc, s390] A row of minor fixes and cleanups
goetz [Tue, 09 Jan 2018 08:38:22 +0100] rev 48626
8194814: [ppc, s390] A row of minor fixes and cleanups Summary: Fix the data types of pd flags. Reviewed-by: mdoerr
Tue, 19 Dec 2017 20:14:52 -0800 8191985: JDK-8190862 work for arch arm
jcbeyler [Tue, 19 Dec 2017 20:14:52 -0800] rev 48625
8191985: JDK-8190862 work for arch arm Summary: Fixed Interpreter never refills TLAB Reviewed-by: dsamersoff, aph
Tue, 09 Jan 2018 16:52:25 -0500 8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation
ctornqvi [Tue, 09 Jan 2018 16:52:25 -0500] rev 48624
8194636: Apply CONCURRENCY_FACTOR to max value in concurrency calculation Reviewed-by: erikj
Tue, 09 Jan 2018 09:51:10 -0800 8187448: 360 doc issues in jdwp-protocol.html
dtitov [Tue, 09 Jan 2018 09:51:10 -0800] rev 48623
8187448: 360 doc issues in jdwp-protocol.html Reviewed-by: sspitsyn, amenkov
Tue, 09 Jan 2018 18:18:36 +0300 8194256: AARCH64: SIMD shift instructions are incorrectly encoded
dpochepk [Tue, 09 Jan 2018 18:18:36 +0300] rev 48622
8194256: AARCH64: SIMD shift instructions are incorrectly encoded Reviewed-by: aph
Mon, 08 Jan 2018 17:47:08 -0500 8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics
ecaspole [Mon, 08 Jan 2018 17:47:08 -0500] rev 48621
8192857: LogCompilation could show the intrinsics more like +PrintIntrinsics Summary: Show the intrinsics internal name in the inlining output Reviewed-by: kvn, gtriantafill
Mon, 08 Jan 2018 12:02:48 -0500 Merge
coleenp [Mon, 08 Jan 2018 12:02:48 -0500] rev 48620
Merge
Mon, 08 Jan 2018 09:46:31 -0500 8058259: compute_offset() is confusing for static fields
coleenp [Mon, 08 Jan 2018 09:46:31 -0500] rev 48619
8058259: compute_offset() is confusing for static fields Summary: remove most hard-coded offsets, have compute_offset function that takes a string and creates a TempNewSymbol, have static_field_addr() not add in InstanceMirrorKlass::offset_of_static_fields, ie use offset from find_field Reviewed-by: kbarrett, sspitsyn
Mon, 08 Jan 2018 16:21:23 +0100 8192003: Refactor weak references in StringTable to use the Access API
eosterlund [Mon, 08 Jan 2018 16:21:23 +0100] rev 48618
8192003: Refactor weak references in StringTable to use the Access API Reviewed-by: pliden, dholmes, coleenp
Mon, 08 Jan 2018 09:58:38 -0500 8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check
dcubed [Mon, 08 Jan 2018 09:58:38 -0500] rev 48617
8194652: VMError::print_native_stack() is missing an os::is_first_C_frame() check Reviewed-by: fparain, gthornbr, stuefe
Mon, 08 Jan 2018 15:12:05 +0100 8191894: Refactor weak references in JvmtiTagHashmap to use the Access API
eosterlund [Mon, 08 Jan 2018 15:12:05 +0100] rev 48616
8191894: Refactor weak references in JvmtiTagHashmap to use the Access API Reviewed-by: sspitsyn, coleenp
Mon, 08 Jan 2018 15:09:18 +0100 8191904: Refactor weak oops in ResolvedMethodTable to use the Access API
eosterlund [Mon, 08 Jan 2018 15:09:18 +0100] rev 48615
8191904: Refactor weak oops in ResolvedMethodTable to use the Access API Reviewed-by: kbarrett, coleenp
Mon, 08 Jan 2018 13:22:05 +0100 8191567: Refactor ciInstanceKlass G1 keep alive barrier to use Access API.
eosterlund [Mon, 08 Jan 2018 13:22:05 +0100] rev 48614
8191567: Refactor ciInstanceKlass G1 keep alive barrier to use Access API. Reviewed-by: dholmes, rkennke, tschatzl
Mon, 08 Jan 2018 13:13:05 +0100 8191888: Refactor ClassLoaderData::remove_handle to use the Access API
eosterlund [Mon, 08 Jan 2018 13:13:05 +0100] rev 48613
8191888: Refactor ClassLoaderData::remove_handle to use the Access API Reviewed-by: tschatzl, pliden, coleenp
Fri, 05 Jan 2018 22:02:20 +0100 Merge
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48612
Merge
Thu, 04 Jan 2018 22:47:38 -0800 8192927: os::dir_is_empty is incorrect on Windows
ccheung [Thu, 04 Jan 2018 22:47:38 -0800] rev 48611
8192927: os::dir_is_empty is incorrect on Windows Summary: Check file names in a directory. It is empty if only the "." and ".." files exist. Use unicode version of windows APIs to handle long path. Reviewed-by: iklam, sspitsyn
Fri, 19 Jan 2018 17:11:52 +0100 8191842: JShell: Inferred type information is lost when assigning types to a \"var\"
jlahoda [Fri, 19 Jan 2018 17:11:52 +0100] rev 48610
8191842: JShell: Inferred type information is lost when assigning types to a \"var\" Summary: For vars, upgrading all anonymous classes to member classes; stripping intersection types from fields before writing. Reviewed-by: rfield
Fri, 19 Jan 2018 15:21:49 +0800 8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range
mli [Fri, 19 Jan 2018 15:21:49 +0800] rev 48609
8194284: java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java fails with java.lang.RuntimeException: CheckRegisterInLog got exception timeout 6480000ms out of range Reviewed-by: dholmes, rriggs
Thu, 18 Jan 2018 18:58:46 +0000 Merge
lana [Thu, 18 Jan 2018 18:58:46 +0000] rev 48608
Merge
Thu, 18 Jan 2018 09:01:00 -0800 8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
never [Thu, 18 Jan 2018 09:01:00 -0800] rev 48607
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects Reviewed-by: kvn, sspitsyn, phh
Thu, 18 Jan 2018 10:05:32 -0800 8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48606
8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern() Reviewed-by: kvn
Thu, 18 Jan 2018 10:05:32 -0800 8194991: Null pointer dereference caused by c2v_getNextStackFrame
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48605
8194991: Null pointer dereference caused by c2v_getNextStackFrame Reviewed-by: kvn
Thu, 18 Jan 2018 10:05:32 -0800 8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass()
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48604
8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass() Reviewed-by: kvn
Thu, 18 Jan 2018 10:05:32 -0800 8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
dlong [Thu, 18 Jan 2018 10:05:32 -0800] rev 48603
8194992: Null pointer dereference in MultiNode::proj_out related to loopexit() Reviewed-by: kvn, thartmann
Thu, 18 Jan 2018 16:20:16 +0000 Added tag jdk-10+40 for changeset 860326263d1f
lana [Thu, 18 Jan 2018 16:20:16 +0000] rev 48602
Added tag jdk-10+40 for changeset 860326263d1f
Thu, 18 Jan 2018 10:26:39 +0100 8194869: [TESTBUG][aix, s390] Adapt tests to platforms.
goetz [Thu, 18 Jan 2018 10:26:39 +0100] rev 48601
8194869: [TESTBUG][aix, s390] Adapt tests to platforms. Reviewed-by: mbaesken, simonis, dholmes, serb
Wed, 17 Jan 2018 15:30:38 +0100 8195615: libsplashscreen linux ppc64le build error after libpng update
mbaesken [Wed, 17 Jan 2018 15:30:38 +0100] rev 48600
8195615: libsplashscreen linux ppc64le build error after libpng update Reviewed-by: prr, mdoerr
Thu, 18 Jan 2018 11:48:56 +0800 8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception
mli [Thu, 18 Jan 2018 11:48:56 +0800] rev 48599
8195478: sun/text/resources/LocaleDataTest.java fails with java.lang.Exception Reviewed-by: naoto, rgoel
Thu, 18 Jan 2018 03:12:41 +0100 8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
simonis [Thu, 18 Jan 2018 03:12:41 +0100] rev 48598
8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag Reviewed-by: erikj, dholmes
Wed, 17 Jan 2018 17:53:37 -0800 8191839: ModuleElement.DirectiveVisitor :: visit​() method behavior is deviating from the spec
darcy [Wed, 17 Jan 2018 17:53:37 -0800] rev 48597
8191839: ModuleElement.DirectiveVisitor :: visit​() method behavior is deviating from the spec Reviewed-by: jjg
Thu, 18 Jan 2018 02:25:18 +0300 8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact() jdk-10+40
vlivanov [Thu, 18 Jan 2018 02:25:18 +0300] rev 48596
8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact() Reviewed-by: kvn, psandoz
Wed, 17 Jan 2018 14:25:47 -0800 8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
dlong [Wed, 17 Jan 2018 14:25:47 -0800] rev 48595
8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out() Reviewed-by: kvn
Wed, 17 Jan 2018 22:44:40 +0100 8195123: Very large regressions in Octane benchmarks using 10-b39
hannesw [Wed, 17 Jan 2018 22:44:40 +0100] rev 48594
8195123: Very large regressions in Octane benchmarks using 10-b39 Reviewed-by: jlaskey, attila
Thu, 21 Dec 2017 13:52:20 -0800 8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
psandoz [Thu, 21 Dec 2017 13:52:20 -0800] rev 48593
8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations Reviewed-by: forax, smarks
Wed, 17 Jan 2018 17:33:48 +0000 Merge
asaha [Wed, 17 Jan 2018 17:33:48 +0000] rev 48592
Merge
Wed, 17 Jan 2018 07:09:03 +0000 Merge
asaha [Wed, 17 Jan 2018 07:09:03 +0000] rev 48591
Merge
Fri, 12 Jan 2018 15:05:35 -0800 Merge
asaha [Fri, 12 Jan 2018 15:05:35 -0800] rev 48590
Merge
Mon, 08 Jan 2018 21:55:55 -0800 Merge
asaha [Mon, 08 Jan 2018 21:55:55 -0800] rev 48589
Merge
Tue, 19 Dec 2017 16:31:16 +0000 8193683: Increase the number of clones in the CloneableDigest
xuelei [Tue, 19 Dec 2017 16:31:16 +0000] rev 48588
8193683: Increase the number of clones in the CloneableDigest Reviewed-by: coffeys, wetmore
Wed, 29 Nov 2017 13:56:06 +0530 8191142: More refactoring for naming deserialization cases
vtewari [Wed, 29 Nov 2017 13:56:06 +0530] rev 48587
8191142: More refactoring for naming deserialization cases Reviewed-by: chegar, rriggs
Mon, 27 Nov 2017 17:30:49 -0800 8189284: More refactoring for deserialization cases
smarks [Mon, 27 Nov 2017 17:30:49 -0800] rev 48586
8189284: More refactoring for deserialization cases Reviewed-by: rriggs, igerasim, rhalade, skoivu
Tue, 28 Nov 2017 01:08:26 +0300 8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations
mdoerr [Tue, 28 Nov 2017 01:08:26 +0300] rev 48585
8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations Reviewed-by: goetz
Mon, 06 Nov 2017 10:24:42 -0800 8190289: More refactoring for client deserialization cases
serb [Mon, 06 Nov 2017 10:24:42 -0800] rev 48584
8190289: More refactoring for client deserialization cases Reviewed-by: prr, azvegint, rhalade, skoivu
Mon, 06 Nov 2017 22:09:04 +0800 8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606
weijun [Mon, 06 Nov 2017 22:09:04 +0800] rev 48583
8190789: sun/security/provider/certpath/LDAPCertStore/TestURICertStoreParameters.java fails after JDK-8186606 Reviewed-by: mullan
Sat, 04 Nov 2017 08:56:01 +0800 8186606: Improve LDAP lookup robustness
weijun [Sat, 04 Nov 2017 08:56:01 +0800] rev 48582
8186606: Improve LDAP lookup robustness Reviewed-by: mullan, skoivu, ahgross
Tue, 31 Oct 2017 00:54:53 +0000 8163237: Restrict the use of EXPORT cipher suites
xuelei [Tue, 31 Oct 2017 00:54:53 +0000] rev 48581
8163237: Restrict the use of EXPORT cipher suites Reviewed-by: mullan, igerasim, rhalade, jnimeh
Tue, 24 Oct 2017 09:58:27 -0400 8185292: Stricter key generation
apetcher [Tue, 24 Oct 2017 09:58:27 -0400] rev 48580
8185292: Stricter key generation Reviewed-by: mullan
Wed, 18 Oct 2017 10:43:58 +0800 8186600: Improve property negotiations
weijun [Wed, 18 Oct 2017 10:43:58 +0800] rev 48579
8186600: Improve property negotiations Reviewed-by: valeriep, ahgross, mullan
Mon, 02 Oct 2017 11:04:01 -0700 8185325: Improve GTK initialization
serb [Mon, 02 Oct 2017 11:04:01 -0700] rev 48578
8185325: Improve GTK initialization Reviewed-by: azvegint, rhalade, mschoene
Wed, 04 Oct 2017 10:33:08 -0700 8186080: Transform XML interfaces
joehw [Wed, 04 Oct 2017 10:33:08 -0700] rev 48577
8186080: Transform XML interfaces Reviewed-by: dfuchs, lancea, rriggs
Mon, 25 Sep 2017 19:44:28 +0530 8186998: Improve JMX supportive features
uvangapally [Mon, 25 Sep 2017 19:44:28 +0530] rev 48576
8186998: Improve JMX supportive features Summary: Improve JMX supportive features Reviewed-by: mchung, dfuchs, rriggs, hb, skoivu, rhalade
Thu, 14 Sep 2017 07:45:53 +0800 8178458: Better use of certificates in LDAP
weijun [Thu, 14 Sep 2017 07:45:53 +0800] rev 48575
8178458: Better use of certificates in LDAP Reviewed-by: vinnie, asmotrak
Tue, 05 Sep 2017 15:53:33 +0100 8181670: Improve implementation of keystores
vinnie [Tue, 05 Sep 2017 15:53:33 +0100] rev 48574
8181670: Improve implementation of keystores Reviewed-by: mullan
Mon, 04 Sep 2017 19:33:44 +0100 8178449: Improve LDAP logins
vinnie [Mon, 04 Sep 2017 19:33:44 +0100] rev 48573
8178449: Improve LDAP logins Reviewed-by: mullan, asmotrak
Thu, 31 Aug 2017 21:44:19 +0000 8178466: Better RSA parameters
valeriep [Thu, 31 Aug 2017 21:44:19 +0000] rev 48572
8178466: Better RSA parameters Reviewed-by: mullan, ahgross
Thu, 24 Aug 2017 19:18:51 +0000 8186212: Improve GSS handling
valeriep [Thu, 24 Aug 2017 19:18:51 +0000] rev 48571
8186212: Improve GSS handling Reviewed-by: weijun, ahgross
Tue, 08 Aug 2017 10:43:07 -0700 8182601: Improve usage messages
naoto [Tue, 08 Aug 2017 10:43:07 -0700] rev 48570
8182601: Improve usage messages Reviewed-by: alanb, ahgross, ksrini, mchung
Fri, 28 Jul 2017 18:20:43 +0000 8182387: Improve PKCS usage
apetcher [Fri, 28 Jul 2017 18:20:43 +0000] rev 48569
8182387: Improve PKCS usage Reviewed-by: valeriep
Sun, 23 Jul 2017 10:33:13 +0530 8182125: Improve reliability of DNS lookups
vtewari [Sun, 23 Jul 2017 10:33:13 +0530] rev 48568
8182125: Improve reliability of DNS lookups Reviewed-by: chegar, rriggs, dfuchs
Tue, 04 Jul 2017 01:52:53 +0000 8174756: Extra validation for public keys
apetcher [Tue, 04 Jul 2017 01:52:53 +0000] rev 48567
8174756: Extra validation for public keys Reviewed-by: valeriep
Thu, 29 Jun 2017 11:53:19 -0700 8180877: More deeply colored ICC spaces
prr [Thu, 29 Jun 2017 11:53:19 -0700] rev 48566
8180877: More deeply colored ICC spaces Reviewed-by: serb, rhalade, mschoene
Mon, 05 Jun 2017 12:36:15 -0300 8180869: Cleaner image file reading handling
jlaskey [Mon, 05 Jun 2017 12:36:15 -0300] rev 48565
8180869: Cleaner image file reading handling Reviewed-by: ahgross, rriggs, rhalade Contributed-by: james.laskey@oracle.com
Thu, 01 Jun 2017 15:15:26 -0700 8180015: Cleaner AWT robot handling
serb [Thu, 01 Jun 2017 15:15:26 -0700] rev 48564
8180015: Cleaner AWT robot handling Reviewed-by: prr, mschoene, rhalade
Wed, 17 May 2017 18:22:54 -0700 8179990: Cleaner palette entry handling
serb [Wed, 17 May 2017 18:22:54 -0700] rev 48563
8179990: Cleaner palette entry handling Reviewed-by: prr, mschoene, rhalade
Wed, 17 May 2017 14:57:10 -0700 8180011: Cleaner native graphics device handling
prr [Wed, 17 May 2017 14:57:10 -0700] rev 48562
8180011: Cleaner native graphics device handling Reviewed-by: serb, mschoene, rhalade
Wed, 17 May 2017 14:52:09 -0700 8179533: Cleaner print job handling
prr [Wed, 17 May 2017 14:52:09 -0700] rev 48561
8179533: Cleaner print job handling Reviewed-by: serb, mschoene, rhalade
Fri, 28 Apr 2017 10:17:46 -0400 8172525: Improve key keying case
apetcher [Fri, 28 Apr 2017 10:17:46 -0400] rev 48560
8172525: Improve key keying case Reviewed-by: mullan, valeriep, rhalade, ahgross
Thu, 23 Mar 2017 10:52:00 +0530 8176450: Revise default document styling
psadhukhan [Thu, 23 Mar 2017 10:52:00 +0530] rev 48559
8176450: Revise default document styling Reviewed-by: prr, serb, mschoene
Mon, 12 Jun 2017 13:58:09 -0400 8181664: Improve JVM UTF String handling
rprotacio [Mon, 12 Jun 2017 13:58:09 -0400] rev 48558
8181664: Improve JVM UTF String handling Reviewed-by: mschoene, coleenp, rhalade, acorn, gtriantafill Contributed-by: rachel.protacio@oracle.com
Fri, 26 May 2017 18:39:27 +0300 8174962: Better interface invocations
vlivanov [Fri, 26 May 2017 18:39:27 +0300] rev 48557
8174962: Better interface invocations Reviewed-by: jrose, coleenp, ahgross, acorn, iignatyev
Thu, 25 May 2017 15:39:32 -0400 8180020: Improve SymbolHashMap entry handling
rprotacio [Thu, 25 May 2017 15:39:32 -0400] rev 48556
8180020: Improve SymbolHashMap entry handling Reviewed-by: mschoene, coleenp, rhalade Contributed-by: rachel.protacio@oracle.com
Mon, 20 Mar 2017 13:05:00 -0400 8175932: Improve host instance supports
hseigel [Mon, 20 Mar 2017 13:05:00 -0400] rev 48555
8175932: Improve host instance supports Reviewed-by: coleenp, mschoene Contributed-by: harold.seigel@oracle.com
Sun, 03 Sep 2017 16:08:13 +0100 8160104: CORBA communication improvements
msheppar [Sun, 03 Sep 2017 16:08:13 +0100] rev 48554
8160104: CORBA communication improvements Reviewed-by: rriggs, dfuchs
Wed, 17 Jan 2018 17:26:07 +0100 8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
simonis [Wed, 17 Jan 2018 17:26:07 +0100] rev 48553
8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties Reviewed-by: dholmes
Tue, 16 Jan 2018 19:26:48 -0800 8194953: doclet corrupts HTML files when adding navbar
ksrini [Tue, 16 Jan 2018 19:26:48 -0800] rev 48552
8194953: doclet corrupts HTML files when adding navbar Reviewed-by: jjg
Tue, 16 Jan 2018 17:27:06 -0800 8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations
darcy [Tue, 16 Jan 2018 17:27:06 -0800] rev 48551
8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations Reviewed-by: mcimadamore, jjg
Tue, 16 Jan 2018 14:44:04 -0800 8181047: Add comment to technical terms that shall not be translated
joehw [Tue, 16 Jan 2018 14:44:04 -0800] rev 48550
8181047: Add comment to technical terms that shall not be translated Reviewed-by: lancea, ljiang
Thu, 18 Jan 2018 11:46:33 +0000 8195598: Reference to overloaded method is ambiguous with 3 methods but works with 2
mcimadamore [Thu, 18 Jan 2018 11:46:33 +0000] rev 48549
8195598: Reference to overloaded method is ambiguous with 3 methods but works with 2 Summary: Pertinent to applicability bit set on argument expression even if only one method is not pertinent Reviewed-by: vromero
Wed, 17 Jan 2018 20:07:50 -0800 8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837
jjiang [Wed, 17 Jan 2018 20:07:50 -0800] rev 48548
8195667: ProblemList PKCS11 tests Secmod/AddTrustedCert.java and tls/TestKeyMaterial.java due to JDK-8180837 Summary: Puts sun/security/pkcs11/Secmod/AddTrustedCert.java and sun/security/pkcs11/tls/TestKeyMaterial.java into ProblemList Reviewed-by: weijun
Wed, 17 Jan 2018 18:34:50 -0800 8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined
jjiang [Wed, 17 Jan 2018 18:34:50 -0800] rev 48547
8194864: Outputs more details for PKCS11 tests if the NSS lib version cannot be determined Summary: It outputs the lib content if the lib version cannot be parsed Reviewed-by: xuelei
Wed, 17 Jan 2018 18:26:05 -0800 8190229: Non-ASCII characters in java.security file after 8186093
wetmore [Wed, 17 Jan 2018 18:26:05 -0800] rev 48546
8190229: Non-ASCII characters in java.security file after 8186093 Reviewed-by: weijun
Wed, 17 Jan 2018 16:15:15 -0800 8194879: Runtime.Version parses string which does not conform to spec without throwing IAE
bchristi [Wed, 17 Jan 2018 16:15:15 -0800] rev 48545
8194879: Runtime.Version parses string which does not conform to spec without throwing IAE Reviewed-by: alanb, iris, rriggs
Wed, 17 Jan 2018 15:17:50 -0800 8194554: filterArguments runs multiple filters in the wrong order
mchung [Wed, 17 Jan 2018 15:17:50 -0800] rev 48544
8194554: filterArguments runs multiple filters in the wrong order Reviewed-by: psandoz, jrose
Tue, 16 Jan 2018 08:48:34 +0100 8189102: All tools should support -?, -h and --help
goetz [Tue, 16 Jan 2018 08:48:34 +0100] rev 48543
8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
Thu, 11 Jan 2018 20:19:50 -0800 8194960: Add a test for trust manager and cacerts keystore sanity
martin [Thu, 11 Jan 2018 20:19:50 -0800] rev 48542
8194960: Add a test for trust manager and cacerts keystore sanity Reviewed-by: weijun
Tue, 16 Jan 2018 18:28:39 -0800 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01
dl [Tue, 16 Jan 2018 18:28:39 -0800] rev 48541
8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 Reviewed-by: martin
Tue, 16 Jan 2018 18:24:32 -0800 8191483: AbstractQueuedSynchronizer cancel/cancel race
dl [Tue, 16 Jan 2018 18:24:32 -0800] rev 48540
8191483: AbstractQueuedSynchronizer cancel/cancel race Reviewed-by: martin
Wed, 17 Jan 2018 07:55:20 +0800 8195119: Fine-tune output text in keytool
weijun [Wed, 17 Jan 2018 07:55:20 +0800] rev 48539
8195119: Fine-tune output text in keytool Reviewed-by: mullan
Tue, 16 Jan 2018 22:24:20 +0000 Merge
lana [Tue, 16 Jan 2018 22:24:20 +0000] rev 48538
Merge
Sun, 14 Jan 2018 21:46:14 -0800 8187946: Support ISO 4217 Amendments 163 and 164
ljiang [Sun, 14 Jan 2018 21:46:14 -0800] rev 48537
8187946: Support ISO 4217 Amendments 163 and 164 Reviewed-by: naoto
Sun, 14 Jan 2018 22:25:53 -0800 8194717: JDK10 L10n resource file update - msgdrop 10
lana [Sun, 14 Jan 2018 22:25:53 -0800] rev 48536
8194717: JDK10 L10n resource file update - msgdrop 10 Reviewed-by: joehw Contributed-by: li.jiang@oracle.com
Tue, 16 Jan 2018 19:19:03 +0000 8195138: The asynchronous Http1HeaderParser doesn't handle all line folds correctly
dfuchs [Tue, 16 Jan 2018 19:19:03 +0000] rev 48535
8195138: The asynchronous Http1HeaderParser doesn't handle all line folds correctly Reviewed-by: chegar
Tue, 16 Jan 2018 10:48:58 -0500 8194929: Unreferenced FileDescriptors not closed
rriggs [Tue, 16 Jan 2018 10:48:58 -0500] rev 48534
8194929: Unreferenced FileDescriptors not closed Reviewed-by: alanb
Tue, 16 Jan 2018 20:56:01 +0530 8179700: Exceptions thrown in StartManagementAgent.java
asapre [Tue, 16 Jan 2018 20:56:01 +0530] rev 48533
8179700: Exceptions thrown in StartManagementAgent.java Summary: Removed Test case entry from problemList.txt Reviewed-by: ysuenaga Contributed-by: amit.sapre@oracle.com
Tue, 16 Jan 2018 07:48:01 +0100 8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"
goetz [Tue, 16 Jan 2018 07:48:01 +0100] rev 48532
8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention" Reviewed-by: tschatzl, dholmes Contributed-by: arno.zeller@sap.com
Tue, 16 Jan 2018 12:38:21 +0530 8175542: JMX: Not enough JDP packets received
asapre [Tue, 16 Jan 2018 12:38:21 +0530] rev 48531
8175542: JMX: Not enough JDP packets received Summary: Fixed test case wrongly reporting timeout failures. Reviewed-by: dholmes, hb Contributed-by: amit.sapre@oracle.com
Mon, 15 Jan 2018 09:23:02 -0800 8195072: Update ASM 3rd party legal copyright to 6.0
ksrini [Mon, 15 Jan 2018 09:23:02 -0800] rev 48530
8195072: Update ASM 3rd party legal copyright to 6.0 Reviewed-by: vromero
Mon, 15 Jan 2018 13:09:50 +0100 8193933: Export ClassLoaderData claim state to support interleaved object traversal
mgronlun [Mon, 15 Jan 2018 13:09:50 +0100] rev 48529
8193933: Export ClassLoaderData claim state to support interleaved object traversal Reviewed-by: coleenp, hseigel
Mon, 15 Jan 2018 09:21:49 +0100 8194993: Loop Strip Mining has some leftover debugging code
roland [Mon, 15 Jan 2018 09:21:49 +0100] rev 48528
8194993: Loop Strip Mining has some leftover debugging code Summary: Removed debugging code. Reviewed-by: thartmann
Mon, 15 Jan 2018 09:19:53 +0100 8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
roland [Mon, 15 Jan 2018 09:19:53 +0100] rev 48527
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK Summary: Should not change loop limit check of outer loop. Reviewed-by: thartmann
Mon, 15 Jan 2018 09:17:25 +0100 8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
roland [Mon, 15 Jan 2018 09:17:25 +0100] rev 48526
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop Summary: Modified assert which is too strong. Reviewed-by: thartmann
Sun, 14 Jan 2018 16:42:47 -0800 8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set
mchung [Sun, 14 Jan 2018 16:42:47 -0800] rev 48525
8191350: jdk/internal/reflect/CallerSensitive/CheckCSMs.java test fails when -Xmx512m set Reviewed-by: alanb
Thu, 21 Dec 2017 15:18:49 -0800 8193767: Improve javadoc in ResourceBundle working with modules
mchung [Thu, 21 Dec 2017 15:18:49 -0800] rev 48524
8193767: Improve javadoc in ResourceBundle working with modules Reviewed-by: alanb, naoto
Sat, 13 Jan 2018 16:47:11 +0000 8194883: Unhandleable Push Promises should be cancelled
chegar [Sat, 13 Jan 2018 16:47:11 +0000] rev 48523
8194883: Unhandleable Push Promises should be cancelled Reviewed-by: dfuchs
Fri, 12 Jan 2018 10:05:00 -0800 8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException
ksrini [Fri, 12 Jan 2018 10:05:00 -0800] rev 48522
8194287: tools/launcher/RunpathTest.java fails with java.lang.NullPointerException 8194286: tools/launcher/FXLauncherTest.java fails with java.lang.UnsatisfiedLinkError Reviewed-by: rriggs
Fri, 12 Jan 2018 11:41:32 -0800 8194955: Warn when default HTML version is used
jjg [Fri, 12 Jan 2018 11:41:32 -0800] rev 48521
8194955: Warn when default HTML version is used Reviewed-by: ksrini, bpatel
Fri, 12 Jan 2018 14:01:52 +0530 8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails
kaddepalli [Fri, 12 Jan 2018 14:01:52 +0530] rev 48520
8194044: Regression manual Test javax/swing/JFileChooser/8067660/FileChooserTest.java fails Reviewed-by: psadhukhan, jdv, ssadetsky
Fri, 12 Jan 2018 14:09:50 +0800 8194959: Correct test tag to move bugid from @test to @bug
amlu [Fri, 12 Jan 2018 14:09:50 +0800] rev 48519
8194959: Correct test tag to move bugid from @test to @bug Reviewed-by: sundar
Fri, 12 Jan 2018 05:07:01 +0000 Merge
lana [Fri, 12 Jan 2018 05:07:01 +0000] rev 48518
Merge
Fri, 12 Jan 2018 05:06:07 +0000 Added tag jdk-10+39 for changeset 5b834ec96236
lana [Fri, 12 Jan 2018 05:06:07 +0000] rev 48517
Added tag jdk-10+39 for changeset 5b834ec96236
Thu, 11 Jan 2018 16:40:10 -0800 8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK
iklam [Thu, 11 Jan 2018 16:40:10 -0800] rev 48516
8193664: AppCDS tests should use -XX:+UnlockCommercialFeatures when running with commercial JDK Reviewed-by: jiangli, mseledtsov, dholmes
Thu, 11 Jan 2018 15:38:57 -0800 8181878: javadoc should support/ignore --add-opens
jjg [Thu, 11 Jan 2018 15:38:57 -0800] rev 48515
8181878: javadoc should support/ignore --add-opens Reviewed-by: ksrini
Fri, 12 Jan 2018 01:52:06 +0300 8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
vlivanov [Fri, 12 Jan 2018 01:52:06 +0300] rev 48514
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution Reviewed-by: kvn, psandoz
Wed, 10 Jan 2018 22:52:08 -0500 8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block jdk-10+39
vromero [Wed, 10 Jan 2018 22:52:08 -0500] rev 48513
8187805: bogus RuntimeVisibleTypeAnnotations for unused local in a block Reviewed-by: sadayapalam
Wed, 10 Jan 2018 15:05:33 -0800 8194901: remove interim code from javax.tools.ToolProvider
jjg [Wed, 10 Jan 2018 15:05:33 -0800] rev 48512
8194901: remove interim code from javax.tools.ToolProvider Reviewed-by: mchung
Wed, 10 Jan 2018 07:21:33 -0800 8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails
serb [Wed, 10 Jan 2018 07:21:33 -0800] rev 48511
8193673: Regression manual Test javax/swing/JFileChooser/6515169/bug6515169.java fails Reviewed-by: erikj, psadhukhan
Tue, 09 Jan 2018 10:27:12 +0100 8194681: G1 uses young free cset time when reporting non-young free cset times
lkorinth [Tue, 09 Jan 2018 10:27:12 +0100] rev 48510
8194681: G1 uses young free cset time when reporting non-young free cset times Reviewed-by: tschatzl, kbarrett
Wed, 10 Jan 2018 12:11:08 +0100 Merge
tschatzl [Wed, 10 Jan 2018 12:11:08 +0100] rev 48509
Merge
Wed, 10 Jan 2018 10:21:25 +0100 8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file
tschatzl [Wed, 10 Jan 2018 10:21:25 +0100] rev 48508
8194824: Add gc/stress/gclocker/TestGCLockerWithParallel.java to the ProblemList file Reviewed-by: ehelin, kbarrett
Wed, 10 Jan 2018 02:31:25 -0800 8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest
rraghavan [Wed, 10 Jan 2018 02:31:25 -0800] rev 48507
8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest Summary: Added compiler.tiered.LevelTransitionTest to @build Reviewed-by: thartmann Contributed-by: ramkumar.sunderbabu@oracle.com
Wed, 10 Jan 2018 11:09:55 +0100 8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
mdoerr [Wed, 10 Jan 2018 11:09:55 +0100] rev 48506
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP Summary: Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled. Reviewed-by: rehn, goetz
Wed, 10 Jan 2018 09:04:11 +0100 8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned"
thartmann [Wed, 10 Jan 2018 09:04:11 +0100] rev 48505
8191362: [Graal] gc/g1/TestShrinkAuxiliaryData tests crash with "assert(check_klass_alignment(result)) failed: address not aligned" Summary: Graal does not respect ObjectAlignmentInBytes VM option. Reviewed-by: kvn
Tue, 09 Jan 2018 22:30:20 -0500 8194836: delta apply changesets for JDK-8192885 and JDK-8175883
vromero [Tue, 09 Jan 2018 22:30:20 -0500] rev 48504
8194836: delta apply changesets for JDK-8192885 and JDK-8175883 Reviewed-by: mcimadamore
Tue, 09 Jan 2018 17:03:39 -0800 8185986: redundant/obsolete overview.html pages
jjg [Tue, 09 Jan 2018 17:03:39 -0800] rev 48503
8185986: redundant/obsolete overview.html pages Reviewed-by: darcy
Tue, 09 Jan 2018 16:24:24 +0100 8194742: Writing replay data crashes: task is NULL
goetz [Tue, 09 Jan 2018 16:24:24 +0100] rev 48502
8194742: Writing replay data crashes: task is NULL Summary: Added missing NULL check. Reviewed-by: thartmann
Fri, 15 Dec 2017 16:51:13 +0100 8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed
thartmann [Fri, 15 Dec 2017 16:51:13 +0100] rev 48501
8193608: Quarantine test/hotspot/jtreg/compiler/codegen/Test6896617.java until JDK-8193479 is fixed Summary: Added test to ProblemList.txt Reviewed-by: vlivanov
Tue, 09 Jan 2018 15:21:19 +0530 8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
sballal [Tue, 09 Jan 2018 15:21:19 +0530] rev 48500
8194067: [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings Reviewed-by: dholmes, sspitsyn
Mon, 08 Jan 2018 17:32:54 -0800 8187951: Update javax.lang.model.SourceVersion for "var" name
darcy [Mon, 08 Jan 2018 17:32:54 -0800] rev 48499
8187951: Update javax.lang.model.SourceVersion for "var" name Reviewed-by: jjg, mcimadamore
Mon, 08 Jan 2018 14:06:25 -0500 8187487: crash with classes with same binary name
vromero [Mon, 08 Jan 2018 14:06:25 -0500] rev 48498
8187487: crash with classes with same binary name Reviewed-by: jjg
Mon, 08 Jan 2018 17:16:37 +0100 8193567: Conversion of comparison nodes affects local slots in optimistic continuation
hannesw [Mon, 08 Jan 2018 17:16:37 +0100] rev 48497
8193567: Conversion of comparison nodes affects local slots in optimistic continuation Reviewed-by: jlaskey, attila
Mon, 08 Jan 2018 11:20:20 +0800 8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java
amlu [Mon, 08 Jan 2018 11:20:20 +0800] rev 48496
8194662: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java Reviewed-by: dholmes
Mon, 08 Jan 2018 10:15:21 +0800 8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh
amlu [Mon, 08 Jan 2018 10:15:21 +0800] rev 48495
8194666: ProblemList update for bugid associated with PreferredKey.java, ConcurrentHashMapTest and SSLSocketParametersTest.sh Reviewed-by: xuelei
Mon, 15 Jan 2018 11:07:41 +0100 8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM
hannesw [Mon, 15 Jan 2018 11:07:41 +0100] rev 48494
8194985: JavaAdapterBytecodeGenerator passes invalid type descriptor to ASM Reviewed-by: sundar, attila
Sat, 13 Jan 2018 18:33:35 -0500 8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows
gadams [Sat, 13 Jan 2018 18:33:35 -0500] rev 48493
8031482: Some jcmds generate output with a \n as a separator rather than \r\n on Windows Reviewed-by: cjplummer, sspitsyn, dholmes
Fri, 12 Jan 2018 14:33:00 -0800 8195067: problem list tools/javac/jvm/VerboseOutTest.java
iignatyev [Fri, 12 Jan 2018 14:33:00 -0800] rev 48492
8195067: problem list tools/javac/jvm/VerboseOutTest.java Reviewed-by: jjg
Fri, 12 Jan 2018 14:05:42 -0800 8194667: Regex: Serialization doesn't work with match flags
sherman [Fri, 12 Jan 2018 14:05:42 -0800] rev 48491
8194667: Regex: Serialization doesn't work with match flags Reviewed-by: rriggs
Fri, 05 Jan 2018 22:02:20 +0100 Merge
jwilhelm [Fri, 05 Jan 2018 22:02:20 +0100] rev 48490
Merge
Thu, 04 Jan 2018 22:54:40 -0500 8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai
dholmes [Thu, 04 Jan 2018 22:54:40 -0500] rev 48489
8194279: support zhaoxin x86 cpu vendor ids CentaurHauls and Shanghai Reviewed-by: dholmes, kvn Contributed-by: Vic Wang <vicwang@zhaoxin.com>
Thu, 04 Jan 2018 18:18:18 -0500 8194406: Use Atomic::replace_if_null
kbarrett [Thu, 04 Jan 2018 18:18:18 -0500] rev 48488
8194406: Use Atomic::replace_if_null Reviewed-by: coleenp, dholmes
Wed, 03 Jan 2018 17:29:20 +0000 8193260: AArch64: JVMCI: Implement trampoline calls
aph [Wed, 03 Jan 2018 17:29:20 +0000] rev 48487
8193260: AArch64: JVMCI: Implement trampoline calls Reviewed-by: adinn
Thu, 21 Dec 2017 09:05:32 +0100 8193927: Optimize scanning code for oops.
goetz [Thu, 21 Dec 2017 09:05:32 +0100] rev 48486
8193927: Optimize scanning code for oops. Reviewed-by: simonis, mdoerr, aph
Tue, 02 Jan 2018 07:50:17 -0500 8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix
gadams [Tue, 02 Jan 2018 07:50:17 -0500] rev 48485
8188856: Incorrect file path in an exception message when .java_pid is not accessible on Unix Reviewed-by: cjplummer, sspitsyn
Tue, 05 Dec 2017 10:43:23 +0000 8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
rkennke [Tue, 05 Dec 2017 10:43:23 +0000] rev 48484
8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs Reviewed-by: aph
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip