Wed, 11 Jan 2017 09:40:42 +0100 8168926: C2: Bytecode escape analyzer crashes due to stack overflow
zmajo [Wed, 11 Jan 2017 09:40:42 +0100] rev 43437
8168926: C2: Bytecode escape analyzer crashes due to stack overflow Summary: Whether current call site needs an appendix is determined only based on the target method and the current bytecode instruction. Reviewed-by: kvn, thartmann
Tue, 10 Jan 2017 18:48:08 +0000 Merge
iveresov [Tue, 10 Jan 2017 18:48:08 +0000] rev 43436
Merge
Tue, 10 Jan 2017 21:39:20 +0300 8172310: [AOT] Fix unverified entry point
iveresov [Tue, 10 Jan 2017 21:39:20 +0300] rev 43435
8172310: [AOT] Fix unverified entry point Summary: Fix AOT code for the unverified entry point Reviewed-by: kvn
Tue, 10 Jan 2017 20:45:04 +0300 8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"
dpochepk [Tue, 10 Jan 2017 20:45:04 +0300] rev 43434
8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found" Reviewed-by: thartmann
Mon, 09 Jan 2017 19:36:47 +0000 8166125: [JVMCI] Missing JVMCI flag default values
davleopo [Mon, 09 Jan 2017 19:36:47 +0000] rev 43433
8166125: [JVMCI] Missing JVMCI flag default values Reviewed-by: twisti, kvn
Mon, 09 Jan 2017 15:10:25 +0100 Merge
jwilhelm [Mon, 09 Jan 2017 15:10:25 +0100] rev 43432
Merge
Wed, 28 Dec 2016 19:13:34 +0300 8172098: A lot of gtests uses TEST instead of TEST_VM
kzhaldyb [Wed, 28 Dec 2016 19:13:34 +0300] rev 43431
8172098: A lot of gtests uses TEST instead of TEST_VM Reviewed-by: iignatyev
Sun, 08 Jan 2017 10:39:42 -0800 8170959: unloading archived shared class caused crash
iklam [Sun, 08 Jan 2017 10:39:42 -0800] rev 43430
8170959: unloading archived shared class caused crash Reviewed-by: coleenp, sspitsyn, mockner
Fri, 06 Jan 2017 10:55:30 +0100 8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
thartmann [Fri, 06 Jan 2017 10:55:30 +0100] rev 43429
8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC Summary: Fixed several issues with PatchALot or unaligned accesses on SPARC. Reviewed-by: kvn
Thu, 15 Dec 2016 08:56:32 -0500 8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0
gromero [Thu, 15 Dec 2016 08:56:32 -0500] rev 43428
8171266: PPC64: Add support to -XX:RTMSpinLoopCount=0 Reviewed-by: mdoerr, dholmes
Thu, 05 Jan 2017 09:25:36 +0100 8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1"
thartmann [Thu, 05 Jan 2017 09:25:36 +0100] rev 43427
8172010: [AOT] RecompilationTest.java fails with "expected compilation level after compilation to be no less than 1" Summary: Disabled probabilistic profiling to ensure recompilation of AOT compiled method. Reviewed-by: kvn, iveresov
Wed, 04 Jan 2017 21:13:04 -0500 8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr
coleenp [Wed, 04 Jan 2017 21:13:04 -0500] rev 43426
8172246: [TESTBUG] runtime/RedefineTests/RedefinePreviousVersions.java 'Class unloading: has_previous_versions = true' missing from stdout/stderr Summary: add boolean to gate redefinition start Reviewed-by: sspitsyn, dholmes
Wed, 04 Jan 2017 11:44:26 -0800 8172054: Aot tests should include Java assertions into AOT compiled code
kvn [Wed, 04 Jan 2017 11:44:26 -0800] rev 43425
8172054: Aot tests should include Java assertions into AOT compiled code Reviewed-by: iveresov
Wed, 04 Jan 2017 10:57:26 -0500 8168137: import-hotspot build target not removed from hotspot-ide-project
ctornqvi [Wed, 04 Jan 2017 10:57:26 -0500] rev 43424
8168137: import-hotspot build target not removed from hotspot-ide-project Reviewed-by: erikj
Tue, 03 Jan 2017 14:56:51 -0800 8171974: Fix for R10 Register clobbering with usage of ExternalAddress
vdeshpande [Tue, 03 Jan 2017 14:56:51 -0800] rev 43423
8171974: Fix for R10 Register clobbering with usage of ExternalAddress Reviewed-by: kvn, rbackman
Tue, 03 Jan 2017 21:36:05 +0100 8172169: Re-examine String field optionality
redestad [Tue, 03 Jan 2017 21:36:05 +0100] rev 43422
8172169: Re-examine String field optionality Reviewed-by: kvn, thartmann
Tue, 03 Jan 2017 17:17:14 +0100 8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64
mdoerr [Tue, 03 Jan 2017 17:17:14 +0100] rev 43421
8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64 Reviewed-by: kvn
Tue, 27 Dec 2016 16:10:59 +0100 8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections".
goetz [Tue, 27 Dec 2016 16:10:59 +0100] rev 43420
8172049: [s390] Implement "JEP 270: Reserved Stack Areas for Critical Sections". Reviewed-by: mdoerr
Tue, 03 Jan 2017 11:22:37 +0100 8172145: C2: anti dependence missed because store hidden by membar
mdoerr [Tue, 03 Jan 2017 11:22:37 +0100] rev 43419
8172145: C2: anti dependence missed because store hidden by membar Reviewed-by: kvn
Tue, 03 Jan 2017 12:25:19 +0100 8170857: Typo in -Xlog:help output
mlarsson [Tue, 03 Jan 2017 12:25:19 +0100] rev 43418
8170857: Typo in -Xlog:help output Reviewed-by: dholmes
Tue, 03 Jan 2017 12:24:52 +0100 8170855: Example for -Xlog:help do not contain one with multiple tags
mlarsson [Tue, 03 Jan 2017 12:24:52 +0100] rev 43417
8170855: Example for -Xlog:help do not contain one with multiple tags Reviewed-by: dholmes
Tue, 03 Jan 2017 08:54:29 +0100 8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large
rbackman [Tue, 03 Jan 2017 08:54:29 +0100] rev 43416
8171082: [AOT] AOT'd SystemModules.modules() fails to load when too large Reviewed-by: kvn, redestad
Mon, 02 Jan 2017 00:26:40 -0800 8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0'
rraghavan [Mon, 02 Jan 2017 00:26:40 -0800] rev 43415
8156762: test/compiler/ciReplay/TestVMNoCompLevel.java fails with - 'Unexpected exit code for negative case: [-client]: expected 0 to not equal 0' Summary: Corrected CLIENT_VM_AVAILABLE case Reviewed-by: dpochepk, zmajo
Fri, 30 Dec 2016 20:11:49 +0300 8172149: CTW library should call System::exit
iignatyev [Fri, 30 Dec 2016 20:11:49 +0300] rev 43414
8172149: CTW library should call System::exit Reviewed-by: vlivanov
Tue, 27 Dec 2016 22:34:07 +0100 Merge
jwilhelm [Tue, 27 Dec 2016 22:34:07 +0100] rev 43413
Merge
Fri, 23 Dec 2016 22:28:07 +0000 Merge
iignatyev [Fri, 23 Dec 2016 22:28:07 +0000] rev 43412
Merge
Wed, 21 Dec 2016 15:01:01 +0300 8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
bmoloden [Wed, 21 Dec 2016 15:01:01 +0300] rev 43411
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java Reviewed-by: kvn
Thu, 15 Dec 2016 19:26:41 -0800 8171809: Remove unused CDS code from JDK 9
iklam [Thu, 15 Dec 2016 19:26:41 -0800] rev 43410
8171809: Remove unused CDS code from JDK 9 Reviewed-by: jiangli, ccheung, mseledtsov
Fri, 23 Dec 2016 20:44:48 +0300 8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap
mchernov [Fri, 23 Dec 2016 20:44:48 +0300] rev 43409
8171045: gc/stress/TestStressG1Humongous.java fails to allocate the heap Reviewed-by: tschatzl, kzhaldyb
Fri, 23 Dec 2016 15:09:03 +0000 Merge
coleenp [Fri, 23 Dec 2016 15:09:03 +0000] rev 43408
Merge
Thu, 22 Dec 2016 16:51:25 +0100 8171924: Use SIZE_FORMAT to print size_t values.
goetz [Thu, 22 Dec 2016 16:51:25 +0100] rev 43407
8171924: Use SIZE_FORMAT to print size_t values. Reviewed-by: dholmes, tschatzl, coleenp, goetz Contributed-by: arno.zeller@sap.com
Thu, 22 Dec 2016 11:37:49 -0500 8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration
gtriantafill [Thu, 22 Dec 2016 11:37:49 -0500] rev 43406
8171318: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java fails latest Jigsaw integration Reviewed-by: sspitsyn, dholmes
Thu, 22 Dec 2016 17:26:02 -0800 8168792: [AOT] problems in MethodHandle with aot-compiled java.base
iveresov [Thu, 22 Dec 2016 17:26:02 -0800] rev 43405
8168792: [AOT] problems in MethodHandle with aot-compiled java.base Summary: Properly support assertions in AOT Reviewed-by: kvn
Thu, 22 Dec 2016 15:01:20 -0600 8170981: Possible access to char array with negative index
lucy [Thu, 22 Dec 2016 15:01:20 -0600] rev 43404
8170981: Possible access to char array with negative index Summary: Check arithmetic before trying to access array by index. Reviewed-by: rprotacio, dholmes, gziemski
Thu, 22 Dec 2016 10:17:18 +0000 8170860: Get rid of the humanReadableByteCount() method in openjdk/hotspot
dfazunen [Thu, 22 Dec 2016 10:17:18 +0000] rev 43403
8170860: Get rid of the humanReadableByteCount() method in openjdk/hotspot Reviewed-by: mgerdin, mchernov
Fri, 03 Feb 2017 15:20:05 +0100 8004842: Unify values of boolean make variables set in configure to true/false
ihse [Fri, 03 Feb 2017 15:20:05 +0100] rev 43402
8004842: Unify values of boolean make variables set in configure to true/false Reviewed-by: erikj
Thu, 02 Feb 2017 21:56:04 +0000 Merge
lana [Thu, 02 Feb 2017 21:56:04 +0000] rev 43401
Merge
Tue, 31 Jan 2017 20:06:42 -0800 8173608: Separate JDK management agent from java.management module
mchung [Tue, 31 Jan 2017 20:06:42 -0800] rev 43400
8173608: Separate JDK management agent from java.management module Reviewed-by: dfuchs, dholmes, erikj
Thu, 02 Feb 2017 21:20:37 +0000 Added tag jdk-9+155 for changeset 220ab62f260a
lana [Thu, 02 Feb 2017 21:20:37 +0000] rev 43399
Added tag jdk-9+155 for changeset 220ab62f260a
Sat, 04 Feb 2017 14:02:14 -0500 8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
lancea [Sat, 04 Feb 2017 14:02:14 -0500] rev 43398
8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations Reviewed-by: dfuchs, alanb, psandoz, mchung
Sat, 04 Feb 2017 03:29:38 +0100 Merge
jwilhelm [Sat, 04 Feb 2017 03:29:38 +0100] rev 43397
Merge
Tue, 24 Jan 2017 00:30:23 +0100 Merge
jwilhelm [Tue, 24 Jan 2017 00:30:23 +0100] rev 43396
Merge
Thu, 19 Jan 2017 10:55:07 -0500 8152206: Simplify jvmstat modules
gtriantafill [Thu, 19 Jan 2017 10:55:07 -0500] rev 43395
8152206: Simplify jvmstat modules Reviewed-by: alanb, mchung, hseigel
Tue, 17 Jan 2017 21:39:22 -0800 8166002: Emulate client build on platforms with reduced virtual address space
jcm [Tue, 17 Jan 2017 21:39:22 -0800] rev 43394
8166002: Emulate client build on platforms with reduced virtual address space Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like. Reviewed-by: kvn, iveresov
Fri, 13 Jan 2017 18:26:33 +0100 Merge
jwilhelm [Fri, 13 Jan 2017 18:26:33 +0100] rev 43393
Merge
Mon, 09 Jan 2017 17:10:31 +0100 Merge
jwilhelm [Mon, 09 Jan 2017 17:10:31 +0100] rev 43392
Merge
Wed, 28 Dec 2016 18:37:09 +0300 8172094: 8171433 changes in generated-configure should be restored
iignatyev [Wed, 28 Dec 2016 18:37:09 +0300] rev 43391
8172094: 8171433 changes in generated-configure should be restored Reviewed-by: erikj, kzhaldyb
Tue, 27 Dec 2016 22:34:04 +0100 Merge
jwilhelm [Tue, 27 Dec 2016 22:34:04 +0100] rev 43390
Merge
Wed, 21 Dec 2016 14:41:48 +0300 8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java
bmoloden [Wed, 21 Dec 2016 14:41:48 +0300] rev 43389
8170918: Remove shell script from test/compiler/c2/cr7200264/TestIntVect.java Reviewed-by: kvn
Fri, 03 Feb 2017 15:19:38 +0100 8004842: Unify values of boolean make variables set in configure to true/false
ihse [Fri, 03 Feb 2017 15:19:38 +0100] rev 43388
8004842: Unify values of boolean make variables set in configure to true/false Reviewed-by: erikj
Fri, 03 Feb 2017 14:34:00 +0100 8059000: hgforest: pass options to serve command
ihse [Fri, 03 Feb 2017 14:34:00 +0100] rev 43387
8059000: hgforest: pass options to serve command Reviewed-by: erikj Contributed-by: Michael Duigou <openjdk@duigou.org>
Fri, 03 Feb 2017 14:32:38 +0100 8172912: JTReg concurrency value must be limited
ihse [Fri, 03 Feb 2017 14:32:38 +0100] rev 43386
8172912: JTReg concurrency value must be limited Reviewed-by: erikj
Thu, 02 Feb 2017 21:55:29 +0000 Merge
lana [Thu, 02 Feb 2017 21:55:29 +0000] rev 43385
Merge
Thu, 02 Feb 2017 16:50:38 +0000 8173607: JMX RMI connector should be in its own module
dfuchs [Thu, 02 Feb 2017 16:50:38 +0000] rev 43384
8173607: JMX RMI connector should be in its own module Summary: The JMX RMI connector is moved to a new java.management.rmi module. Reviewed-by: mchung, erikj
Thu, 02 Feb 2017 12:05:51 +0100 8173107: Fix autoconf/spec.gmk mismatches
ihse [Thu, 02 Feb 2017 12:05:51 +0100] rev 43383
8173107: Fix autoconf/spec.gmk mismatches Reviewed-by: erikj, dholmes
Tue, 31 Jan 2017 20:06:23 -0800 8173608: Separate JDK management agent from java.management module
mchung [Tue, 31 Jan 2017 20:06:23 -0800] rev 43382
8173608: Separate JDK management agent from java.management module Reviewed-by: dfuchs, dholmes, erikj
Thu, 02 Feb 2017 21:20:36 +0000 Added tag jdk-9+155 for changeset 58b8748ef90d
lana [Thu, 02 Feb 2017 21:20:36 +0000] rev 43381
Added tag jdk-9+155 for changeset 58b8748ef90d
Wed, 05 Jul 2017 22:46:25 +0200 Added tag jdk-9+155 for changeset f4aff695ffe0
duke [Wed, 05 Jul 2017 22:46:25 +0200] rev 43380
Added tag jdk-9+155 for changeset f4aff695ffe0
Wed, 05 Jul 2017 22:46:23 +0200 Merge jdk-9+155
duke [Wed, 05 Jul 2017 22:46:23 +0200] rev 43379
Merge
Wed, 05 Jul 2017 22:46:16 +0200 Merge
duke [Wed, 05 Jul 2017 22:46:16 +0200] rev 43378
Merge
Tue, 31 Jan 2017 13:55:03 -0800 8172309: classpath wildcards code does not support --class-path
henryjen [Tue, 31 Jan 2017 13:55:03 -0800] rev 43377
8172309: classpath wildcards code does not support --class-path Reviewed-by: jjg, ksrini
Mon, 30 Jan 2017 17:43:18 -0800 8172810: ModuleElement should declare and provide appropriate modifiers
jjg [Mon, 30 Jan 2017 17:43:18 -0800] rev 43376
8172810: ModuleElement should declare and provide appropriate modifiers Reviewed-by: darcy
Mon, 30 Jan 2017 15:08:38 -0800 8173609: Elements.printElements needs to support modules
darcy [Mon, 30 Jan 2017 15:08:38 -0800] rev 43375
8173609: Elements.printElements needs to support modules Reviewed-by: forax, jjg
Fri, 27 Jan 2017 15:49:14 -0800 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg [Fri, 27 Jan 2017 15:49:14 -0800] rev 43374
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method. Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Thu, 26 Jan 2017 16:53:56 -0800 8173419: Javadoc fix 8166175 results in test failures
bpatel [Thu, 26 Jan 2017 16:53:56 -0800] rev 43373
8173419: Javadoc fix 8166175 results in test failures Reviewed-by: jjg, ksrini
Thu, 26 Jan 2017 14:35:04 -0800 8173312: Hide support for --inherit-runtime-environment
jjg [Thu, 26 Jan 2017 14:35:04 -0800] rev 43372
8173312: Hide support for --inherit-runtime-environment Reviewed-by: mchung
Thu, 26 Jan 2017 21:20:40 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:40 +0000] rev 43371
Merge
Thu, 26 Jan 2017 13:01:12 -0800 8166175: javadoc search doesn't work on local doc bundles
bpatel [Thu, 26 Jan 2017 13:01:12 -0800] rev 43370
8166175: javadoc search doesn't work on local doc bundles Reviewed-by: jjg, ksrini
Thu, 26 Jan 2017 14:14:01 +0100 8173068: ElementUtils getPackageElement does not allow for an unnamed package
jlahoda [Thu, 26 Jan 2017 14:14:01 +0100] rev 43369
8173068: ElementUtils getPackageElement does not allow for an unnamed package Summary: Removing special handling of unnamed packages in Elements.getPackageElement. Reviewed-by: darcy, jjg, ksrini
Thu, 26 Jan 2017 14:11:38 +0100 8067747: javac throws exception during compilation when annotation processing is enabled
jlahoda [Thu, 26 Jan 2017 14:11:38 +0100] rev 43368
8067747: javac throws exception during compilation when annotation processing is enabled Summary: Enforcing Filer rules regarding initial inputs, to avoid downstream problems. Reviewed-by: darcy, jjg
Wed, 25 Jan 2017 10:43:41 -0800 8171343: jshell tool: missing options: --help-extra --show-version
rfield [Wed, 25 Jan 2017 10:43:41 -0800] rev 43367
8171343: jshell tool: missing options: --help-extra --show-version Reviewed-by: jlahoda
Wed, 25 Jan 2017 10:22:06 -0800 8173232: JShell tests: ReplaceTest takes too long
rfield [Wed, 25 Jan 2017 10:22:06 -0800] rev 43366
8173232: JShell tests: ReplaceTest takes too long 8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java 8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java Reviewed-by: jlahoda
Tue, 24 Jan 2017 17:36:41 -0800 8041793: javap misses newline after printing AnnotationDefault
jjg [Tue, 24 Jan 2017 17:36:41 -0800] rev 43365
8041793: javap misses newline after printing AnnotationDefault Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Tue, 24 Jan 2017 16:18:24 -0800 8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
jjg [Tue, 24 Jan 2017 16:18:24 -0800] rev 43364
8051768: Inconsistent output for Visible and InvisibleParameterAnnotations Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Tue, 24 Jan 2017 13:29:58 +0100 8153759: jshell tool: Smart completion detection is not reliable
jlahoda [Tue, 24 Jan 2017 13:29:58 +0100] rev 43363
8153759: jshell tool: Smart completion detection is not reliable Summary: Reverting back to smart completion if any action follows a completion action. Reviewed-by: rfield
Thu, 26 Jan 2017 19:22:40 +0000 Added tag jdk-9+154 for changeset 692b0dfbb390
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43362
Added tag jdk-9+154 for changeset 692b0dfbb390
Wed, 05 Jul 2017 22:46:04 +0200 Merge
duke [Wed, 05 Jul 2017 22:46:04 +0200] rev 43361
Merge
Thu, 26 Jan 2017 19:22:38 +0000 Added tag jdk-9+154 for changeset fc31f9d07a66
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43360
Added tag jdk-9+154 for changeset fc31f9d07a66
Wed, 05 Jul 2017 22:45:57 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:57 +0200] rev 43359
Merge
Fri, 27 Jan 2017 20:33:34 +0000 8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
dfuchs [Fri, 27 Jan 2017 20:33:34 +0000] rev 43358
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it Summary: removed the code that special cased file and jar and threw IAE if the file did not exist. Reviewed-by: alanb, lancea
Thu, 26 Jan 2017 21:20:30 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:30 +0000] rev 43357
Merge
Tue, 24 Jan 2017 16:34:23 +0000 8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
dfuchs [Tue, 24 Jan 2017 16:34:23 +0000] rev 43356
8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow Summary: This fix replaces un unwanted recursion in the XML streams event filtering support by a simple loop (in nextEvent/nextTag). Reviewed-by: aefimov, clanger, lancea, rriggs
Tue, 24 Jan 2017 11:10:19 +0100 8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
clanger [Tue, 24 Jan 2017 11:10:19 +0100] rev 43355
8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh Reviewed-by: dfuchs, fyuan
Thu, 26 Jan 2017 19:22:38 +0000 Added tag jdk-9+154 for changeset c910b570468e
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43354
Added tag jdk-9+154 for changeset c910b570468e
Wed, 05 Jul 2017 22:45:48 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:48 +0200] rev 43353
Merge
Tue, 31 Jan 2017 10:48:49 +0100 8173480: in operator should work on java objects and classes
hannesw [Tue, 31 Jan 2017 10:48:49 +0100] rev 43352
8173480: in operator should work on java objects and classes Reviewed-by: jlaskey, sundar
Thu, 26 Jan 2017 21:20:32 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:32 +0000] rev 43351
Merge
Thu, 26 Jan 2017 12:58:57 +0100 8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument
hannesw [Thu, 26 Jan 2017 12:58:57 +0100] rev 43350
8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument Reviewed-by: attila, jlaskey
Wed, 25 Jan 2017 09:49:02 +0100 8166186: ClassCastException with arguments usage
hannesw [Wed, 25 Jan 2017 09:49:02 +0100] rev 43349
8166186: ClassCastException with arguments usage Reviewed-by: attila, sundar
Tue, 24 Jan 2017 18:08:04 +0530 8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
sundar [Tue, 24 Jan 2017 18:08:04 +0530] rev 43348
8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly Reviewed-by: hannesw, jlaskey
Thu, 26 Jan 2017 19:22:40 +0000 Added tag jdk-9+154 for changeset 0d39b11bffb3
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43347
Added tag jdk-9+154 for changeset 0d39b11bffb3
Wed, 05 Jul 2017 22:45:39 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:39 +0200] rev 43346
Merge
Fri, 27 Jan 2017 16:28:56 +0000 8170116: Remove qualified exports from java.base to java.corba
prappo [Fri, 27 Jan 2017 16:28:56 +0000] rev 43345
8170116: Remove qualified exports from java.base to java.corba Reviewed-by: dfuchs, alanb, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Thu, 26 Jan 2017 21:20:28 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:28 +0000] rev 43344
Merge
Wed, 25 Jan 2017 12:09:25 +0000 8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property
coffeys [Wed, 25 Jan 2017 12:09:25 +0000] rev 43343
8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property Reviewed-by: lancea, rriggs
Thu, 26 Jan 2017 19:22:37 +0000 Added tag jdk-9+154 for changeset 6a01d7639893
lana [Thu, 26 Jan 2017 19:22:37 +0000] rev 43342
Added tag jdk-9+154 for changeset 6a01d7639893
Wed, 05 Jul 2017 22:45:29 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:29 +0200] rev 43341
Merge
Tue, 31 Jan 2017 14:47:57 -0800 8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
mchung [Tue, 31 Jan 2017 14:47:57 -0800] rev 43340
8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved Reviewed-by: ksrini, henryjen
Tue, 31 Jan 2017 21:33:54 +0000 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
rasbold [Tue, 31 Jan 2017 21:33:54 +0000] rev 43339
8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java Summary: Corrected the problem in OutputFeedback class Reviewed-by: valeriep Contributed-by: rasbold@google.com
Tue, 31 Jan 2017 13:18:34 -0800 8173423: Wrong display name for supplemental Japanese era
naoto [Tue, 31 Jan 2017 13:18:34 -0800] rev 43338
8173423: Wrong display name for supplemental Japanese era Reviewed-by: sherman
Mon, 30 Jan 2017 14:38:08 -0800 8172365: Provide a better migration path for ResourceBundleControlProvider
naoto [Mon, 30 Jan 2017 14:38:08 -0800] rev 43337
8172365: Provide a better migration path for ResourceBundleControlProvider Reviewed-by: mchung
Mon, 30 Jan 2017 11:00:18 -0800 8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
mchung [Mon, 30 Jan 2017 11:00:18 -0800] rev 43336
8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules Reviewed-by: alanb
Mon, 30 Jan 2017 13:11:56 +0300 8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
skovalev [Mon, 30 Jan 2017 13:11:56 +0300] rev 43335
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available" Reviewed-by: xuelei
Mon, 30 Jan 2017 16:33:20 +0100 8173634: libjli/cmdtoargs.c does not compile with VS2010
clanger [Mon, 30 Jan 2017 16:33:20 +0100] rev 43334
8173634: libjli/cmdtoargs.c does not compile with VS2010 Reviewed-by: rriggs
Mon, 30 Jan 2017 13:14:09 +0100 8166535: jshell tool: cannot handle non-ascii characters
jlahoda [Mon, 30 Jan 2017 13:14:09 +0100] rev 43333
8166535: jshell tool: cannot handle non-ascii characters Summary: Using a more appropriate native method to read from the console. Reviewed-by: rfield
Mon, 30 Jan 2017 09:09:34 +0100 8081694: Remove DISABLED_WARNINGS_gcc for libsctp
ihse [Mon, 30 Jan 2017 09:09:34 +0100] rev 43332
8081694: Remove DISABLED_WARNINGS_gcc for libsctp Reviewed-by: erikj
Sat, 28 Jan 2017 20:51:28 -0800 8173396: Error message issue with jar tool API validator
sherman [Sat, 28 Jan 2017 20:51:28 -0800] rev 43331
8173396: Error message issue with jar tool API validator Reviewed-by: psandoz, mchung
Fri, 27 Jan 2017 13:10:27 -0800 8172309: classpath wildcards code does not support --class-path
henryjen [Fri, 27 Jan 2017 13:10:27 -0800] rev 43330
8172309: classpath wildcards code does not support --class-path Reviewed-by: ksrini
Fri, 27 Jan 2017 16:27:52 +0000 8170116: Remove qualified exports from java.base to java.corba
prappo [Fri, 27 Jan 2017 16:27:52 +0000] rev 43329
8170116: Remove qualified exports from java.base to java.corba Reviewed-by: dfuchs, alanb, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Fri, 27 Jan 2017 19:07:45 +0530 8172864: Remove custom plugin module path
sundar [Fri, 27 Jan 2017 19:07:45 +0530] rev 43328
8172864: Remove custom plugin module path Reviewed-by: alanb, jlaskey
Thu, 26 Jan 2017 23:11:37 +0000 Merge
valeriep [Thu, 26 Jan 2017 23:11:37 +0000] rev 43327
Merge
Thu, 26 Jan 2017 22:56:02 +0000 8062731: Cipher object can be created without calling Cipher.getInstance
valeriep [Thu, 26 Jan 2017 22:56:02 +0000] rev 43326
8062731: Cipher object can be created without calling Cipher.getInstance Summary: Fixed the check in JCE so that only trusted providers can extend Cipher class Reviewed-by: wetmore
Wed, 25 Jan 2017 12:52:40 -0800 8170832: Add a new launcher environment variable JAVA_OPTIONS
henryjen [Wed, 25 Jan 2017 12:52:40 -0800] rev 43325
8170832: Add a new launcher environment variable JAVA_OPTIONS Reviewed-by: mchung, ksrini
Thu, 26 Jan 2017 21:21:16 +0000 Merge
lana [Thu, 26 Jan 2017 21:21:16 +0000] rev 43324
Merge
Thu, 26 Jan 2017 08:36:27 -0800 Merge
prr [Thu, 26 Jan 2017 08:36:27 -0800] rev 43323
Merge
Tue, 24 Jan 2017 11:37:32 +0300 8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
alexsch [Tue, 24 Jan 2017 11:37:32 +0300] rev 43322
8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation Reviewed-by: prr, serb
Mon, 23 Jan 2017 11:59:48 -0800 8167228: Update to libpng 1.6.28
prr [Mon, 23 Jan 2017 11:59:48 -0800] rev 43321
8167228: Update to libpng 1.6.28 Reviewed-by: serb, azvegint
Mon, 23 Jan 2017 10:27:58 -0800 Merge
prr [Mon, 23 Jan 2017 10:27:58 -0800] rev 43320
Merge
Mon, 23 Jan 2017 19:58:06 +0300 8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
alitvinov [Mon, 23 Jan 2017 19:58:06 +0300] rev 43319
8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted Reviewed-by: serb, amenkov
Fri, 20 Jan 2017 16:03:08 -0800 8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c
prr [Fri, 20 Jan 2017 16:03:08 -0800] rev 43318
8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c Reviewed-by: prr, arapte Contributed-by: David Carlier <devnexen@gmail.com>
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip