Wed, 10 Sep 2014 23:14:13 +0000 Merge
jmasa [Wed, 10 Sep 2014 23:14:13 +0000] rev 26575
Merge
Mon, 08 Sep 2014 17:47:43 +0200 8057722: G1: Code root hashtable updated incorrectly when evacuation failed
mgerdin [Mon, 08 Sep 2014 17:47:43 +0200] rev 26574
8057722: G1: Code root hashtable updated incorrectly when evacuation failed Reviewed-by: brutisso, jwilhelm
Tue, 09 Sep 2014 13:55:38 +0200 8057918: Update out-dated ignore tags in GC jtreg tests
stefank [Tue, 09 Sep 2014 13:55:38 +0200] rev 26573
8057918: Update out-dated ignore tags in GC jtreg tests Reviewed-by: ehelin, tschatzl
Tue, 09 Sep 2014 14:27:10 +0200 8057910: G1: BOT verification should not pass top
brutisso [Tue, 09 Sep 2014 14:27:10 +0200] rev 26572
8057910: G1: BOT verification should not pass top Reviewed-by: stefank, tschatzl
Mon, 08 Sep 2014 10:41:06 +0200 8025564: gc/memory/UniThread/Linear1 times out during heap verification
brutisso [Mon, 08 Sep 2014 10:41:06 +0200] rev 26571
8025564: gc/memory/UniThread/Linear1 times out during heap verification Reviewed-by: stefank, tschatzl
Tue, 09 Sep 2014 18:56:24 +0000 Merge
minqi [Tue, 09 Sep 2014 18:56:24 +0000] rev 26570
Merge
Mon, 08 Sep 2014 22:48:09 -0700 8056930: Output host info under some condition for core dump
minqi [Mon, 08 Sep 2014 22:48:09 -0700] rev 26569
8056930: Output host info under some condition for core dump Summary: Output host name after java crashed for debug version. Reviewed-by: dholmes, ccheung Contributed-by: yumin.qi@oracle.com
Tue, 09 Sep 2014 09:48:42 -0700 8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
gtriantafill [Tue, 09 Sep 2014 09:48:42 -0700] rev 26568
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking Reviewed-by: ctornqvi, lfoltan
Mon, 08 Sep 2014 23:49:39 +0400 8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build
igerasim [Mon, 08 Sep 2014 23:49:39 +0400] rev 26567
8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build Reviewed-by: dholmes, mseledtsov
Mon, 08 Sep 2014 11:14:41 -0400 8057696: java -version triggers assertion for slowdebug zero builds
coleenp [Mon, 08 Sep 2014 11:14:41 -0400] rev 26566
8057696: java -version triggers assertion for slowdebug zero builds Summary: The change as introduced with JDK-8003426 removed some zero code in cppInterpreter_zero.cpp which called generate_normal_entry() in that same file with a value of synchronized == false unconditionally. However, since the new code calls generate_normal_entry() with either true or false, the assertion in this method is no longer valid. Reviewed-by: coleenp Contributed-by: sgehwolf@redhat.com
Thu, 28 Aug 2014 11:59:04 +0200 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj [Thu, 28 Aug 2014 11:59:04 +0200] rev 26565
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure Reviewed-by: dholmes, ihse, dcubed
Fri, 05 Sep 2014 15:53:02 -0700 Merge
iklam [Fri, 05 Sep 2014 15:53:02 -0700] rev 26564
Merge
Fri, 05 Sep 2014 08:08:51 -0400 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
coleenp [Fri, 05 Sep 2014 08:08:51 -0400] rev 26563
8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Summary: Revert two small changes from the previous-versions cleanup with marking code cache. Reviewed-by: kvn, dcubed
Thu, 04 Sep 2014 14:58:58 -0400 Merge
zgu [Thu, 04 Sep 2014 14:58:58 -0400] rev 26562
Merge
Thu, 04 Sep 2014 14:50:31 -0400 8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
zgu [Thu, 04 Sep 2014 14:50:31 -0400] rev 26561
8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead Summary: Return NULL if memory allocation size is bigger than MAX_MALLOC_SIZE when NMT is on Reviewed-by: coleenp, gtriantafill
Thu, 04 Sep 2014 04:17:32 -0700 8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending'
dsamersoff [Thu, 04 Sep 2014 04:17:32 -0700] rev 26560
8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending' Summary: added missed exceptions checks Reviewed-by: sla, sspitsyn
Thu, 04 Sep 2014 08:48:53 +0200 Merge
sla [Thu, 04 Sep 2014 08:48:53 +0200] rev 26559
Merge
Wed, 03 Sep 2014 19:13:18 -0400 8055008: Clean up code that saves the previous versions of redefined classes
coleenp [Wed, 03 Sep 2014 19:13:18 -0400] rev 26558
8055008: Clean up code that saves the previous versions of redefined classes Summary: Use scratch_class to find EMCP methods for breakpoints if the old methods are still running. Reviewed-by: dcubed, sspitsyn
Wed, 03 Sep 2014 14:43:49 +0200 8056242: Add function to return structured information about loaded libraries.
sla [Wed, 03 Sep 2014 14:43:49 +0200] rev 26557
8056242: Add function to return structured information about loaded libraries. Summary: Return structured information about loaded libraries. Reviewed-by: sla, dsamersoff Contributed-by: fredrik.arvidsson@oracle.com
Tue, 02 Sep 2014 21:27:08 -0400 8046210: Missing memory barrier when reading init_lock
dholmes [Tue, 02 Sep 2014 21:27:08 -0400] rev 26556
8046210: Missing memory barrier when reading init_lock Reviewed-by: fparain, dcubed, mdoerr Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Wed, 17 Sep 2014 22:55:51 -0700 Added tag jdk9-b31 for changeset 8d0d35462d9b
katleman [Wed, 17 Sep 2014 22:55:51 -0700] rev 26555
Added tag jdk9-b31 for changeset 8d0d35462d9b
Thu, 18 Sep 2014 13:26:57 -0700 Merge
lana [Thu, 18 Sep 2014 13:26:57 -0700] rev 26554
Merge
Wed, 17 Sep 2014 13:55:36 +0800 8056141: Move com.sun.security.jgss into a new module
weijun [Wed, 17 Sep 2014 13:55:36 +0800] rev 26553
8056141: Move com.sun.security.jgss into a new module Reviewed-by: alanb, chegar, mchung
Tue, 16 Sep 2014 08:04:59 -0700 Merge
amurillo [Tue, 16 Sep 2014 08:04:59 -0700] rev 26552
Merge
Sat, 13 Sep 2014 14:26:36 -0700 Merge
amurillo [Sat, 13 Sep 2014 14:26:36 -0700] rev 26551
Merge
Fri, 12 Sep 2014 13:59:08 -0700 Merge
amurillo [Fri, 12 Sep 2014 13:59:08 -0700] rev 26550
Merge
Thu, 28 Aug 2014 11:58:49 +0200 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj [Thu, 28 Aug 2014 11:58:49 +0200] rev 26549
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure Reviewed-by: dholmes, ihse, dcubed
Tue, 16 Sep 2014 12:08:04 +0200 8058118: Generate modules.list during the build
erikj [Tue, 16 Sep 2014 12:08:04 +0200] rev 26548
8058118: Generate modules.list during the build Reviewed-by: alanb, ihse, tbell, mchung
Mon, 15 Sep 2014 12:23:32 -0700 8058367: Add verify-modules target to the default and images target
mchung [Mon, 15 Sep 2014 12:23:32 -0700] rev 26547
8058367: Add verify-modules target to the default and images target Reviewed-by: alanb, erikj, ihse, prr
Mon, 15 Sep 2014 16:30:08 +0200 8058317: Top-level Makefiles uses deprecated target jvmg in HotSpot Makefiles
ehelin [Mon, 15 Sep 2014 16:30:08 +0200] rev 26546
8058317: Top-level Makefiles uses deprecated target jvmg in HotSpot Makefiles Reviewed-by: erikj, tbell
Fri, 12 Sep 2014 17:46:05 -0400 8058366: Export sun.misc to java.sql
lancea [Fri, 12 Sep 2014 17:46:05 -0400] rev 26545
8058366: Export sun.misc to java.sql Reviewed-by: mchung
Wed, 17 Sep 2014 22:55:49 -0700 Added tag jdk9-b31 for changeset 2b84f4818a54
katleman [Wed, 17 Sep 2014 22:55:49 -0700] rev 26544
Added tag jdk9-b31 for changeset 2b84f4818a54
Wed, 05 Jul 2017 20:01:05 +0200 Added tag jdk9-b31 for changeset 9d0e6639a4d7
duke [Wed, 05 Jul 2017 20:01:05 +0200] rev 26543
Added tag jdk9-b31 for changeset 9d0e6639a4d7
Wed, 05 Jul 2017 20:01:04 +0200 Merge jdk9-b31
duke [Wed, 05 Jul 2017 20:01:04 +0200] rev 26542
Merge
Wed, 05 Jul 2017 20:00:59 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:59 +0200] rev 26541
Merge
Thu, 11 Sep 2014 14:29:01 -0700 Merge
lana [Thu, 11 Sep 2014 14:29:01 -0700] rev 26540
Merge
Thu, 11 Sep 2014 12:18:01 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:01 -0700] rev 26539
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Wed, 10 Sep 2014 19:38:20 -0700 Merge
lana [Wed, 10 Sep 2014 19:38:20 -0700] rev 26538
Merge
Tue, 09 Sep 2014 10:43:06 -0700 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
vromero [Tue, 09 Sep 2014 10:43:06 -0700] rev 26537
8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class Reviewed-by: mcimadamore, jjg, jlahoda
Tue, 09 Sep 2014 12:16:25 -0400 8054210: NullPointerException when compiling specific code.
pgovereau [Tue, 09 Sep 2014 12:16:25 -0400] rev 26536
8054210: NullPointerException when compiling specific code. Reviewed-by: vromero, jlahoda
Tue, 09 Sep 2014 11:55:47 -0400 8055500: fix for 8030046 is incorrect
pgovereau [Tue, 09 Sep 2014 11:55:47 -0400] rev 26535
8055500: fix for 8030046 is incorrect Reviewed-by: jjg, ksrini
Mon, 08 Sep 2014 15:51:29 +0200 8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java
jlahoda [Mon, 08 Sep 2014 15:51:29 +0200] rev 26534
8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java Summary: Removing javac/NoClass test, as it is superseded by javac/importChecks/InvalidImportsNoClasses.java Reviewed-by: jfranck
Mon, 08 Sep 2014 14:16:33 +0100 8055514: Wrong, confusing error when non-static varargs referenced in static context
mcimadamore [Mon, 08 Sep 2014 14:16:33 +0100] rev 26533
8055514: Wrong, confusing error when non-static varargs referenced in static context Summary: Improved heuristics in MethodResolutionPhase.mergeResults() Reviewed-by: vromero
Mon, 08 Sep 2014 13:11:28 +0200 8056021: checkin for JDK-8027262 breaks Checker Framework
jfranck [Mon, 08 Sep 2014 13:11:28 +0200] rev 26532
8056021: checkin for JDK-8027262 breaks Checker Framework Reviewed-by: jjg, mcimadamore
Mon, 08 Sep 2014 10:50:59 +0200 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
jlahoda [Mon, 08 Sep 2014 10:50:59 +0200] rev 26531
8056984: Exception in compiler: java.lang.AssertionError: isSubClass T Summary: Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed. Reviewed-by: mcimadamore, vromero
Mon, 08 Sep 2014 10:48:18 +0200 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
jlahoda [Mon, 08 Sep 2014 10:48:18 +0200] rev 26530
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position Summary: When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type. Reviewed-by: mcimadamore, vromero
Fri, 05 Sep 2014 16:51:39 -0700 8055079: Group 9c: golden files for tests in tools/javac dir
sogoel [Fri, 05 Sep 2014 16:51:39 -0700] rev 26529
8055079: Group 9c: golden files for tests in tools/javac dir Reviewed-by: jjg
Fri, 05 Sep 2014 16:43:00 -0700 8055075: Group 9b: golden files for tests in tools/javac dir
sogoel [Fri, 05 Sep 2014 16:43:00 -0700] rev 26528
8055075: Group 9b: golden files for tests in tools/javac dir Reviewed-by: jjg
Thu, 04 Sep 2014 16:52:40 -0700 8055996: Remove @ignore from tools/javac/T6725036.java
sogoel [Thu, 04 Sep 2014 16:52:40 -0700] rev 26527
8055996: Remove @ignore from tools/javac/T6725036.java Reviewed-by: jjg
Thu, 11 Sep 2014 09:09:00 -0700 Added tag jdk9-b30 for changeset 290847867ded
katleman [Thu, 11 Sep 2014 09:09:00 -0700] rev 26526
Added tag jdk9-b30 for changeset 290847867ded
Wed, 05 Jul 2017 20:00:52 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:52 +0200] rev 26525
Merge
Thu, 11 Sep 2014 14:29:56 -0700 Merge
lana [Thu, 11 Sep 2014 14:29:56 -0700] rev 26524
Merge
Thu, 11 Sep 2014 12:18:00 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:00 -0700] rev 26523
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Thu, 11 Sep 2014 09:08:55 -0700 Added tag jdk9-b30 for changeset a9217d0687d5
katleman [Thu, 11 Sep 2014 09:08:55 -0700] rev 26522
Added tag jdk9-b30 for changeset a9217d0687d5
Wed, 05 Jul 2017 20:00:48 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:48 +0200] rev 26521
Merge
Thu, 11 Sep 2014 14:28:19 -0700 Merge
lana [Thu, 11 Sep 2014 14:28:19 -0700] rev 26520
Merge
Thu, 11 Sep 2014 12:17:59 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:17:59 -0700] rev 26519
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Wed, 10 Sep 2014 19:38:08 -0700 Merge
lana [Wed, 10 Sep 2014 19:38:08 -0700] rev 26518
Merge
Wed, 10 Sep 2014 15:17:48 -0700 8058175: [XML 1.0/1.1] - Attribute values with supplemental characters are being corrupted.
martin [Wed, 10 Sep 2014 15:17:48 -0700] rev 26517
8058175: [XML 1.0/1.1] - Attribute values with supplemental characters are being corrupted. Reviewed-by: joehw
Fri, 05 Sep 2014 14:04:22 -0700 8056202: Xerces Update: Catalog Resolver
joehw [Fri, 05 Sep 2014 14:04:22 -0700] rev 26516
8056202: Xerces Update: Catalog Resolver Reviewed-by: lancea
Thu, 11 Sep 2014 09:08:51 -0700 Added tag jdk9-b30 for changeset bbce32388a2d
katleman [Thu, 11 Sep 2014 09:08:51 -0700] rev 26515
Added tag jdk9-b30 for changeset bbce32388a2d
Wed, 05 Jul 2017 20:00:43 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:43 +0200] rev 26514
Merge
Thu, 11 Sep 2014 14:30:00 -0700 Merge
lana [Thu, 11 Sep 2014 14:30:00 -0700] rev 26513
Merge
Thu, 11 Sep 2014 12:18:02 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:02 -0700] rev 26512
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Thu, 11 Sep 2014 17:23:02 +0200 8058179: Global constants get in the way of self-modifying properties
hannesw [Thu, 11 Sep 2014 17:23:02 +0200] rev 26511
8058179: Global constants get in the way of self-modifying properties Reviewed-by: attila, jlaskey, sundar, lagergren
Thu, 11 Sep 2014 17:12:38 +0200 8058100: Reduce the RecompilableScriptFunctionData footprint
attila [Thu, 11 Sep 2014 17:12:38 +0200] rev 26510
8058100: Reduce the RecompilableScriptFunctionData footprint Reviewed-by: jlaskey, lagergren
Wed, 10 Sep 2014 19:37:52 -0700 Merge
lana [Wed, 10 Sep 2014 19:37:52 -0700] rev 26509
Merge
Wed, 10 Sep 2014 15:19:26 +0200 8057021: UserAccessorProperty guards fail with multiple globals
hannesw [Wed, 10 Sep 2014 15:19:26 +0200] rev 26508
8057021: UserAccessorProperty guards fail with multiple globals Reviewed-by: attila, lagergren
Wed, 10 Sep 2014 13:08:58 +0200 8034954: Optimistic iteration in for-in and for-each
attila [Wed, 10 Sep 2014 13:08:58 +0200] rev 26507
8034954: Optimistic iteration in for-in and for-each Reviewed-by: hannesw, lagergren
Wed, 10 Sep 2014 12:37:44 +0200 8057703: More empty classes generated by Nashorn
lagergren [Wed, 10 Sep 2014 12:37:44 +0200] rev 26506
8057703: More empty classes generated by Nashorn Reviewed-by: attila, sundar
Tue, 09 Sep 2014 15:34:14 +0200 8057931: Instead of not skipping small functions in parser, make lexer avoid them instead
attila [Tue, 09 Sep 2014 15:34:14 +0200] rev 26505
8057931: Instead of not skipping small functions in parser, make lexer avoid them instead Reviewed-by: hannesw, sundar
Tue, 09 Sep 2014 15:33:58 +0200 8057930: remove eval ID
attila [Tue, 09 Sep 2014 15:33:58 +0200] rev 26504
8057930: remove eval ID Reviewed-by: hannesw, sundar
Mon, 08 Sep 2014 18:40:58 +0200 8057148: Skip nested functions on reparse
attila [Mon, 08 Sep 2014 18:40:58 +0200] rev 26503
8057148: Skip nested functions on reparse Reviewed-by: hannesw, lagergren
Mon, 08 Sep 2014 15:37:50 +0400 8057678: Tests for let and const keywords in Nashorn
yan [Mon, 08 Sep 2014 15:37:50 +0400] rev 26502
8057678: Tests for let and const keywords in Nashorn Reviewed-by: hannesw, lagergren Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Mon, 08 Sep 2014 15:51:27 +0530 8057742: ant clean test should not fail if one or more external test suites are missing
sundar [Mon, 08 Sep 2014 15:51:27 +0530] rev 26501
8057742: ant clean test should not fail if one or more external test suites are missing Reviewed-by: lagergren, hannesw
Fri, 05 Sep 2014 16:28:17 +0200 8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation
lagergren [Fri, 05 Sep 2014 16:28:17 +0200] rev 26500
8057588: Lots of trivial (empty) classes were generated by the Nashorn compiler as part of restOf-method generation Reviewed-by: attila, sundar, hannesw
Fri, 05 Sep 2014 16:28:02 +0200 8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag
lagergren [Fri, 05 Sep 2014 16:28:02 +0200] rev 26499
8057611: Nashorn did not dump the JOx classes to disk when running with the -d flag Reviewed-by: attila, sundar, hannesw
Thu, 11 Sep 2014 09:09:02 -0700 Added tag jdk9-b30 for changeset 00bb2442d1d6
katleman [Thu, 11 Sep 2014 09:09:02 -0700] rev 26498
Added tag jdk9-b30 for changeset 00bb2442d1d6
Wed, 05 Jul 2017 20:00:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:37 +0200] rev 26497
Merge
Thu, 11 Sep 2014 14:28:13 -0700 Merge
lana [Thu, 11 Sep 2014 14:28:13 -0700] rev 26496
Merge
Thu, 11 Sep 2014 12:17:58 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:17:58 -0700] rev 26495
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Thu, 11 Sep 2014 09:08:40 -0700 Added tag jdk9-b30 for changeset 10aa2df75c46
katleman [Thu, 11 Sep 2014 09:08:40 -0700] rev 26494
Added tag jdk9-b30 for changeset 10aa2df75c46
Wed, 05 Jul 2017 20:00:32 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:32 +0200] rev 26493
Merge
Thu, 11 Sep 2014 14:29:21 -0700 Merge
lana [Thu, 11 Sep 2014 14:29:21 -0700] rev 26492
Merge
Thu, 11 Sep 2014 17:00:08 -0400 8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests
lancea [Thu, 11 Sep 2014 17:00:08 -0400] rev 26491
8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests Reviewed-by: redestad, joehw
Thu, 11 Sep 2014 12:18:06 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:06 -0700] rev 26490
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Thu, 11 Sep 2014 17:06:35 +0000 8039898: sunpkcs11-solaris.cfg should be in solaris specific directory
valeriep [Thu, 11 Sep 2014 17:06:35 +0000] rev 26489
8039898: sunpkcs11-solaris.cfg should be in solaris specific directory Summary: Move from src/java.base/share/conf/security/ to src/jdk.crypto.pkcs11/solaris/conf/security Reviewed-by: erikj, ihse
Thu, 11 Sep 2014 08:01:33 -0700 8057746: Cannot handle JdpException in JMX agent initialization.
dsamersoff [Thu, 11 Sep 2014 08:01:33 -0700] rev 26488
8057746: Cannot handle JdpException in JMX agent initialization. Summary: Add special handling for JdpException Reviewed-by: jbachorik Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
Thu, 11 Sep 2014 15:51:46 +0100 8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
michaelm [Thu, 11 Sep 2014 15:51:46 +0100] rev 26487
8057936: java.net.URLClassLoader.findClass uses exceptions in control flow Reviewed-by: alanb, chegar, dholmes, mr Contributed-by: claes.redestad@oracle.com
Thu, 11 Sep 2014 06:21:10 -0700 8057556: JDP should better handle non-active interfaces
dsamersoff [Thu, 11 Sep 2014 06:21:10 -0700] rev 26486
8057556: JDP should better handle non-active interfaces Summary: skip interface if it's not up or doesn't have IP address Reviewed-by: jbachorik Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
Thu, 11 Sep 2014 15:13:37 +0400 8057747: Several test failing after update to tzdata2014g
aefimov [Thu, 11 Sep 2014 15:13:37 +0400] rev 26485
8057747: Several test failing after update to tzdata2014g Reviewed-by: alanb
Thu, 11 Sep 2014 12:54:02 +0200 8058089: api/javax_management/loading/MLetArgsSupport.html\#MLetArgsSupportTest0001 fails because of java.lang.IllegalArgumentException (argument type mismatch)
jbachorik [Thu, 11 Sep 2014 12:54:02 +0200] rev 26484
8058089: api/javax_management/loading/MLetArgsSupport.html\#MLetArgsSupportTest0001 fails because of java.lang.IllegalArgumentException (argument type mismatch) Reviewed-by: dfuchs
Wed, 10 Sep 2014 19:37:23 -0700 Merge
lana [Wed, 10 Sep 2014 19:37:23 -0700] rev 26483
Merge
Wed, 10 Sep 2014 19:19:52 +0400 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
vlivanov [Wed, 10 Sep 2014 19:19:52 +0400] rev 26482
8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:52 +0400 8057042: LambdaFormEditor: derive new LFs from a base LF
vlivanov [Wed, 10 Sep 2014 19:19:52 +0400] rev 26481
8057042: LambdaFormEditor: derive new LFs from a base LF Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:52 +0400 8056926: Improve caching of GuardWithTest combinator
vlivanov [Wed, 10 Sep 2014 19:19:52 +0400] rev 26480
8056926: Improve caching of GuardWithTest combinator Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:51 +0400 8057657: Annotate LambdaForm parameters with types
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26479
8057657: Annotate LambdaForm parameters with types Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:51 +0400 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26478
8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:51 +0400 8057654: Extract checks performed during MethodHandle construction into separate methods
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26477
8057654: Extract checks performed during MethodHandle construction into separate methods Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050887: Intrinsify constants for default values
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26476
8050887: Intrinsify constants for default values Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050884: Intrinsify ValueConversions.identity() functions
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26475
8050884: Intrinsify ValueConversions.identity() functions Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26474
8050877: Improve code for pairwise argument conversions and value boxing/unboxing Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050200: Make LambdaForm intrinsics detection more robust
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26473
8050200: Make LambdaForm intrinsics detection more robust Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050057: Improve caching of MethodHandle reinvokers
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26472
8050057: Improve caching of MethodHandle reinvokers Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26471
8050174: Support overriding of isInvokeSpecial flag in WrappedMember Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26470
8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm) Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:48 +0400 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26469
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:48 +0400 8050053: Improve caching of different invokers
vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26468
8050053: Improve caching of different invokers Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:47 +0400 8050052: Small cleanups in java.lang.invoke code
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26467
8050052: Small cleanups in java.lang.invoke code Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:47 +0400 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26466
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke Reviewed-by: psandoz, iignatyev
Wed, 10 Sep 2014 19:19:47 +0400 8038261: JSR292: cache and reuse typed array accessors
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26465
8038261: JSR292: cache and reuse typed array accessors Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:46 +0400 8037209: Improvements and cleanups to bytecode assembly for lambda forms
vlivanov [Wed, 10 Sep 2014 19:19:46 +0400] rev 26464
8037209: Improvements and cleanups to bytecode assembly for lambda forms Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 16:14:14 +0100 8057813: Alterations to jdk_security3 test target
coffeys [Wed, 10 Sep 2014 16:14:14 +0100] rev 26463
8057813: Alterations to jdk_security3 test target Reviewed-by: mullan, wetmore, xuelei
Wed, 10 Sep 2014 13:51:17 +0100 8055251: Re-examine Integer.parseInt and Long.parseLong methods
alanb [Wed, 10 Sep 2014 13:51:17 +0100] rev 26462
8055251: Re-examine Integer.parseInt and Long.parseLong methods Reviewed-by: alanb Contributed-by: claes.redestad@oracle.com
Wed, 10 Sep 2014 10:37:12 +0200 8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined
sla [Wed, 10 Sep 2014 10:37:12 +0200] rev 26461
8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined Reviewed-by: sla, allwin
Wed, 10 Sep 2014 11:32:31 +0200 8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions
sla [Wed, 10 Sep 2014 11:32:31 +0200] rev 26460
8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions Reviewed-by: alanb, sspitsyn, dsamersoff
Thu, 04 Sep 2014 13:20:27 +0200 8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
stefank [Thu, 04 Sep 2014 13:20:27 +0200] rev 26459
8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608 Reviewed-by: jbachorik, jwilhelm, dfuchs
Tue, 09 Sep 2014 19:02:36 +0400 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
igerasim [Tue, 09 Sep 2014 19:02:36 +0400] rev 26458
7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets Reviewed-by: chegar
Tue, 09 Sep 2014 17:20:26 +0400 8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
kizune [Tue, 09 Sep 2014 17:20:26 +0400] rev 26457
8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp Reviewed-by: ksrini
Tue, 09 Sep 2014 12:04:31 +0200 5043030: (reflect) unnecessary object creation in reflection
jfranck [Tue, 09 Sep 2014 12:04:31 +0200] rev 26456
5043030: (reflect) unnecessary object creation in reflection Summary: Use valueOf() instead of new for primitive wrappers. Reviewed-by: jfranck Contributed-by: Andrej Golovnin <andrej.golovnin@gmail.com>
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip