Mon, 27 May 2013 12:58:42 +0200 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
stefank [Mon, 27 May 2013 12:58:42 +0200] rev 17846
8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge Summary: Combine the calls to StringTable::unlink and StringTable::oops_do in Parallel Scavenge. Reviewed-by: pliden, coleenp
Mon, 27 May 2013 12:56:34 +0200 8015428: Remove unused CDS support from StringTable
stefank [Mon, 27 May 2013 12:56:34 +0200] rev 17845
8015428: Remove unused CDS support from StringTable Summary: The string in StringTable is not used by CDS anymore. Remove the unnecessary code in preparation for 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge Reviewed-by: pliden, tschatzl, coleenp
Mon, 27 May 2013 15:22:59 +0200 8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty
stefank [Mon, 27 May 2013 15:22:59 +0200] rev 17844
8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty Summary: Split SystemDictionary and ClassLoaderDataGraph root processing to help load balancing. Reviewed-by: tschatzl, johnc
Fri, 24 May 2013 14:16:41 +0200 Merge
jwilhelm [Fri, 24 May 2013 14:16:41 +0200] rev 17843
Merge
Wed, 22 May 2013 11:11:47 -0700 8007762: Rename a bunch of methods in size policy across collectors
tamao [Wed, 22 May 2013 11:11:47 -0700] rev 17842
8007762: Rename a bunch of methods in size policy across collectors Summary: Rename: compute_generations_free_space() = compute_eden_space_size() + compute_old_gen_free_space(); update related logging messages Reviewed-by: jmasa, johnc, tschatzl, brutisso Contributed-by: tamao <tao.mao@oracle.com>
Tue, 21 May 2013 16:43:41 -0700 8015007: Incorrect print format in error message for VM cannot allocate the requested heap
tamao [Tue, 21 May 2013 16:43:41 -0700] rev 17841
8015007: Incorrect print format in error message for VM cannot allocate the requested heap Summary: Correct the wrong print format in error message for VM cannot allocate the requested heap; and clean up the error message call in check_alignment() Reviewed-by: brutisso, tschatzl Contributed-by: tamao <tao.mao@oracle.com>
Thu, 30 May 2013 13:19:06 -0400 Merge
jiangli [Thu, 30 May 2013 13:19:06 -0400] rev 17840
Merge
Tue, 28 May 2013 15:24:44 -0400 Merge
jprovino [Tue, 28 May 2013 15:24:44 -0400] rev 17839
Merge
Tue, 28 May 2013 11:32:46 -0400 8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82
jprovino [Tue, 28 May 2013 11:32:46 -0400] rev 17838
8011064: Some tests have failed with SIGSEGV on arm-hflt on build b82 Summary: NMT_detail is only supported when frame pointers are not omitted (-fno-omit-frame-pointer). Reviewed-by: dholmes, cjplummer
Tue, 28 May 2013 11:17:16 -0400 8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
jprovino [Tue, 28 May 2013 11:17:16 -0400] rev 17837
8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release Summary: AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly. Reviewed-by: dholmes, bobv
Tue, 28 May 2013 11:35:57 -0700 Merge
dcubed [Tue, 28 May 2013 11:35:57 -0700] rev 17836
Merge
Tue, 28 May 2013 19:54:18 +0400 8015493: runtime/contended/OopMaps.java fails with OutOfMemory
shade [Tue, 28 May 2013 19:54:18 +0400] rev 17835
8015493: runtime/contended/OopMaps.java fails with OutOfMemory Summary: limit the memory footprint to dodge OutOfMemory errors. Reviewed-by: dcubed, ctornqvi, iignatyev
Tue, 28 May 2013 08:54:55 -0700 Merge
zgu [Tue, 28 May 2013 08:54:55 -0700] rev 17834
Merge
Fri, 24 May 2013 17:19:56 -0700 8015265: revise the fix for 8007037
ccheung [Fri, 24 May 2013 17:19:56 -0700] rev 17833
8015265: revise the fix for 8007037 Reviewed-by: sspitsyn, dholmes, dcubed
Tue, 28 May 2013 15:08:57 +0200 8015329: Print reason for failed MiniDumpWriteDump() call
ctornqvi [Tue, 28 May 2013 15:08:57 +0200] rev 17832
8015329: Print reason for failed MiniDumpWriteDump() call Summary: Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com Reviewed-by: sla, dholmes
Mon, 27 May 2013 12:49:08 -0700 8015270: @Contended: fix multiple issues in the layout code
shade [Mon, 27 May 2013 12:49:08 -0700] rev 17831
8015270: @Contended: fix multiple issues in the layout code Summary: field count handling fixed, has_nonstatic_fields invariant fixed, oop map overrun fixed; new asserts Reviewed-by: kvn, dcubed, coleenp
Fri, 24 May 2013 17:36:12 -0700 8013945: CMS fatal error: must own lock MemberNameTable_lock
sspitsyn [Fri, 24 May 2013 17:36:12 -0700] rev 17830
8013945: CMS fatal error: must own lock MemberNameTable_lock Summary: The "delete mnt" needs to grab MemberNameTable_lock if !SafepointSynchronize::is_at_safepoint() Reviewed-by: sla, mgerdin, dholmes, jmasa Contributed-by: serguei.spitsyn@oracle.com
Fri, 24 May 2013 10:21:12 -0700 Merge
dcubed [Fri, 24 May 2013 10:21:12 -0700] rev 17829
Merge
Thu, 23 May 2013 23:04:33 -0700 8014288: perf regression in nashorn JDK-8008448.js test after 8008511 changes
sspitsyn [Thu, 23 May 2013 23:04:33 -0700] rev 17828
8014288: perf regression in nashorn JDK-8008448.js test after 8008511 changes Summary: The fix of perf regression is to use method_idnum() for direct indexing into NMT Reviewed-by: twisti, kvn, coleenp, dholmes Contributed-by: serguei.spitsyn@oracle.com
Thu, 23 May 2013 17:39:32 +0200 8009576: Test returns ClassNotFoundException
ctornqvi [Thu, 23 May 2013 17:39:32 +0200] rev 17827
8009576: Test returns ClassNotFoundException Summary: Small classpath fix and move tests into open Reviewed-by: mgerdin, zgu
Wed, 22 May 2013 14:37:49 -0400 8003421: NPG: Move oops out of InstanceKlass into mirror
coleenp [Wed, 22 May 2013 14:37:49 -0400] rev 17826
8003421: NPG: Move oops out of InstanceKlass into mirror Summary: Inject protection_domain, signers, init_lock into java_lang_Class Reviewed-by: stefank, dholmes, sla
Tue, 21 May 2013 19:52:01 -0700 Merge
dholmes [Tue, 21 May 2013 19:52:01 -0700] rev 17825
Merge
Tue, 21 May 2013 09:43:23 -0700 8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size'
mikael [Tue, 21 May 2013 09:43:23 -0700] rev 17824
8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size' Summary: Fix regression test to work on all platforms Reviewed-by: ctornqvi, dholmes
Tue, 21 May 2013 16:17:51 -0700 8014059: JSR292: Failed to reject invalid class cplmhl00201m28n
bharadwaj [Tue, 21 May 2013 16:17:51 -0700] rev 17823
8014059: JSR292: Failed to reject invalid class cplmhl00201m28n Summary: Restrict reference of interface methods by invokestatic and invokespecial to classfile version 52 or later. Reviewed-by: kvn, hseigel
Fri, 24 May 2013 09:35:10 -0700 8015305: new hotspot build - hs25-b35
amurillo [Fri, 24 May 2013 09:35:10 -0700] rev 17822
8015305: new hotspot build - hs25-b35 Reviewed-by: jcoomes
Thu, 06 Jun 2013 09:54:16 -0700 Added tag jdk8-b93 for changeset 2b7343cbcbbf
katleman [Thu, 06 Jun 2013 09:54:16 -0700] rev 17821
Added tag jdk8-b93 for changeset 2b7343cbcbbf
Wed, 12 Jun 2013 10:33:04 +0200 Merge
erikj [Wed, 12 Jun 2013 10:33:04 +0200] rev 17820
Merge
Tue, 11 Jun 2013 13:25:21 +0200 8010785: JDK 8 build on Linux fails with new build mechanism
erikj [Tue, 11 Jun 2013 13:25:21 +0200] rev 17819
8010785: JDK 8 build on Linux fails with new build mechanism Reviewed-by: dholmes, tbell
Tue, 11 Jun 2013 13:08:02 +0200 8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd
erikj [Tue, 11 Jun 2013 13:08:02 +0200] rev 17818
8008707: build-infra: Closed (deploy) can't be built using environment from SDK SetEnv.cmd Reviewed-by: tbell
Thu, 06 Jun 2013 09:54:03 -0700 Added tag jdk8-b93 for changeset 2567cad1138a
katleman [Thu, 06 Jun 2013 09:54:03 -0700] rev 17817
Added tag jdk8-b93 for changeset 2567cad1138a
Wed, 05 Jul 2017 18:58:01 +0200 Added tag jdk8-b93 for changeset b72ae39e1329
duke [Wed, 05 Jul 2017 18:58:01 +0200] rev 17816
Added tag jdk8-b93 for changeset b72ae39e1329
Wed, 05 Jul 2017 18:58:01 +0200 Merge jdk8-b93
duke [Wed, 05 Jul 2017 18:58:01 +0200] rev 17815
Merge
Wed, 05 Jul 2017 18:57:58 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:58 +0200] rev 17814
Merge
Mon, 03 Jun 2013 23:24:15 -0700 Merge
lana [Mon, 03 Jun 2013 23:24:15 -0700] rev 17813
Merge
Wed, 29 May 2013 16:59:36 -0700 Merge
lana [Wed, 29 May 2013 16:59:36 -0700] rev 17812
Merge
Wed, 29 May 2013 15:34:56 -0700 8015641: genstubs needs to cope with static interface methods
jjg [Wed, 29 May 2013 15:34:56 -0700] rev 17811
8015641: genstubs needs to cope with static interface methods Reviewed-by: ksrini
Wed, 29 May 2013 10:56:29 +0100 7053059: VerifyError with double Assignment using a Generic Member of a Superclass
vromero [Wed, 29 May 2013 10:56:29 +0100] rev 17810
7053059: VerifyError with double Assignment using a Generic Member of a Superclass Reviewed-by: mcimadamore
Tue, 28 May 2013 17:39:41 +0100 8012333: javac, ClassFile should have a read(Path) method
vromero [Tue, 28 May 2013 17:39:41 +0100] rev 17809
8012333: javac, ClassFile should have a read(Path) method Reviewed-by: jjg
Tue, 28 May 2013 12:46:10 +0100 6970173: Debug pointer at bad position
vromero [Tue, 28 May 2013 12:46:10 +0100] rev 17808
6970173: Debug pointer at bad position Reviewed-by: mcimadamore
Mon, 27 May 2013 13:44:14 +0100 7030476: Fix conflicting use of JCTree/JCExpression
vromero [Mon, 27 May 2013 13:44:14 +0100] rev 17807
7030476: Fix conflicting use of JCTree/JCExpression Reviewed-by: mcimadamore
Fri, 24 May 2013 11:26:17 -0700 8014836: Have GenericDeclaration extend AnnotatedElement
darcy [Fri, 24 May 2013 11:26:17 -0700] rev 17806
8014836: Have GenericDeclaration extend AnnotatedElement Reviewed-by: jfranck
Fri, 24 May 2013 15:27:27 +0100 8014494: javac crashes when varargs element of a method reference is inferred from the context
mcimadamore [Fri, 24 May 2013 15:27:27 +0100] rev 17805
8014494: javac crashes when varargs element of a method reference is inferred from the context Summary: varargs element is not refreshed after type-inference Reviewed-by: jjg, vromero
Fri, 24 May 2013 15:27:12 +0100 8014649: Regression: bug in Resolve.resolveOperator
mcimadamore [Fri, 24 May 2013 15:27:12 +0100] rev 17804
8014649: Regression: bug in Resolve.resolveOperator Summary: Missing curly braces causes Resolve.findMethod to be called spuriously Reviewed-by: jjg, vromero
Fri, 24 May 2013 15:26:57 +0100 8014643: Parser regression in JDK 8 when compiling super.x
mcimadamore [Fri, 24 May 2013 15:26:57 +0100] rev 17803
8014643: Parser regression in JDK 8 when compiling super.x Summary: Fixed latent bug in JavacParser.analyzeParens() Reviewed-by: jjg, vromero
Wed, 22 May 2013 13:34:03 -0700 8010680: Clarify "present" and annotation ordering in javax.lang.model
darcy [Wed, 22 May 2013 13:34:03 -0700] rev 17802
8010680: Clarify "present" and annotation ordering in javax.lang.model Reviewed-by: abuckley, jjg
Wed, 22 May 2013 09:59:05 -0700 Merge
lana [Wed, 22 May 2013 09:59:05 -0700] rev 17801
Merge
Tue, 21 May 2013 14:33:09 +0100 7164114: Two jtreg tests are not run due to no file extension on the test files
vromero [Tue, 21 May 2013 14:33:09 +0100] rev 17800
7164114: Two jtreg tests are not run due to no file extension on the test files Reviewed-by: mcimadamore
Tue, 21 May 2013 13:50:56 +0100 8005207: test has 2 @bug tags
vromero [Tue, 21 May 2013 13:50:56 +0100] rev 17799
8005207: test has 2 @bug tags Reviewed-by: mcimadamore
Tue, 21 May 2013 12:17:18 +0100 7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
vromero [Tue, 21 May 2013 12:17:18 +0100] rev 17798
7060779: test/tools/javac/diags/Example.java leaves directories in tempdir Reviewed-by: mcimadamore
Tue, 21 May 2013 11:41:21 +0100 7177168: Redundant array copy in UnsharedNameTable
vromero [Tue, 21 May 2013 11:41:21 +0100] rev 17797
7177168: Redundant array copy in UnsharedNameTable Reviewed-by: mcimadamore
Tue, 21 May 2013 12:00:29 +0200 8013180: Qualified type reference with annotations in throws list crashes compiler
jfranck [Tue, 21 May 2013 12:00:29 +0200] rev 17796
8013180: Qualified type reference with annotations in throws list crashes compiler Reviewed-by: jjg
Fri, 17 May 2013 13:48:41 -0700 6885876: add comments to javac/util/Convert.java
jjg [Fri, 17 May 2013 13:48:41 -0700] rev 17795
6885876: add comments to javac/util/Convert.java Reviewed-by: mduigou
Thu, 30 May 2013 10:58:32 -0700 Added tag jdk8-b92 for changeset fe7926936461
katleman [Thu, 30 May 2013 10:58:32 -0700] rev 17794
Added tag jdk8-b92 for changeset fe7926936461
Wed, 05 Jul 2017 18:57:52 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:52 +0200] rev 17793
Merge
Thu, 30 May 2013 10:58:13 -0700 Added tag jdk8-b92 for changeset 3e02d3c20e99
katleman [Thu, 30 May 2013 10:58:13 -0700] rev 17792
Added tag jdk8-b92 for changeset 3e02d3c20e99
Wed, 05 Jul 2017 18:57:48 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:48 +0200] rev 17791
Merge
Mon, 03 Jun 2013 23:19:23 -0700 Merge
lana [Mon, 03 Jun 2013 23:19:23 -0700] rev 17790
Merge
Wed, 29 May 2013 16:57:42 -0700 Merge
lana [Wed, 29 May 2013 16:57:42 -0700] rev 17789
Merge
Wed, 22 May 2013 09:54:10 -0700 Merge
lana [Wed, 22 May 2013 09:54:10 -0700] rev 17788
Merge
Mon, 20 May 2013 23:46:51 -0700 8012683: Remove unused, obsolete ObjectFactory classes
joehw [Mon, 20 May 2013 23:46:51 -0700] rev 17787
8012683: Remove unused, obsolete ObjectFactory classes Reviewed-by: lancea
Mon, 20 May 2013 16:11:49 -0700 8014891: Redundant setting of external access properties in setFeatures
joehw [Mon, 20 May 2013 16:11:49 -0700] rev 17786
8014891: Redundant setting of external access properties in setFeatures Reviewed-by: lancea
Thu, 30 May 2013 10:58:08 -0700 Added tag jdk8-b92 for changeset d2f0e76ff056
katleman [Thu, 30 May 2013 10:58:08 -0700] rev 17785
Added tag jdk8-b92 for changeset d2f0e76ff056
Wed, 05 Jul 2017 18:57:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:43 +0200] rev 17784
Merge
Mon, 03 Jun 2013 23:24:36 -0700 Merge
lana [Mon, 03 Jun 2013 23:24:36 -0700] rev 17783
Merge
Wed, 29 May 2013 16:59:55 -0700 Merge
lana [Wed, 29 May 2013 16:59:55 -0700] rev 17782
Merge
Wed, 29 May 2013 21:27:10 +0530 8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1
sundar [Wed, 29 May 2013 21:27:10 +0530] rev 17781
8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1 Reviewed-by: lagergren, attila, jlaskey
Wed, 29 May 2013 14:08:00 +0200 8011023: Math round didn't conform to ECMAScript 5 spec
lagergren [Wed, 29 May 2013 14:08:00 +0200] rev 17780
8011023: Math round didn't conform to ECMAScript 5 spec Reviewed-by: jlaskey, attila
Wed, 29 May 2013 15:41:07 +0530 8005979: A lot of tests are named "runTest" in reports
sundar [Wed, 29 May 2013 15:41:07 +0530] rev 17779
8005979: A lot of tests are named "runTest" in reports Reviewed-by: jlaskey
Tue, 28 May 2013 16:37:11 +0530 8015459: Octane test run fails on Turkish locale
sundar [Tue, 28 May 2013 16:37:11 +0530] rev 17778
8015459: Octane test run fails on Turkish locale Reviewed-by: lagergren, attila
Mon, 27 May 2013 17:57:07 +0200 8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
lagergren [Mon, 27 May 2013 17:57:07 +0200] rev 17777
8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino Reviewed-by: sundar, jlaskey
Mon, 27 May 2013 20:41:34 +0530 8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale)
sundar [Mon, 27 May 2013 20:41:34 +0530] rev 17776
8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale) Reviewed-by: jlaskey, lagergren
Mon, 27 May 2013 13:12:11 +0200 Merge
lagergren [Mon, 27 May 2013 13:12:11 +0200] rev 17775
Merge
Mon, 27 May 2013 13:11:13 +0200 8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
lagergren [Mon, 27 May 2013 13:11:13 +0200] rev 17774
8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose Reviewed-by: jlaskey, attila
Mon, 27 May 2013 12:26:39 +0200 8015348: RegExp("[") results in StackOverflowError
hannesw [Mon, 27 May 2013 12:26:39 +0200] rev 17773
8015348: RegExp("[") results in StackOverflowError Reviewed-by: sundar, attila
Fri, 24 May 2013 23:27:52 +0530 8015351: Nashorn shell does not start with Turkish locale
sundar [Fri, 24 May 2013 23:27:52 +0530] rev 17772
8015351: Nashorn shell does not start with Turkish locale Reviewed-by: jlaskey
Fri, 24 May 2013 18:39:25 +0530 8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
sundar [Fri, 24 May 2013 18:39:25 +0530] rev 17771
8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead Reviewed-by: lagergren, hannesw
Fri, 24 May 2013 13:54:18 +0200 8011630: JSON parsing performance issue
hannesw [Fri, 24 May 2013 13:54:18 +0200] rev 17770
8011630: JSON parsing performance issue Reviewed-by: lagergren, sundar
Thu, 23 May 2013 15:51:08 +0200 8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
lagergren [Thu, 23 May 2013 15:51:08 +0200] rev 17769
8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts Reviewed-by: attila, jlaskey
Thu, 23 May 2013 09:49:03 -0300 Merge
jlaskey [Thu, 23 May 2013 09:49:03 -0300] rev 17768
Merge
Thu, 23 May 2013 13:36:49 +0200 8015278: Revert accidental changes to build.xml
attila [Thu, 23 May 2013 13:36:49 +0200] rev 17767
8015278: Revert accidental changes to build.xml Reviewed-by: jlaskey, lagergren
Thu, 23 May 2013 13:10:58 +0200 8012083: Array literal constant folding issue
lagergren [Thu, 23 May 2013 13:10:58 +0200] rev 17766
8012083: Array literal constant folding issue Reviewed-by: attila, jlaskey
Thu, 23 May 2013 12:01:35 +0200 8015267: Allow conversion of JS arrays to Java List/Deque
attila [Thu, 23 May 2013 12:01:35 +0200] rev 17765
8015267: Allow conversion of JS arrays to Java List/Deque Reviewed-by: lagergren, sundar
Wed, 22 May 2013 16:43:48 +0200 8010804: Review long and integer usage conventions
hannesw [Wed, 22 May 2013 16:43:48 +0200] rev 17764
8010804: Review long and integer usage conventions Reviewed-by: jlaskey, sundar
Wed, 22 May 2013 19:33:08 +0530 8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
sundar [Wed, 22 May 2013 19:33:08 +0530] rev 17763
8014735: Typed Array, BYTES_PER_ELEMENT should be a class property Reviewed-by: lagergren, jlaskey
Wed, 22 May 2013 16:39:48 +0530 8008947: ScriptEnvironment ctor should be public
sundar [Wed, 22 May 2013 16:39:48 +0530] rev 17762
8008947: ScriptEnvironment ctor should be public Reviewed-by: lagergren, attila
Tue, 21 May 2013 10:17:09 -0300 8014827: readLine should accept a prompt as an argument
jlaskey [Tue, 21 May 2013 10:17:09 -0300] rev 17761
8014827: readLine should accept a prompt as an argument Reviewed-by: sundar, hannesw Contributed-by: james.laskey@oracle.com
Tue, 21 May 2013 13:40:12 +0200 8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
attila [Tue, 21 May 2013 13:40:12 +0200] rev 17760
8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked Reviewed-by: jlaskey, sundar
Wed, 22 May 2013 09:59:15 -0700 Merge
lana [Wed, 22 May 2013 09:59:15 -0700] rev 17759
Merge
Mon, 20 May 2013 21:25:14 +0200 8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively.
attila [Mon, 20 May 2013 21:25:14 +0200] rev 17758
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively. Reviewed-by: jlaskey, sundar
Mon, 20 May 2013 23:04:01 +0530 8014909: ant test compilation error with JoniTest.java
sundar [Mon, 20 May 2013 23:04:01 +0530] rev 17757
8014909: ant test compilation error with JoniTest.java Reviewed-by: jlaskey
Mon, 20 May 2013 16:38:38 +0200 8006069: Range analysis first iteration, runtime specializations
lagergren [Mon, 20 May 2013 16:38:38 +0200] rev 17756
8006069: Range analysis first iteration, runtime specializations Reviewed-by: jlaskey, sundar
Fri, 17 May 2013 16:44:22 -0300 8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
jlaskey [Fri, 17 May 2013 16:44:22 -0300] rev 17755
8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read") Reviewed-by: jlaskey Contributed-by: konstantin.shefov@oracle.com
Fri, 17 May 2013 16:12:59 -0300 Merge
jlaskey [Fri, 17 May 2013 16:12:59 -0300] rev 17754
Merge
Thu, 16 May 2013 19:52:39 +0200 8012359: Increase code coverage in Joni
hannesw [Thu, 16 May 2013 19:52:39 +0200] rev 17753
8012359: Increase code coverage in Joni Reviewed-by: jlaskey, lagergren
Thu, 16 May 2013 13:44:25 +0200 8013919: Original exception no longer thrown away when a finally rethrows
lagergren [Thu, 16 May 2013 13:44:25 +0200] rev 17752
8013919: Original exception no longer thrown away when a finally rethrows Reviewed-by: jlaskey, sundar
Thu, 16 May 2013 14:52:48 +0530 8009141: Avoid netscape.javascript.JSObject in nashorn code
sundar [Thu, 16 May 2013 14:52:48 +0530] rev 17751
8009141: Avoid netscape.javascript.JSObject in nashorn code Reviewed-by: lagergren, hannesw
Wed, 15 May 2013 20:21:59 +0200 8014647: Allow class-based overrides to be initialized with a ScriptFunction
attila [Wed, 15 May 2013 20:21:59 +0200] rev 17750
8014647: Allow class-based overrides to be initialized with a ScriptFunction Reviewed-by: hannesw, jlaskey, sundar
Wed, 15 May 2013 12:09:38 -0300 8014648: Exclude testing and infrastructure packages from code coverage, round two
jlaskey [Wed, 15 May 2013 12:09:38 -0300] rev 17749
8014648: Exclude testing and infrastructure packages from code coverage, round two Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Wed, 15 May 2013 19:45:16 +0530 8012305: Function.bind can't be called on prototype function inside constructor
sundar [Wed, 15 May 2013 19:45:16 +0530] rev 17748
8012305: Function.bind can't be called on prototype function inside constructor Reviewed-by: lagergren, attila
Wed, 15 May 2013 14:54:28 +0200 8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide
attila [Wed, 15 May 2013 14:54:28 +0200] rev 17747
8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide Reviewed-by: jlaskey, hannesw, lagergren
Wed, 15 May 2013 10:28:18 +0200 8014639: Remove debug flag from test runs
attila [Wed, 15 May 2013 10:28:18 +0200] rev 17746
8014639: Remove debug flag from test runs Reviewed-by: hannesw, lagergren
Tue, 14 May 2013 19:56:35 +0200 8014426: Original exception no longer thrown away when a finally rethrows
lagergren [Tue, 14 May 2013 19:56:35 +0200] rev 17745
8014426: Original exception no longer thrown away when a finally rethrows Reviewed-by: attila, jlaskey
Tue, 14 May 2013 19:18:17 +0200 8011718: binding already bound function with extra arguments fails
attila [Tue, 14 May 2013 19:18:17 +0200] rev 17744
8011718: binding already bound function with extra arguments fails Reviewed-by: jlaskey, sundar
Tue, 14 May 2013 11:16:52 -0300 Merge
jlaskey [Tue, 14 May 2013 11:16:52 -0300] rev 17743
Merge
Tue, 14 May 2013 11:15:12 -0300 8014512: Exclude testing and infrastructure packages from code coverage
jlaskey [Tue, 14 May 2013 11:15:12 -0300] rev 17742
8014512: Exclude testing and infrastructure packages from code coverage Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Thu, 30 May 2013 10:58:35 -0700 Added tag jdk8-b92 for changeset 3ed2867af3bf
katleman [Thu, 30 May 2013 10:58:35 -0700] rev 17741
Added tag jdk8-b92 for changeset 3ed2867af3bf
Wed, 05 Jul 2017 18:57:34 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:34 +0200] rev 17740
Merge
Thu, 30 May 2013 10:57:52 -0700 Added tag jdk8-b92 for changeset 8ada1018118c
katleman [Thu, 30 May 2013 10:57:52 -0700] rev 17739
Added tag jdk8-b92 for changeset 8ada1018118c
Wed, 05 Jul 2017 18:57:31 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:31 +0200] rev 17738
Merge
Wed, 05 Jun 2013 15:25:09 -0700 6983966: remove lzma and upx from repository JDK8
katleman [Wed, 05 Jun 2013 15:25:09 -0700] rev 17737
6983966: remove lzma and upx from repository JDK8 Reviewed-by: tbell, paulk, ngthomas
Tue, 04 Jun 2013 14:11:50 -0700 8015644: makefile changes to allow integration of new features
katleman [Tue, 04 Jun 2013 14:11:50 -0700] rev 17736
8015644: makefile changes to allow integration of new features Reviewed-by: tbell, erikj, dholmes Contributed-by: amy.y.wang@oracle.com
Tue, 04 Jun 2013 11:03:25 -0700 Merge
katleman [Tue, 04 Jun 2013 11:03:25 -0700] rev 17735
Merge
Fri, 31 May 2013 14:05:09 +0200 7195481: FDS: debuginfo file for libjdwp.so is missed
erikj [Fri, 31 May 2013 14:05:09 +0200] rev 17734
7195481: FDS: debuginfo file for libjdwp.so is missed Reviewed-by: tbell
Thu, 30 May 2013 09:29:26 +0200 Merge
erikj [Thu, 30 May 2013 09:29:26 +0200] rev 17733
Merge
Wed, 29 May 2013 14:01:24 +0200 8013489: New build system does not run codesign on SA-related launchers on OS X
erikj [Wed, 29 May 2013 14:01:24 +0200] rev 17732
8013489: New build system does not run codesign on SA-related launchers on OS X Reviewed-by: sla, tbell
Mon, 03 Jun 2013 23:23:20 -0700 Merge
lana [Mon, 03 Jun 2013 23:23:20 -0700] rev 17731
Merge
Wed, 29 May 2013 16:58:42 -0700 Merge
lana [Wed, 29 May 2013 16:58:42 -0700] rev 17730
Merge
Wed, 29 May 2013 14:57:51 +0100 7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
vinnie [Wed, 29 May 2013 14:57:51 +0100] rev 17729
7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate Reviewed-by: xuelei
Wed, 29 May 2013 10:24:11 +0100 8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
alanb [Wed, 29 May 2013 10:24:11 +0100] rev 17728
8014928: (fs) Files.readAllBytes() copies content to new array when content completely read Reviewed-by: martin
Wed, 29 May 2013 09:42:39 +0200 8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
sla [Wed, 29 May 2013 09:42:39 +0200] rev 17727
8015440: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException Summary: Make sure serial gc compacts heap every time Reviewed-by: mchung, brutisso, nloodin
Tue, 28 May 2013 22:22:48 -0700 8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
ewang [Tue, 28 May 2013 22:22:48 -0700] rev 17726
8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently Reviewed-by: dxu, alanb Contributed-by: yiming.wang@oracle.com
Tue, 28 May 2013 18:47:13 -0700 8010815: some constructors issues in com.sun.jndi.toolkit
xuelei [Tue, 28 May 2013 18:47:13 -0700] rev 17725
8010815: some constructors issues in com.sun.jndi.toolkit Reviewed-by: alanb
Tue, 28 May 2013 14:02:49 -0700 6251788: (rb) PropertyResourceBundle doesn't document exceptions
naoto [Tue, 28 May 2013 14:02:49 -0700] rev 17724
6251788: (rb) PropertyResourceBundle doesn't document exceptions Reviewed-by: okutsu
Tue, 28 May 2013 10:42:52 -0700 8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
sherman [Tue, 28 May 2013 10:42:52 -0700] rev 17723
8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method Summary: to make defensive copy for set/get replacement byte array Reviewed-by: martin
Tue, 28 May 2013 16:35:17 +0100 7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
robm [Tue, 28 May 2013 16:35:17 +0100] rev 17722
7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys Reviewed-by: alanb
Tue, 28 May 2013 18:46:39 +0400 8014420: Default JDP address does not match the one assigned by IANA
dsamersoff [Tue, 28 May 2013 18:46:39 +0400] rev 17721
8014420: Default JDP address does not match the one assigned by IANA Summary: JDP protocol defaults changed to IANA assigned values Reviewed-by: dholmes, jbachorik, hirt Contributed-by: fweimer@redhat.com
Tue, 28 May 2013 15:57:45 +0200 8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
jbachorik [Tue, 28 May 2013 15:57:45 +0200] rev 17720
8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows Reviewed-by: chegar, smarks, dfuchs
Mon, 27 May 2013 17:10:32 +0200 6470730: Disconnect button leads to wrong popup message
nloodin [Mon, 27 May 2013 17:10:32 +0200] rev 17719
6470730: Disconnect button leads to wrong popup message Reviewed-by: dcubed, sla, egahlin
Mon, 27 May 2013 15:24:53 +0100 Merge
chegar [Mon, 27 May 2013 15:24:53 +0100] rev 17718
Merge
Mon, 27 May 2013 14:00:26 +0100 8015439: Minor/sync/cleanup of ConcurrentHashMap
chegar [Mon, 27 May 2013 14:00:26 +0100] rev 17717
8015439: Minor/sync/cleanup of ConcurrentHashMap Reviewed-by: chegar Contributed-by: Doug Lea <dl@cs.oswego.edu>, Chris Hegarty <chris.hegarty@oracle.com>
Mon, 27 May 2013 09:41:44 +0200 7038914: VM could throw uncaught OOME in ReferenceHandler thread
plevart [Mon, 27 May 2013 09:41:44 +0200] rev 17716
7038914: VM could throw uncaught OOME in ReferenceHandler thread Summary: Catch OutOfMemoryError in reference handler thread if caused by allocation of an InterruptedException Reviewed-by: dholmes, alanb
Mon, 27 May 2013 15:18:00 +0400 8014394: (fs) WatchService failing when watching \\server\$d
uta [Mon, 27 May 2013 15:18:00 +0400] rev 17715
8014394: (fs) WatchService failing when watching \\server\$d Reviewed-by: alanb
Fri, 24 May 2013 17:01:08 -0700 8007333: [launcher] removes multiple back slashes
ksrini [Fri, 24 May 2013 17:01:08 -0700] rev 17714
8007333: [launcher] removes multiple back slashes Reviewed-by: alanb, akhil
Fri, 24 May 2013 17:15:43 +0800 8014196: ktab creates a file with zero kt_vno
weijun [Fri, 24 May 2013 17:15:43 +0800] rev 17713
8014196: ktab creates a file with zero kt_vno Reviewed-by: valeriep
Thu, 23 May 2013 18:34:15 +0100 8014076: Arrays parallel and serial sorting improvements
dl [Thu, 23 May 2013 18:34:15 +0100] rev 17712
8014076: Arrays parallel and serial sorting improvements Reviewed-by: chegar, mduigou
Thu, 23 May 2013 15:50:37 +0200 8014048: Online user guide of jconsole points incorrect link
nloodin [Thu, 23 May 2013 15:50:37 +0200] rev 17711
8014048: Online user guide of jconsole points incorrect link Reviewed-by: mchung, sla, jbachorik
Wed, 22 May 2013 20:03:45 -0700 8014836: Have GenericDeclaration extend AnnotatedElement
darcy [Wed, 22 May 2013 20:03:45 -0700] rev 17710
8014836: Have GenericDeclaration extend AnnotatedElement Reviewed-by: abuckley, jfranck
Wed, 22 May 2013 20:21:13 -0400 8014814: (str) StringBuffer "null" is not appended
dholmes [Wed, 22 May 2013 20:21:13 -0400] rev 17709
8014814: (str) StringBuffer "null" is not appended Reviewed-by: alanb
Wed, 22 May 2013 16:43:04 -0700 7056126: DateFormatSymbols documentation has incorrect description about DateFormat
naoto [Wed, 22 May 2013 16:43:04 -0700] rev 17708
7056126: DateFormatSymbols documentation has incorrect description about DateFormat 7083668: Sample code in ListResourceBundle is still not correct Reviewed-by: okutsu
Wed, 22 May 2013 12:09:45 -0700 Merge
lana [Wed, 22 May 2013 12:09:45 -0700] rev 17707
Merge
Wed, 22 May 2013 09:57:48 -0700 Merge
lana [Wed, 22 May 2013 09:57:48 -0700] rev 17706
Merge
Wed, 22 May 2013 09:59:37 -0700 8014819: set max size for jtreg testvms
mduigou [Wed, 22 May 2013 09:59:37 -0700] rev 17705
8014819: set max size for jtreg testvms Reviewed-by: alanb, darcy
Wed, 22 May 2013 13:50:53 +0100 8010182: Thread safety of Thread get/setName()
chegar [Wed, 22 May 2013 13:50:53 +0100] rev 17704
8010182: Thread safety of Thread get/setName() Reviewed-by: dholmes, alanb, mduigou
Tue, 21 May 2013 01:50:13 -0700 Merge
yhuang [Tue, 21 May 2013 01:50:13 -0700] rev 17703
Merge
Mon, 20 May 2013 23:03:35 -0700 7074882: Locale data needs correction (Month names for Maltese language)
yhuang [Mon, 20 May 2013 23:03:35 -0700] rev 17702
7074882: Locale data needs correction (Month names for Maltese language) Reviewed-by: naoto
Tue, 21 May 2013 08:53:51 +0100 8014892: More ProblemList.txt updates (5/2013)
alanb [Tue, 21 May 2013 08:53:51 +0100] rev 17701
8014892: More ProblemList.txt updates (5/2013) Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Tue, 21 May 2013 01:17:46 -0400 8014857: Enable ergonomic VM selection in arm/jvm.cfg
dholmes [Tue, 21 May 2013 01:17:46 -0400] rev 17700
8014857: Enable ergonomic VM selection in arm/jvm.cfg Reviewed-by: darcy
Mon, 20 May 2013 11:56:46 -0700 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
sherman [Mon, 20 May 2013 11:56:46 -0700] rev 17699
8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default Summary: to use Files.createTempFile(...) to create the temp file on the same fs as the targeted path. Reviewed-by: alanb, sherman Contributed-by: philippe.marschall@gmail.com
Fri, 17 May 2013 14:41:39 +0200 8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer
plevart [Fri, 17 May 2013 14:41:39 +0200] rev 17698
8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer Reviewed-by: alanb, mduigou, dholmes
Sat, 18 May 2013 18:55:56 -0700 Merge
mduigou [Sat, 18 May 2013 18:55:56 -0700] rev 17697
Merge
Thu, 09 May 2013 14:44:56 -0700 8006884: (fs) Add Files.list, lines and find
henryjen [Thu, 09 May 2013 14:44:56 -0700] rev 17696
8006884: (fs) Add Files.list, lines and find Reviewed-by: briangoetz, mduigou Contributed-by: alan.bateman@oracle.com, henry.jen@oracle.com
Fri, 17 May 2013 10:36:04 -0700 8004015: Additional static and instance utils for functional interfaces.
mduigou [Fri, 17 May 2013 10:36:04 -0700] rev 17695
8004015: Additional static and instance utils for functional interfaces. 8011010: Spec j.u.f.Predicate doesn't specify NPEs thrown by the SE8's Reference Implementation Reviewed-by: briangoetz, dholmes, chegar
Wed, 15 May 2013 10:25:59 +0200 8014133: Spliterator.OfPrimitive
psandoz [Wed, 15 May 2013 10:25:59 +0200] rev 17694
8014133: Spliterator.OfPrimitive Reviewed-by: mduigou, forax Contributed-by: Paul Sandoz <paul.sandoz@oracle.com>, Brian Goetz <brian.goetz@oracle.com>
Wed, 15 May 2013 10:15:28 +0200 8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit
psandoz [Wed, 15 May 2013 10:15:28 +0200] rev 17693
8013334: Spliterator behavior for LinkedList contradicts Spliterator.trySplit Summary: this changeset also contains some minor, non spec, related fixes to tidy up other areas of the JavaDoc. Reviewed-by: plevart, darcy Contributed-by: John Rose <john.r.rose@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Sat, 18 May 2013 10:15:06 +0800 8012261: update policytool to support java.net.HttpURLPermission
weijun [Sat, 18 May 2013 10:15:06 +0800] rev 17692
8012261: update policytool to support java.net.HttpURLPermission Reviewed-by: mullan
Fri, 17 May 2013 12:04:18 -0700 8011136: FileInputStream.available and skip inconsistencies
dxu [Fri, 17 May 2013 12:04:18 -0700] rev 17691
8011136: FileInputStream.available and skip inconsistencies Summary: Correct the behavior of available() and update related java specs for available() and skip() in InputStream and FileInputStream classes. Reviewed-by: alanb
Wed, 29 May 2013 16:56:53 -0700 Merge
lana [Wed, 29 May 2013 16:56:53 -0700] rev 17690
Merge
Wed, 29 May 2013 18:40:02 +0400 8014863: Line break calculations in Java 7 are incorrect.
mcherkas [Wed, 29 May 2013 18:40:02 +0400] rev 17689
8014863: Line break calculations in Java 7 are incorrect. Reviewed-by: alexp, alexsch Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
Wed, 29 May 2013 12:10:49 +0400 8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac
pchelko [Wed, 29 May 2013 12:10:49 +0400] rev 17688
8009911: [macosx] SWT app freeze when going full screen using Java 7 on Mac Reviewed-by: anthony, ksrini
Tue, 28 May 2013 16:38:41 +0400 7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated
anthony [Tue, 28 May 2013 16:38:41 +0400] rev 17687
7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated Summary: Consider the test passed if the system does not support translucency Reviewed-by: art
Tue, 28 May 2013 12:37:46 +0400 8000422: [macosx] Views keep scrolling back to the drag position after DnD
pchelko [Tue, 28 May 2013 12:37:46 +0400] rev 17686
8000422: [macosx] Views keep scrolling back to the drag position after DnD Reviewed-by: serb, anthony
Mon, 27 May 2013 22:31:37 +0400 8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
serb [Mon, 27 May 2013 22:31:37 +0400] rev 17685
8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified Reviewed-by: serb, anthony Contributed-by: alexander.zvegintsev@oracle.com
Mon, 27 May 2013 12:47:18 +0400 8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
vkarnauk [Mon, 27 May 2013 12:47:18 +0400] rev 17684
8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown Reviewed-by: anthony, serb
Fri, 24 May 2013 19:41:09 +0400 8013416: Java Bean Persistence with XMLEncoder
malenkov [Fri, 24 May 2013 19:41:09 +0400] rev 17683
8013416: Java Bean Persistence with XMLEncoder Reviewed-by: alexsch
Fri, 24 May 2013 18:01:22 +0400 8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86
ant [Fri, 24 May 2013 18:01:22 +0400] rev 17682
8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86 Reviewed-by: alexsch
Thu, 23 May 2013 15:52:37 +0400 8014924: JToolTip#setTipText() sometimes (very often) not repaints component.
alexsch [Thu, 23 May 2013 15:52:37 +0400] rev 17681
8014924: JToolTip#setTipText() sometimes (very often) not repaints component. Reviewed-by: serb
Wed, 22 May 2013 17:37:05 -0700 Merge
lana [Wed, 22 May 2013 17:37:05 -0700] rev 17680
Merge
Tue, 21 May 2013 05:02:21 +0400 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux
alitvinov [Tue, 21 May 2013 05:02:21 +0400] rev 17679
8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux Reviewed-by: art, anthony, prr
Tue, 21 May 2013 03:20:27 +0400 7011777: JDK 6 parses html text with script tags within comments differently from previous releases
mcherkas [Tue, 21 May 2013 03:20:27 +0400] rev 17678
7011777: JDK 6 parses html text with script tags within comments differently from previous releases Reviewed-by: alexsch Contributed-by: Dmitry Markov <dmitry.markov@oracle.com>
Wed, 29 May 2013 16:54:48 -0700 Merge
lana [Wed, 29 May 2013 16:54:48 -0700] rev 17677
Merge
Wed, 29 May 2013 09:46:00 -0700 8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
jgodinez [Wed, 29 May 2013 09:46:00 -0700] rev 17676
8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest Reviewed-by: jchen, prr
Wed, 29 May 2013 09:18:55 -0700 7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest.
jgodinez [Wed, 29 May 2013 09:18:55 -0700] rev 17675
7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest. Reviewed-by: bae, prr
Fri, 24 May 2013 09:31:29 -0700 8008535: JDK7 Printing : CJK and Latin Text in a string overlap
prr [Fri, 24 May 2013 09:31:29 -0700] rev 17674
8008535: JDK7 Printing : CJK and Latin Text in a string overlap Reviewed-by: bae, jgodinez
Thu, 23 May 2013 12:16:17 -0700 8012629: java.lang.UnsatisfiedLinkError exception throw by getAllFonts() on MacOSX
jchen [Thu, 23 May 2013 12:16:17 -0700] rev 17673
8012629: java.lang.UnsatisfiedLinkError exception throw by getAllFonts() on MacOSX Reviewed-by: bae, prr
Wed, 22 May 2013 19:35:51 -0700 Merge
lana [Wed, 22 May 2013 19:35:51 -0700] rev 17672
Merge
Fri, 17 May 2013 10:04:39 -0700 8003444: Fix potential NULL pointer dereference
jchen [Fri, 17 May 2013 10:04:39 -0700] rev 17671
8003444: Fix potential NULL pointer dereference Reviewed-by: jgodinez, prr
Thu, 30 May 2013 10:58:21 -0700 Added tag jdk8-b92 for changeset 874119ae66c4
katleman [Thu, 30 May 2013 10:58:21 -0700] rev 17670
Added tag jdk8-b92 for changeset 874119ae66c4
Wed, 05 Jul 2017 18:57:17 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:17 +0200] rev 17669
Merge
Thu, 30 May 2013 10:57:57 -0700 Added tag jdk8-b92 for changeset b34bf6985a14
katleman [Thu, 30 May 2013 10:57:57 -0700] rev 17668
Added tag jdk8-b92 for changeset b34bf6985a14
Wed, 05 Jun 2013 15:20:35 -0700 6983966: remove lzma and upx from repository JDK8
katleman [Wed, 05 Jun 2013 15:20:35 -0700] rev 17667
6983966: remove lzma and upx from repository JDK8 Reviewed-by: tbell, paulk, ngthomas
Tue, 04 Jun 2013 15:54:46 -0700 Merge
katleman [Tue, 04 Jun 2013 15:54:46 -0700] rev 17666
Merge
Tue, 04 Jun 2013 11:02:23 -0700 Merge
katleman [Tue, 04 Jun 2013 11:02:23 -0700] rev 17665
Merge
Tue, 04 Jun 2013 10:36:00 +0200 8015510: (s) Improve JTReg location detection and provide location to test/Makefile
mduigou [Tue, 04 Jun 2013 10:36:00 +0200] rev 17664
8015510: (s) Improve JTReg location detection and provide location to test/Makefile Reviewed-by: erikj
Tue, 04 Jun 2013 10:23:37 +0200 8015784: Add configure parameter --with-update-version
erikj [Tue, 04 Jun 2013 10:23:37 +0200] rev 17663
8015784: Add configure parameter --with-update-version Reviewed-by: tbell, katleman, erikj Contributed-by: tristan.yan@oracle.com
Fri, 31 May 2013 14:07:42 +0200 8014003: New build does not handle symlinks in workspace path
erikj [Fri, 31 May 2013 14:07:42 +0200] rev 17662
8014003: New build does not handle symlinks in workspace path Reviewed-by: tbell
Wed, 29 May 2013 14:01:04 +0200 8013489: New build system does not run codesign on SA-related launchers on OS X
erikj [Wed, 29 May 2013 14:01:04 +0200] rev 17661
8013489: New build system does not run codesign on SA-related launchers on OS X Reviewed-by: sla, tbell
Wed, 29 May 2013 13:58:40 +0200 8013920: Configure sets JOBS to 0 if memory is too low.
erikj [Wed, 29 May 2013 13:58:40 +0200] rev 17660
8013920: Configure sets JOBS to 0 if memory is too low. Reviewed-by: tbell
Tue, 04 Jun 2013 00:12:51 -0400 Merge
jqzuo [Tue, 04 Jun 2013 00:12:51 -0400] rev 17659
Merge
Wed, 29 May 2013 11:02:18 -0400 Merge
pbhat [Wed, 29 May 2013 11:02:18 -0400] rev 17658
Merge
Tue, 28 May 2013 20:03:21 +0200 8014762: Add JMC configure option mapping to Jprt.gmk
jqzuo [Tue, 28 May 2013 20:03:21 +0200] rev 17657
8014762: Add JMC configure option mapping to Jprt.gmk Summary: Need to add the mapping between JPRT env var and configure flag for JMC, from ALT_JMC_ZIP_DIR to --with-jmc-zip-dir (same pattern as for Javafx) Reviewed-by: tbell, erikj Contributed-by: klara.ward@oracle.com
Thu, 30 May 2013 10:57:50 -0700 Added tag jdk8-b92 for changeset b51d66ab6ffd
katleman [Thu, 30 May 2013 10:57:50 -0700] rev 17656
Added tag jdk8-b92 for changeset b51d66ab6ffd
Wed, 05 Jul 2017 18:57:05 +0200 Added tag jdk8-b92 for changeset 2fd6acba737b
duke [Wed, 05 Jul 2017 18:57:05 +0200] rev 17655
Added tag jdk8-b92 for changeset 2fd6acba737b
Wed, 05 Jul 2017 18:57:05 +0200 Merge jdk8-b92
duke [Wed, 05 Jul 2017 18:57:05 +0200] rev 17654
Merge
Wed, 05 Jul 2017 18:57:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:57:02 +0200] rev 17653
Merge
Wed, 29 May 2013 10:16:32 -0700 8015525: JDK8 b91 source with GPL header errors
katleman [Wed, 29 May 2013 10:16:32 -0700] rev 17652
8015525: JDK8 b91 source with GPL header errors Reviewed-by: dholmes, lancea
Tue, 28 May 2013 17:58:34 -0700 Merge
katleman [Tue, 28 May 2013 17:58:34 -0700] rev 17651
Merge
Tue, 28 May 2013 08:49:04 +0200 8012566: Replace find, rm, printf and similar with their proper variables
erikj [Tue, 28 May 2013 08:49:04 +0200] rev 17650
8012566: Replace find, rm, printf and similar with their proper variables Reviewed-by: tbell
Thu, 23 May 2013 10:47:57 -0700 Added tag jdk8-b91 for changeset a5e4cac27b50
katleman [Thu, 23 May 2013 10:47:57 -0700] rev 17649
Added tag jdk8-b91 for changeset a5e4cac27b50
Wed, 05 Jul 2017 18:56:58 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:58 +0200] rev 17648
Merge
Thu, 23 May 2013 10:47:47 -0700 Added tag jdk8-b91 for changeset 1b09fbc97609
katleman [Thu, 23 May 2013 10:47:47 -0700] rev 17647
Added tag jdk8-b91 for changeset 1b09fbc97609
Wed, 05 Jul 2017 18:56:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:55 +0200] rev 17646
Merge
Wed, 29 May 2013 10:15:19 -0700 8015525: JDK8 b91 source with GPL header errors
katleman [Wed, 29 May 2013 10:15:19 -0700] rev 17645
8015525: JDK8 b91 source with GPL header errors Reviewed-by: dholmes, lancea
Thu, 23 May 2013 10:47:45 -0700 Added tag jdk8-b91 for changeset e4e0796ef6c5
katleman [Thu, 23 May 2013 10:47:45 -0700] rev 17644
Added tag jdk8-b91 for changeset e4e0796ef6c5
Wed, 05 Jul 2017 18:56:52 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:52 +0200] rev 17643
Merge
Thu, 23 May 2013 10:47:58 -0700 Added tag jdk8-b91 for changeset 7d6fffdd46a9
katleman [Thu, 23 May 2013 10:47:58 -0700] rev 17642
Added tag jdk8-b91 for changeset 7d6fffdd46a9
Wed, 05 Jul 2017 18:56:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:49 +0200] rev 17641
Merge
Thu, 23 May 2013 10:47:37 -0700 Added tag jdk8-b91 for changeset 63e3e07dfc0d
katleman [Thu, 23 May 2013 10:47:37 -0700] rev 17640
Added tag jdk8-b91 for changeset 63e3e07dfc0d
Wed, 05 Jul 2017 18:56:46 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:46 +0200] rev 17639
Merge
Wed, 29 May 2013 10:16:07 -0700 8015525: JDK8 b91 source with GPL header errors
katleman [Wed, 29 May 2013 10:16:07 -0700] rev 17638
8015525: JDK8 b91 source with GPL header errors Reviewed-by: dholmes, lancea
Thu, 23 May 2013 10:47:50 -0700 Added tag jdk8-b91 for changeset 053ed974a2ae
katleman [Thu, 23 May 2013 10:47:50 -0700] rev 17637
Added tag jdk8-b91 for changeset 053ed974a2ae
Wed, 05 Jul 2017 18:56:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:43 +0200] rev 17636
Merge
Fri, 24 May 2013 09:25:43 -0700 Added tag hs25-b34 for changeset e12c800cd4a8
amurillo [Fri, 24 May 2013 09:25:43 -0700] rev 17635
Added tag hs25-b34 for changeset e12c800cd4a8
Fri, 24 May 2013 09:25:42 -0700 Merge
amurillo [Fri, 24 May 2013 09:25:42 -0700] rev 17634
Merge
Fri, 24 May 2013 09:29:57 +0200 Merge
jwilhelm [Fri, 24 May 2013 09:29:57 +0200] rev 17633
Merge
Wed, 22 May 2013 08:04:58 +0200 8014971: Minor code cleanup of the freelist management
brutisso [Wed, 22 May 2013 08:04:58 +0200] rev 17632
8014971: Minor code cleanup of the freelist management Reviewed-by: jwilhelm, jmasa, tschatzl
Tue, 21 May 2013 11:30:14 +0200 8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
tschatzl [Tue, 21 May 2013 11:30:14 +0200] rev 17631
8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes Summary: Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list. Reviewed-by: jwilhelm, brutisso
Tue, 21 May 2013 10:39:09 +0200 Merge
brutisso [Tue, 21 May 2013 10:39:09 +0200] rev 17630
Merge
Tue, 21 May 2013 08:50:20 +0200 7066063: CMS: "Conservation Principle" assert failed
brutisso [Tue, 21 May 2013 08:50:20 +0200] rev 17629
7066063: CMS: "Conservation Principle" assert failed Summary: Add call to coalBirth() in CompactibleFreeListSpace::reset() Reviewed-by: ysr, jmasa
Mon, 20 May 2013 22:34:24 -0700 8014862: Add fast Metasapce capacity and used per MetadataType
jmasa [Mon, 20 May 2013 22:34:24 -0700] rev 17628
8014862: Add fast Metasapce capacity and used per MetadataType Reviewed-by: ehelin, stefank
Mon, 20 May 2013 10:44:33 -0700 7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
tamao [Mon, 20 May 2013 10:44:33 -0700] rev 17627
7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap Summary: Print helpful error message when VM aborts due to inability of allocating bit maps or card tables Reviewed-by: jmasa, stefank Contributed-by: tamao <tao.mao@oracle.com>
Sun, 19 May 2013 20:31:30 +0200 Merge
jwilhelm [Sun, 19 May 2013 20:31:30 +0200] rev 17626
Merge
Fri, 17 May 2013 11:57:05 +0200 8014277: Remove ObjectClosure as base class for BoolObjectClosure
ehelin [Fri, 17 May 2013 11:57:05 +0200] rev 17625
8014277: Remove ObjectClosure as base class for BoolObjectClosure Reviewed-by: brutisso, tschatzl
Thu, 23 May 2013 15:30:16 -0700 Merge
twisti [Thu, 23 May 2013 15:30:16 -0700] rev 17624
Merge
Thu, 23 May 2013 14:11:09 +0200 8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87)
anoll [Thu, 23 May 2013 14:11:09 +0200] rev 17623
8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87) Summary: Disable client compiler and switch to interpreter if there is not enough free space in the code cache. Reviewed-by: kvn, twisti
Wed, 22 May 2013 18:25:43 -0700 8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
kvn [Wed, 22 May 2013 18:25:43 -0700] rev 17622
8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy Summary: Changed gen_write_ref_array_post_barrier() code on x64 to pass start address and number of copied oop elements. In generate_checkcast_copy() skip post barrier code if no elements are copied. Reviewed-by: roland
Wed, 22 May 2013 17:39:47 -0700 Merge
kvn [Wed, 22 May 2013 17:39:47 -0700] rev 17621
Merge
Wed, 22 May 2013 09:02:43 -0700 8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
kvn [Wed, 22 May 2013 09:02:43 -0700] rev 17620
8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed Summary: Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop. Reviewed-by: roland
Wed, 22 May 2013 11:44:17 -0700 Merge
twisti [Wed, 22 May 2013 11:44:17 -0700] rev 17619
Merge
Wed, 22 May 2013 10:28:20 +0200 8012312: hsdis fails to compile with binutils-2.23.2
anoll [Wed, 22 May 2013 10:28:20 +0200] rev 17618
8012312: hsdis fails to compile with binutils-2.23.2 Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.* Reviewed-by: kvn, twisti
Thu, 16 May 2013 15:46:49 +0200 8012371: Adjust Tiered compile threshold according to available space in code cache
anoll [Thu, 16 May 2013 15:46:49 +0200] rev 17617
8012371: Adjust Tiered compile threshold according to available space in code cache Summary: Added command line parameter to define a threshold at which C1 compilation threshold for is increased. Reviewed-by: kvn, iveresov
Thu, 23 May 2013 13:40:15 -0400 Merge
jiangli [Thu, 23 May 2013 13:40:15 -0400] rev 17616
Merge
Mon, 20 May 2013 13:13:29 -0400 Merge
jiangli [Mon, 20 May 2013 13:13:29 -0400] rev 17615
Merge
Wed, 15 May 2013 23:06:04 -0400 8014669: arch specific flags not passed to some link commands
bpittore [Wed, 15 May 2013 23:06:04 -0400] rev 17614
8014669: arch specific flags not passed to some link commands Summary: EXTRA_CFLAGS does not propagate to saproc and jsig makefiles Reviewed-by: dholmes, tbell, collins
Tue, 14 May 2013 07:24:50 -0400 8014460: Need to check for non-empty EXT_LIBS_PATH before using it
dholmes [Tue, 14 May 2013 07:24:50 -0400] rev 17613
8014460: Need to check for non-empty EXT_LIBS_PATH before using it Reviewed-by: tbell, collins, sla, coleenp
Mon, 20 May 2013 23:41:27 +0400 8014878: Clean up class field layout code
shade [Mon, 20 May 2013 23:41:27 +0400] rev 17612
8014878: Clean up class field layout code Summary: rename/remove local variables, re-arrange instance_size calculation, more comments. Reviewed-by: kvn, coleenp
Mon, 20 May 2013 15:43:50 +0400 8014871: Move @Contended regression tests to the same place
shade [Mon, 20 May 2013 15:43:50 +0400] rev 17611
8014871: Move @Contended regression tests to the same place Summary: Move the missing test to appropriate location. Reviewed-by: dholmes, sla
Sat, 18 May 2013 20:41:01 -0700 8014262: PrintStringTableStatistics should include more footprint info
iklam [Sat, 18 May 2013 20:41:01 -0700] rev 17610
8014262: PrintStringTableStatistics should include more footprint info Summary: Added info for the string/symbol objects and the hash entries Reviewed-by: coleenp, rbackman
Fri, 17 May 2013 17:52:07 -0700 Merge
dcubed [Fri, 17 May 2013 17:52:07 -0700] rev 17609
Merge
Fri, 17 May 2013 11:36:43 -0700 Merge
dcubed [Fri, 17 May 2013 11:36:43 -0700] rev 17608
Merge
Fri, 17 May 2013 08:56:51 -0700 Merge
dcubed [Fri, 17 May 2013 08:56:51 -0700] rev 17607
Merge
Fri, 17 May 2013 08:51:46 -0700 7145527: sscanf must use a length in the format string
rdurbin [Fri, 17 May 2013 08:51:46 -0700] rev 17606
7145527: sscanf must use a length in the format string Summary: Remove dead code containing last call to scanf with no string length specifier Reviewed-by: dcubed, coleenp
Thu, 16 May 2013 23:40:27 -0400 Merge
dholmes [Thu, 16 May 2013 23:40:27 -0400] rev 17605
Merge
Thu, 16 May 2013 22:11:05 -0400 Merge
dholmes [Thu, 16 May 2013 22:11:05 -0400] rev 17604
Merge
Fri, 17 May 2013 01:58:32 +0400 8014509: @Contended: explicit default value behaves differently from the implicit value
shade [Fri, 17 May 2013 01:58:32 +0400] rev 17603
8014509: @Contended: explicit default value behaves differently from the implicit value Summary: Treat the empty string as the default value tag Reviewed-by: kvn, twisti
Thu, 16 May 2013 21:19:49 -0400 Merge
dholmes [Thu, 16 May 2013 21:19:49 -0400] rev 17602
Merge
Fri, 17 May 2013 01:43:48 +0400 8012939: @Contended doesn't work correctly with inheritance
shade [Fri, 17 May 2013 01:43:48 +0400] rev 17601
8012939: @Contended doesn't work correctly with inheritance Summary: Fix instance_size miscalculation. Reviewed-by: jrose, kvn
Thu, 16 May 2013 12:40:27 +0100 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
kevinw [Thu, 16 May 2013 12:40:27 +0100] rev 17600
6313816: SA: jstack -m fails on Win32 : UnalignedAddressException Reviewed-by: sla, poonam
Thu, 16 May 2013 17:54:11 +0200 8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag
ctornqvi [Thu, 16 May 2013 17:54:11 +0200] rev 17599
8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag Summary: Corrected the class name Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Thu, 16 May 2013 15:31:00 +0200 8008169: test/runtime/7158804/Test7158804.sh has bad copyright header
ctornqvi [Thu, 16 May 2013 15:31:00 +0200] rev 17598
8008169: test/runtime/7158804/Test7158804.sh has bad copyright header Summary: Re-wrote test in Java in addition to fixing the Copyright notice. Also reviewed by leonid.mesnik@oracle.com Reviewed-by: coleenp, ctornqvi Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Wed, 15 May 2013 11:30:54 +0200 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
rbackman [Wed, 15 May 2013 11:30:54 +0200] rev 17597
4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd Reviewed-by: coleenp, sspitsyn
Fri, 17 May 2013 09:10:04 -0700 8014760: new hotspot build - hs25-b34
amurillo [Fri, 17 May 2013 09:10:04 -0700] rev 17596
8014760: new hotspot build - hs25-b34 Reviewed-by: jcoomes
Thu, 23 May 2013 10:47:40 -0700 Added tag jdk8-b91 for changeset 7083a5fec809
katleman [Thu, 23 May 2013 10:47:40 -0700] rev 17595
Added tag jdk8-b91 for changeset 7083a5fec809
Tue, 28 May 2013 17:57:40 -0700 Merge
katleman [Tue, 28 May 2013 17:57:40 -0700] rev 17594
Merge
Tue, 28 May 2013 08:50:52 +0200 8007129: build-infra Add configure --with-jtreg option for location of JTREG
erikj [Tue, 28 May 2013 08:50:52 +0200] rev 17593
8007129: build-infra Add configure --with-jtreg option for location of JTREG Reviewed-by: tbell
Wed, 22 May 2013 17:26:31 +0200 8014514: Fix jvm args for sjavac
erikj [Wed, 22 May 2013 17:26:31 +0200] rev 17592
8014514: Fix jvm args for sjavac Reviewed-by: tbell
Thu, 23 May 2013 10:47:32 -0700 Added tag jdk8-b91 for changeset 46c3a4b9ef6d
katleman [Thu, 23 May 2013 10:47:32 -0700] rev 17591
Added tag jdk8-b91 for changeset 46c3a4b9ef6d
Wed, 05 Jul 2017 18:56:23 +0200 Added tag jdk8-b91 for changeset 80b6c3172dc2
duke [Wed, 05 Jul 2017 18:56:23 +0200] rev 17590
Added tag jdk8-b91 for changeset 80b6c3172dc2
Wed, 05 Jul 2017 18:56:23 +0200 Merge jdk8-b91
duke [Wed, 05 Jul 2017 18:56:23 +0200] rev 17589
Merge
Wed, 05 Jul 2017 18:56:20 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:20 +0200] rev 17588
Merge
Fri, 17 May 2013 10:13:34 -0700 Merge
lana [Fri, 17 May 2013 10:13:34 -0700] rev 17587
Merge
Wed, 15 May 2013 10:39:26 -0700 8006879: Detection of windows in sjavac fails.
jjg [Wed, 15 May 2013 10:39:26 -0700] rev 17586
8006879: Detection of windows in sjavac fails. Reviewed-by: jjg Contributed-by: erik.joelsson@oracle.com
Wed, 15 May 2013 06:53:01 -0700 8010006: NPE in javac with interface super in lambda
rfield [Wed, 15 May 2013 06:53:01 -0700] rev 17585
8010006: NPE in javac with interface super in lambda Reviewed-by: mcimadamore
Wed, 15 May 2013 14:03:09 +0100 8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types
mcimadamore [Wed, 15 May 2013 14:03:09 +0100] rev 17584
8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types Summary: Bad warnings and position for lambda inferred parameter types Reviewed-by: jjg, vromero
Wed, 15 May 2013 14:02:37 +0100 8012685: Spurious raw types warning when using unbound method references
mcimadamore [Wed, 15 May 2013 14:02:37 +0100] rev 17583
8012685: Spurious raw types warning when using unbound method references Summary: Spurious raw type warning when unbound method reference qualifier parameter types are inferred from target Reviewed-by: jjg, vromero
Wed, 15 May 2013 14:00:31 +0100 8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore [Wed, 15 May 2013 14:00:31 +0100] rev 17582
8012003: Method diagnostics resolution need to be simplified in some cases Summary: Unfold method resolution diagnostics when they mention errors in poly expressions Reviewed-by: jjg, vromero
Wed, 15 May 2013 00:00:39 -0700 8004133: Provide javax.lang.model.* implementation backed by core reflection
darcy [Wed, 15 May 2013 00:00:39 -0700] rev 17581
8004133: Provide javax.lang.model.* implementation backed by core reflection Summary: Joint work by darcy and jfranck to provide sample code for JEP 119. Reviewed-by: jjg Contributed-by: joe.darcy@oracle.com, joel.franck@oracle.com
Tue, 14 May 2013 21:08:40 -0700 8014323: Add VariableTree.getNameExpression
jjg [Tue, 14 May 2013 21:08:40 -0700] rev 17580
8014323: Add VariableTree.getNameExpression Reviewed-by: darcy
Tue, 14 May 2013 18:02:48 -0700 8013163: Convert 4 tools multicatch tests to jtreg format
sogoel [Tue, 14 May 2013 18:02:48 -0700] rev 17579
8013163: Convert 4 tools multicatch tests to jtreg format Reviewed-by: jjg
Tue, 14 May 2013 15:04:06 -0700 8013852: update reference impl for type-annotations
jjg [Tue, 14 May 2013 15:04:06 -0700] rev 17578
8013852: update reference impl for type-annotations Reviewed-by: jjg Contributed-by: wdietl@gmail.com, steve.sides@oracle.com, joel.franck@oracle.com, alex.buckley@oracle.com
Tue, 14 May 2013 13:55:35 -0700 8014557: Mutable static field in HtmlDocletWriter
jjg [Tue, 14 May 2013 13:55:35 -0700] rev 17577
8014557: Mutable static field in HtmlDocletWriter Reviewed-by: ksrini
Tue, 14 May 2013 12:55:15 -0700 8014461: genstubs creates default native methods
jjg [Tue, 14 May 2013 12:55:15 -0700] rev 17576
8014461: genstubs creates default native methods Reviewed-by: alanb
Tue, 14 May 2013 11:11:09 -0700 8012556: Implement lambda methods on interfaces as static
rfield [Tue, 14 May 2013 11:11:09 -0700] rev 17575
8012556: Implement lambda methods on interfaces as static 8006140: Javac NPE compiling Lambda expression on initialization expression of static field in interface Summary: Lambdas occurring in static contexts or those not needing instance information should be generated into static methods. This has long been the case for classes. However, as a work-around to the lack of support for statics on interfaces, interface lambda methods have been generated into default methods. For lambdas in interface static contexts (fields and static methods) this causes an NPE in javac because there is no 'this'. MethodHandles now support static methods on interfaces. This changeset allows lambda methods to be generated as static interface methods. An existing bug in Hotspot (8013875) is exposed in a test when the "-esa" flag is used. This test and another test that already exposed this bug have been marked with @ignore. Reviewed-by: mcimadamore
Tue, 14 May 2013 10:14:57 -0700 8012308: Remove TagletOutput in favor of direct use of Content
jjg [Tue, 14 May 2013 10:14:57 -0700] rev 17574
8012308: Remove TagletOutput in favor of direct use of Content Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012311: Cleanup names and duplicatre code in TagletManager
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17573
8012311: Cleanup names and duplicatre code in TagletManager Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012295: Cleanup JavaFX features in standard doclet
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17572
8012295: Cleanup JavaFX features in standard doclet Reviewed-by: darcy
Tue, 14 May 2013 10:14:56 -0700 8012180: Speed up removeNonInlineHtmlTags
jjg [Tue, 14 May 2013 10:14:56 -0700] rev 17571
8012180: Speed up removeNonInlineHtmlTags Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012183: replace some uses of Configuration.getText with Configuration.getResource
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17570
8012183: replace some uses of Configuration.getText with Configuration.getResource Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012178: Cleanup use of Util.escapeHtmlChars
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17569
8012178: Cleanup use of Util.escapeHtmlChars Reviewed-by: darcy
Tue, 14 May 2013 10:14:55 -0700 8012177: HTMLDocletWriter methods should generate Content, not Strings
jjg [Tue, 14 May 2013 10:14:55 -0700] rev 17568
8012177: HTMLDocletWriter methods should generate Content, not Strings Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012176: reduce use of TagletOutputImpl.toString
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17567
8012176: reduce use of TagletOutputImpl.toString Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17566
8012175: Convert TagletOutputImpl to use ContentBuilder instead of StringBuilder Reviewed-by: darcy
Tue, 14 May 2013 10:14:54 -0700 8012174: {@literal} and {@code} should use \"new\" Taglet, not old.
jjg [Tue, 14 May 2013 10:14:54 -0700] rev 17565
8012174: {@literal} and {@code} should use \"new\" Taglet, not old. Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011288: Erratic/inconsistent indentation of signatures
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17564
8011288: Erratic/inconsistent indentation of signatures Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011668: Allow HTMLWriter.getResource to take Content args
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17563
8011668: Allow HTMLWriter.getResource to take Content args Reviewed-by: darcy
Tue, 14 May 2013 10:14:53 -0700 8011662: Remove single instance of resource with HTML from doclet resource bundle
jjg [Tue, 14 May 2013 10:14:53 -0700] rev 17562
8011662: Remove single instance of resource with HTML from doclet resource bundle Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:52 -0700 8011651: simplify LinkInfoImpl API
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17561
8011651: simplify LinkInfoImpl API Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011650: reduce use of RawHtml nodes in doclet
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17560
8011650: reduce use of RawHtml nodes in doclet Reviewed-by: darcy
Tue, 14 May 2013 10:14:52 -0700 8011642: Remove LinkOutput in favor of direct use of Content
jjg [Tue, 14 May 2013 10:14:52 -0700] rev 17559
8011642: Remove LinkOutput in favor of direct use of Content Reviewed-by: bpatel, darcy
Tue, 14 May 2013 10:14:51 -0700 8010440: Replace int constants in LinkInfoImpl with enum
jjg [Tue, 14 May 2013 10:14:51 -0700] rev 17558
8010440: Replace int constants in LinkInfoImpl with enum Reviewed-by: bpatel, darcy
Fri, 10 May 2013 15:15:50 +0200 8012929: Trees.getElement should work not only for declaration trees, but also for use-trees
jlahoda [Fri, 10 May 2013 15:15:50 +0200] rev 17557
8012929: Trees.getElement should work not only for declaration trees, but also for use-trees Reviewed-by: jjg Contributed-by: Dusan Balek <dbalek@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 12 May 2013 18:18:54 -0700 8014363: javac test class ToolTester handles classpath incorrectly
jjg [Sun, 12 May 2013 18:18:54 -0700] rev 17556
8014363: javac test class ToolTester handles classpath incorrectly Reviewed-by: ksrini
Fri, 10 May 2013 14:31:42 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Fri, 10 May 2013 14:31:42 -0700] rev 17555
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: jjg
Fri, 10 May 2013 16:10:20 +0100 8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1
alanb [Fri, 10 May 2013 16:10:20 +0100] rev 17554
8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1 Reviewed-by: mchung
Wed, 08 May 2013 23:54:45 -0700 Merge
lana [Wed, 08 May 2013 23:54:45 -0700] rev 17553
Merge
Wed, 08 May 2013 14:10:53 +0200 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
jfranck [Wed, 08 May 2013 14:10:53 +0200] rev 17552
8013485: javac can't handle annotations with a <clinit> from a previous compilation unit Reviewed-by: mcimadamore
Tue, 07 May 2013 14:27:30 -0700 8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar
jjg [Tue, 07 May 2013 14:27:30 -0700] rev 17551
8004082: test/tools/javac/plugin/showtype/Test.java fails on windows: jtreg can't delete plugin.jar Reviewed-by: vromero, mcimadamore
Tue, 07 May 2013 06:39:34 -0700 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails
rfield [Tue, 07 May 2013 06:39:34 -0700] rev 17550
8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails Reviewed-by: mcimadamore
Mon, 06 May 2013 16:22:45 +0200 8009724: Enhance the DocTree API with DocTreePath
jlahoda [Mon, 06 May 2013 16:22:45 +0200] rev 17549
8009724: Enhance the DocTree API with DocTreePath Summary: Adding DocTreePath and DocTreePathScanner similar to TreePath and TreePathScanner, respectively Reviewed-by: jjg Contributed-by: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Sun, 05 May 2013 21:04:41 -0700 8013909: Fix doclint issues in javax.lang.model
darcy [Sun, 05 May 2013 21:04:41 -0700] rev 17548
8013909: Fix doclint issues in javax.lang.model Reviewed-by: jjg
Fri, 03 May 2013 17:44:38 -0700 8008768: Using {@inheritDoc} in simple tag defined via -tag fails
jjg [Fri, 03 May 2013 17:44:38 -0700] rev 17547
8008768: Using {@inheritDoc} in simple tag defined via -tag fails Reviewed-by: jjg, mduigou Contributed-by: jonathan.gibbons@oracle.com, mike.duigou@oracle.com
Fri, 03 May 2013 15:08:47 -0700 8000407: remove @GenerateNativeHeader
jjg [Fri, 03 May 2013 15:08:47 -0700] rev 17546
8000407: remove @GenerateNativeHeader Reviewed-by: vromero, darcy
Fri, 03 May 2013 10:17:12 -0700 8002387: Improve rendered HTML formatting for {@code}
jjg [Fri, 03 May 2013 10:17:12 -0700] rev 17545
8002387: Improve rendered HTML formatting for {@code} Reviewed-by: ksrini
Fri, 03 May 2013 09:56:56 -0700 8012728: Normalize @ignore comments on langtools tests
jjg [Fri, 03 May 2013 09:56:56 -0700] rev 17544
8012728: Normalize @ignore comments on langtools tests Reviewed-by: vromero, mcimadamore
Thu, 16 May 2013 12:16:07 -0700 Added tag jdk8-b90 for changeset c710c82509ec
katleman [Thu, 16 May 2013 12:16:07 -0700] rev 17543
Added tag jdk8-b90 for changeset c710c82509ec
Wed, 05 Jul 2017 18:56:10 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:10 +0200] rev 17542
Merge
Thu, 16 May 2013 12:14:55 -0700 Added tag jdk8-b90 for changeset 11ae34f362ad
katleman [Thu, 16 May 2013 12:14:55 -0700] rev 17541
Added tag jdk8-b90 for changeset 11ae34f362ad
Wed, 05 Jul 2017 18:56:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:07 +0200] rev 17540
Merge
Fri, 17 May 2013 10:07:23 -0700 Merge
lana [Fri, 17 May 2013 10:07:23 -0700] rev 17539
Merge
Fri, 17 May 2013 10:40:21 +0200 8013900: More warnings compiling jaxp.
dfuchs [Fri, 17 May 2013 10:40:21 +0200] rev 17538
8013900: More warnings compiling jaxp. Summary: Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw
Fri, 10 May 2013 09:23:22 -0700 8014333: javadoc error in JAXP 1.5 patch
joehw [Fri, 10 May 2013 09:23:22 -0700] rev 17537
8014333: javadoc error in JAXP 1.5 patch Reviewed-by: lancea
Thu, 09 May 2013 14:23:39 -0700 Merge
lana [Thu, 09 May 2013 14:23:39 -0700] rev 17536
Merge
Wed, 08 May 2013 22:12:51 -0700 Merge
lana [Wed, 08 May 2013 22:12:51 -0700] rev 17535
Merge
Wed, 08 May 2013 23:38:03 -0700 8011653: Upgrade JDK8 to JAXP 1.5
joehw [Wed, 08 May 2013 23:38:03 -0700] rev 17534
8011653: Upgrade JDK8 to JAXP 1.5 Reviewed-by: alanb, dfuchs
Mon, 06 May 2013 18:50:16 +0200 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
dfuchs [Mon, 06 May 2013 18:50:16 +0200] rev 17533
8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently Summary: Encodings.java sometimes creates EncodingInfo objects whose java names are not recognized by the Charset API. This patch fixes that issue. Reviewed-by: joehw, alanb
Thu, 16 May 2013 12:14:49 -0700 Added tag jdk8-b90 for changeset f96a31ce35e6
katleman [Thu, 16 May 2013 12:14:49 -0700] rev 17532
Added tag jdk8-b90 for changeset f96a31ce35e6
Wed, 05 Jul 2017 18:56:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:56:02 +0200] rev 17531
Merge
Fri, 17 May 2013 10:14:03 -0700 Merge
lana [Fri, 17 May 2013 10:14:03 -0700] rev 17530
Merge
Tue, 14 May 2013 09:05:03 -0300 Merge
jlaskey [Tue, 14 May 2013 09:05:03 -0300] rev 17529
Merge
Tue, 14 May 2013 12:39:02 +0200 8014492: Make NashornLinker public
attila [Tue, 14 May 2013 12:39:02 +0200] rev 17528
8014492: Make NashornLinker public Reviewed-by: hannesw, jlaskey
Fri, 10 May 2013 13:16:44 +0200 8014329: Slim down the label stack structure in CodeGenerator
lagergren [Fri, 10 May 2013 13:16:44 +0200] rev 17527
8014329: Slim down the label stack structure in CodeGenerator Reviewed-by: attila, jlaskey
Wed, 08 May 2013 16:48:33 +0200 8014225: Rerun only failed 262 tests
attila [Wed, 08 May 2013 16:48:33 +0200] rev 17526
8014225: Rerun only failed 262 tests Reviewed-by: jlaskey, lagergren
Wed, 08 May 2013 15:51:36 +0200 8013912: Nashorn needs to reuse temporary symbols
attila [Wed, 08 May 2013 15:51:36 +0200] rev 17525
8013912: Nashorn needs to reuse temporary symbols Reviewed-by: jlaskey, lagergren
Tue, 07 May 2013 14:43:17 +0200 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
lagergren [Tue, 07 May 2013 14:43:17 +0200] rev 17524
8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes. Reviewed-by: jlaskey, attila
Tue, 07 May 2013 14:36:57 +0200 8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
lagergren [Tue, 07 May 2013 14:36:57 +0200] rev 17523
8013913: Removed Source field from all nodes except FunctionNode in order to save footprint Reviewed-by: jlaskey, attila
Fri, 03 May 2013 22:50:51 +0200 8013874: Function argument's prototype seem cached and wrongly reused
hannesw [Fri, 03 May 2013 22:50:51 +0200] rev 17522
8013874: Function argument's prototype seem cached and wrongly reused Reviewed-by: jlaskey
Fri, 03 May 2013 22:48:53 +0200 8013873: Regexp regression for escaped dash in character class
hannesw [Fri, 03 May 2013 22:48:53 +0200] rev 17521
8013873: Regexp regression for escaped dash in character class Reviewed-by: jlaskey
Fri, 03 May 2013 22:47:23 +0200 8013878: ClassCastException in Regex
hannesw [Fri, 03 May 2013 22:47:23 +0200] rev 17520
8013878: ClassCastException in Regex Reviewed-by: jlaskey
Fri, 03 May 2013 16:01:33 +0200 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
lagergren [Fri, 03 May 2013 16:01:33 +0200] rev 17519
8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used Reviewed-by: jlaskey, hannesw
Fri, 03 May 2013 15:33:54 +0200 8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
lagergren [Fri, 03 May 2013 15:33:54 +0200] rev 17518
8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now] Reviewed-by: jlaskey, hannesw
Thu, 02 May 2013 15:01:16 -0300 8013796: load("fx:base.js") should not be in fx:bootstrap.js
jlaskey [Thu, 02 May 2013 15:01:16 -0300] rev 17517
8013796: load("fx:base.js") should not be in fx:bootstrap.js Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Thu, 02 May 2013 13:23:36 -0300 Merge
jlaskey [Thu, 02 May 2013 13:23:36 -0300] rev 17516
Merge
Thu, 02 May 2013 13:22:46 -0300 8013794: JDK-8006220 caused an octane performance regression.
jlaskey [Thu, 02 May 2013 13:22:46 -0300] rev 17515
8013794: JDK-8006220 caused an octane performance regression. Reviewed-by: lagergren, sundar Contributed-by: james.laskey@oracle.com
Thu, 02 May 2013 09:19:44 +0200 8013729: SwitchPoint invalidation not working over prototype chain
hannesw [Thu, 02 May 2013 09:19:44 +0200] rev 17514
8013729: SwitchPoint invalidation not working over prototype chain Reviewed-by: lagergren, sundar
Tue, 30 Apr 2013 10:05:42 -0300 8006220: Simplify PropertyMaps
jlaskey [Tue, 30 Apr 2013 10:05:42 -0300] rev 17513
8006220: Simplify PropertyMaps Reviewed-by: hannesw, lagergren Contributed-by: james.laskey@oracle.com
Thu, 16 May 2013 12:16:16 -0700 Added tag jdk8-b90 for changeset 9757c7aa8f78
katleman [Thu, 16 May 2013 12:16:16 -0700] rev 17512
Added tag jdk8-b90 for changeset 9757c7aa8f78
Wed, 05 Jul 2017 18:55:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:55 +0200] rev 17511
Merge
Thu, 16 May 2013 12:14:00 -0700 Added tag jdk8-b90 for changeset 77d6a1b1e9ec
katleman [Thu, 16 May 2013 12:14:00 -0700] rev 17510
Added tag jdk8-b90 for changeset 77d6a1b1e9ec
Wed, 05 Jul 2017 18:55:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:51 +0200] rev 17509
Merge
Wed, 22 May 2013 15:00:41 +0200 Merge
erikj [Wed, 22 May 2013 15:00:41 +0200] rev 17508
Merge
Wed, 22 May 2013 10:31:39 +0200 8014970: Use open man pages for non commercial builds
erikj [Wed, 22 May 2013 10:31:39 +0200] rev 17507
8014970: Use open man pages for non commercial builds Reviewed-by: omajid, tbell
Wed, 22 May 2013 13:48:02 +0100 8015087: Provide debugging information for programs
andrew [Wed, 22 May 2013 13:48:02 +0100] rev 17506
8015087: Provide debugging information for programs Summary: Add missing debug info to unpack200 and jexec Reviewed-by: erikj
Tue, 21 May 2013 12:54:41 -0700 Merge
katleman [Tue, 21 May 2013 12:54:41 -0700] rev 17505
Merge
Tue, 21 May 2013 17:02:54 +0200 8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist
erikj [Tue, 21 May 2013 17:02:54 +0200] rev 17504
8011346: build-infra: While Constructing Javadoc information, JSpinner.java error: package sun.util.locale.provider does not exist Reviewed-by: dholmes, tbell, naoto
Fri, 17 May 2013 10:11:35 -0700 Merge
lana [Fri, 17 May 2013 10:11:35 -0700] rev 17503
Merge
Fri, 17 May 2013 16:44:36 +0100 Merge
chegar [Fri, 17 May 2013 16:44:36 +0100] rev 17502
Merge
Fri, 17 May 2013 16:44:15 +0100 8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open
chegar [Fri, 17 May 2013 16:44:15 +0100] rev 17501
8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open Reviewed-by: michaelm
Fri, 17 May 2013 15:18:40 +0100 Merge
chegar [Fri, 17 May 2013 15:18:40 +0100] rev 17500
Merge
Fri, 17 May 2013 15:00:53 +0100 8014791: More ProblemList.txt updates (5/2013)
chegar [Fri, 17 May 2013 15:00:53 +0100] rev 17499
8014791: More ProblemList.txt updates (5/2013) Reviewed-by: alanb
Fri, 17 May 2013 10:40:55 +0200 8013900: More warnings compiling jaxp.
dfuchs [Fri, 17 May 2013 10:40:55 +0200] rev 17498
8013900: More warnings compiling jaxp. Summary: Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw
Thu, 16 May 2013 15:08:24 -0700 4487672: (proxy) Proxy constructor should check for null argument
mchung [Thu, 16 May 2013 15:08:24 -0700] rev 17497
4487672: (proxy) Proxy constructor should check for null argument Reviewed-by: alanb, lancea
Thu, 16 May 2013 13:22:41 -0700 Merge
vinnie [Thu, 16 May 2013 13:22:41 -0700] rev 17496
Merge
Thu, 16 May 2013 02:43:58 -0700 Merge
vinnie [Thu, 16 May 2013 02:43:58 -0700] rev 17495
Merge
Wed, 15 May 2013 15:39:28 +0100 Merge
vinnie [Wed, 15 May 2013 15:39:28 +0100] rev 17494
Merge
Wed, 15 May 2013 14:49:50 +0100 Merge
vinnie [Wed, 15 May 2013 14:49:50 +0100] rev 17493
Merge
Tue, 14 May 2013 18:11:46 +0100 Merge
vinnie [Tue, 14 May 2013 18:11:46 +0100] rev 17492
Merge
Tue, 14 May 2013 18:08:18 +0100 7194075: Various classes of sunec.jar are duplicated in rt.jar
vinnie [Tue, 14 May 2013 18:08:18 +0100] rev 17491
7194075: Various classes of sunec.jar are duplicated in rt.jar Reviewed-by: mullan, vinnie Contributed-by: Stephen Flores <stephen.flores@oracle.com>
Wed, 15 May 2013 18:26:16 -0700 8001163: [pack200] should support attributes introduced by JSR-308
ksrini [Wed, 15 May 2013 18:26:16 -0700] rev 17490
8001163: [pack200] should support attributes introduced by JSR-308 Reviewed-by: jrose
Thu, 16 May 2013 10:58:20 -0700 7150552: network test hangs [macosx]
khazra [Thu, 16 May 2013 10:58:20 -0700] rev 17489
7150552: network test hangs [macosx] Summary: Remove usage of test/sun/net/www/httptest Reviewed-by: chegar
Thu, 16 May 2013 18:40:47 +0200 Merge
dfuchs [Thu, 16 May 2013 18:40:47 +0200] rev 17488
Merge
Thu, 16 May 2013 11:19:00 -0400 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
jgish [Thu, 16 May 2013 11:19:00 -0400] rev 17487
8013380: Removal of stack walk to find resource bundle breaks Glassfish startup Summary: Use caller's classloader to load resource as an alternative to thread context classloader and system classloader Reviewed-by: mchung, alanb
Thu, 16 May 2013 17:31:41 +0100 Merge
michaelm [Thu, 16 May 2013 17:31:41 +0100] rev 17486
Merge
Thu, 16 May 2013 17:28:47 +0100 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection
michaelm [Thu, 16 May 2013 17:28:47 +0100] rev 17485
8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection Reviewed-by: alanb, chegar
Thu, 16 May 2013 19:28:44 +0400 8014676: Java debugger may fail to run
dmeetry [Thu, 16 May 2013 19:28:44 +0400] rev 17484
8014676: Java debugger may fail to run Summary: The problem is observed when the binaries for windows are placed under a path which contains a space Reviewed-by: sla, alanb Contributed-by: ivan.gerasimov@oracle.com
Thu, 16 May 2013 04:30:45 -0700 8010814: More buffers are stored or returned without cloning
xuelei [Thu, 16 May 2013 04:30:45 -0700] rev 17483
8010814: More buffers are stored or returned without cloning Reviewed-by: lancea
Thu, 16 May 2013 10:59:06 +0100 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up
ewang [Thu, 16 May 2013 10:59:06 +0100] rev 17482
8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up Reviewed-by: alanb, dholmes, chegar
Wed, 15 May 2013 18:38:52 -0700 Merge
valeriep [Wed, 15 May 2013 18:38:52 -0700] rev 17481
Merge
Mon, 13 May 2013 16:52:33 -0700 Merge
valeriep [Mon, 13 May 2013 16:52:33 -0700] rev 17480
Merge
Tue, 07 May 2013 14:13:53 -0700 8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR
ascarpino [Tue, 07 May 2013 14:13:53 -0700] rev 17479
8001284: Buffer problems with SunPKCS11-Solaris and CKM_AES_CTR Summary: Changed output length calculation to include incomplete blocks for CTR mode. Reviewed-by: valeriep
Tue, 07 May 2013 14:06:19 -0700 7196009: SunPkcs11 provider fails to parse config path containing parenthesis
valeriep [Tue, 07 May 2013 14:06:19 -0700] rev 17478
7196009: SunPkcs11 provider fails to parse config path containing parenthesis Summary: Enhanced to allow quoted string as library path values. Reviewed-by: weijun
Tue, 07 May 2013 14:04:53 -0700 8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected
valeriep [Tue, 07 May 2013 14:04:53 -0700] rev 17477
8010134: A finalizer in sun.security.pkcs11.wrapper.PKCS11 perhaps should be protected Summary: Change the finalize method of PKCS11 class to be protected. Reviewed-by: xuelei
Wed, 15 May 2013 16:48:54 -0700 8013233: java/util/Locale/LocaleProviders.sh fails
naoto [Wed, 15 May 2013 16:48:54 -0700] rev 17476
8013233: java/util/Locale/LocaleProviders.sh fails Reviewed-by: okutsu
Wed, 15 May 2013 09:54:30 -0700 8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>)
darcy [Wed, 15 May 2013 09:54:30 -0700] rev 17475
8014677: Correct docs warning for Objects.requireNonNull(T, Supplier<String>) Reviewed-by: alanb
Wed, 15 May 2013 07:48:57 -0700 8013730: JSR 310 DateTime API Updates III
sherman [Wed, 15 May 2013 07:48:57 -0700] rev 17474
8013730: JSR 310 DateTime API Updates III Summary: Integration of JSR310 Date/Time API update III Reviewed-by: naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
Wed, 15 May 2013 15:01:59 +0100 8010464: Evolve java networking same origin policy
michaelm [Wed, 15 May 2013 15:01:59 +0100] rev 17473
8010464: Evolve java networking same origin policy Reviewed-by: alanb, chegar, dsamersoff, weijun
Wed, 15 May 2013 00:36:03 -0400 8013395: StringBuffer.toString performance regression impacting embedded benchmarks
dholmes [Wed, 15 May 2013 00:36:03 -0400] rev 17472
8013395: StringBuffer.toString performance regression impacting embedded benchmarks Summary: cache a copy of the char[] to use with toString() and clear it when ever the sb content is modified Reviewed-by: alanb, plevart, mduigou, forax
Tue, 14 May 2013 14:20:18 -0700 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit
sherman [Tue, 14 May 2013 14:20:18 -0700] rev 17471
8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit Summary: to throw IOE for malformed final unit in base64 stream Reviewed-by: chegar, alanb
Tue, 14 May 2013 14:09:18 -0700 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time
sherman [Tue, 14 May 2013 14:09:18 -0700] rev 17470
8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time Summary: removed the race condition risk from ExtendedCahrset access code Reviewed-by: mchung, alanb
Tue, 14 May 2013 12:01:38 -0700 6328537: Improve javadocs for Socket class by adding references to SocketOptions
khazra [Tue, 14 May 2013 12:01:38 -0700] rev 17469
6328537: Improve javadocs for Socket class by adding references to SocketOptions Summary: Insert references to SocketOptions.java where applicable Reviewed-by: alanb, chegar
Tue, 14 May 2013 22:36:52 +0530 8014519: scriptpad sample does not work with nashorn
sundar [Tue, 14 May 2013 22:36:52 +0530] rev 17468
8014519: scriptpad sample does not work with nashorn Reviewed-by: attila, jlaskey Contributed-by: rieberandreas@gmail.com
Tue, 14 May 2013 20:16:21 +0400 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
uta [Tue, 14 May 2013 20:16:21 +0400] rev 17467
8012453: (process) Runtime.exec(String) fails if command contains spaces [win] Reviewed-by: alanb
Tue, 14 May 2013 14:32:15 +0100 8014500: bootcycle-images fails after upgrade to JAXP 1.5
alanb [Tue, 14 May 2013 14:32:15 +0100] rev 17466
8014500: bootcycle-images fails after upgrade to JAXP 1.5 Reviewed-by: lancea
Mon, 13 May 2013 22:16:55 -0700 8014365: Restore Objects.requireNonNull(T, Supplier<String>)
darcy [Mon, 13 May 2013 22:16:55 -0700] rev 17465
8014365: Restore Objects.requireNonNull(T, Supplier<String>) Reviewed-by: mduigou
Mon, 13 May 2013 20:35:36 -0700 8013386: (tz) Support tzdata2013c
sherman [Mon, 13 May 2013 20:35:36 -0700] rev 17464
8013386: (tz) Support tzdata2013c Summary: updated tz data to version 2013c Reviewed-by: peytoia, okutsu
Mon, 13 May 2013 13:48:58 -0700 8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive
khazra [Mon, 13 May 2013 13:48:58 -0700] rev 17463
8014254: Selector in HttpServer introduces a 1000 ms delay when using KeepAlive Summary: Rearrange event-handling code to remove bottle-neck. Also reviewed by mhall@mhcomputing.net. Reviewed-by: chegar, alanb
Mon, 13 May 2013 13:15:20 -0700 Merge
mduigou [Mon, 13 May 2013 13:15:20 -0700] rev 17462
Merge
Mon, 13 May 2013 12:26:28 -0700 8008687: MethodHandle code: allow static and invokespecial calls to interface methods
bharadwaj [Mon, 13 May 2013 12:26:28 -0700] rev 17461
8008687: MethodHandle code: allow static and invokespecial calls to interface methods Summary: Changes to support invocation of lambda methods compiled either as static interface methods and or private instance methods. Reviewed-by: jrose, twisti
Mon, 13 May 2013 22:23:17 +0530 8012975: Remove rhino from jdk8
sundar [Mon, 13 May 2013 22:23:17 +0530] rev 17460
8012975: Remove rhino from jdk8 Reviewed-by: alanb, tbell
Mon, 13 May 2013 06:05:32 -0700 8005598: (reopened) Need to clone array of input/output parameters
xuelei [Mon, 13 May 2013 06:05:32 -0700] rev 17459
8005598: (reopened) Need to clone array of input/output parameters Reviewed-by: weijun
Mon, 13 May 2013 05:41:51 -0700 8005535: SSLSessionImpl should have protected finalize()
xuelei [Mon, 13 May 2013 05:41:51 -0700] rev 17458
8005535: SSLSessionImpl should have protected finalize() Reviewed-by: weijun, wetmore
Fri, 10 May 2013 23:56:24 +0400 7021870: GzipInputStream closes underlying stream during reading
dmeetry [Fri, 10 May 2013 23:56:24 +0400] rev 17457
7021870: GzipInputStream closes underlying stream during reading Reviewed-by: mduigou Contributed-by: ivan.gerasimov@oracle.com
Fri, 10 May 2013 12:25:16 -0700 8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*
darcy [Fri, 10 May 2013 12:25:16 -0700] rev 17456
8014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.* Reviewed-by: mchung
Fri, 10 May 2013 10:12:58 -0700 Merge
mduigou [Fri, 10 May 2013 10:12:58 -0700] rev 17455
Merge
Fri, 10 May 2013 09:51:14 -0700 8014316: Use Method Refs in j.u.stream.MatchOps
mduigou [Fri, 10 May 2013 09:51:14 -0700] rev 17454
8014316: Use Method Refs in j.u.stream.MatchOps Reviewed-by: dholmes
Fri, 10 May 2013 09:06:21 -0700 8014296: DivModTests should not compare pointers
rriggs [Fri, 10 May 2013 09:06:21 -0700] rev 17453
8014296: DivModTests should not compare pointers Reviewed-by: darcy
Fri, 10 May 2013 08:53:38 -0700 8014249: Add Modifer.parameterModifiers()
darcy [Fri, 10 May 2013 08:53:38 -0700] rev 17452
8014249: Add Modifer.parameterModifiers() Reviewed-by: mduigou, mchung
Fri, 10 May 2013 14:53:33 +0100 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
alanb [Fri, 10 May 2013 14:53:33 +0100] rev 17451
8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long Reviewed-by: khazra, chegar
Fri, 10 May 2013 10:20:13 +0200 8007073: Implement Core Reflection for Type Annotations on parameters
jfranck [Fri, 10 May 2013 10:20:13 +0200] rev 17450
8007073: Implement Core Reflection for Type Annotations on parameters Reviewed-by: darcy, abuckley
Thu, 09 May 2013 14:23:49 -0700 Merge
lana [Thu, 09 May 2013 14:23:49 -0700] rev 17449
Merge
Wed, 08 May 2013 23:53:35 -0700 Merge
lana [Wed, 08 May 2013 23:53:35 -0700] rev 17448
Merge
Wed, 01 May 2013 18:40:31 +0200 8012646: Pattern.splitAsStream
psandoz [Wed, 01 May 2013 18:40:31 +0200] rev 17447
8012646: Pattern.splitAsStream Reviewed-by: forax, plevart, alanb Contributed-by: Ben Evans <benjamin.john.evans@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
Thu, 09 May 2013 12:00:46 -0700 8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo
juh [Thu, 09 May 2013 12:00:46 -0700] rev 17446
8007699: Move some tests from test/sun/security/provider/certpath/X509CertPath to closed repo Reviewed-by: mullan
Tue, 07 May 2013 13:15:28 -0700 8013736: [launcher] cleanup code for correctness
ksrini [Tue, 07 May 2013 13:15:28 -0700] rev 17445
8013736: [launcher] cleanup code for correctness 8005735: [parfait] False positive integer overflow in jdk/src/solaris/bin/jexec.c 8009873: [parfait] Memory leak at jdk/src/share/bin/wildcard.c 8005807: [parfait] Undefined return value at jdk/src/share/bin/java.c Reviewed-by: alanb, martin
Wed, 08 May 2013 18:00:10 +0100 8013652: (profiles) Add javax.script to compact1
alanb [Wed, 08 May 2013 18:00:10 +0100] rev 17444
8013652: (profiles) Add javax.script to compact1 Reviewed-by: mchung, dholmes
Wed, 08 May 2013 08:25:34 +0800 8012679: Let allow_weak_crypto default to false
weijun [Wed, 08 May 2013 08:25:34 +0800] rev 17443
8012679: Let allow_weak_crypto default to false Reviewed-by: valeriep
Mon, 06 May 2013 11:43:51 -0400 8012664: Add tests for java.util.stream and lambda translation
briangoetz [Mon, 06 May 2013 11:43:51 -0400] rev 17442
8012664: Add tests for java.util.stream and lambda translation Reviewed-by: mduigou, briangoetz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Robert Field <robert.field@oracle.com>, Jim Gish <jim.gish@oracle.com>
Tue, 07 May 2013 12:05:52 -0700 4802647: Throw required NPEs from removeAll()/retainAll()
mduigou [Tue, 07 May 2013 12:05:52 -0700] rev 17441
4802647: Throw required NPEs from removeAll()/retainAll() Reviewed-by: mduigou, chegar, dholmes Contributed-by: Brandon Passanisi <brandon.passanisi@oracle.com>
Tue, 07 May 2013 11:31:08 -0700 8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
naoto [Tue, 07 May 2013 11:31:08 -0700] rev 17440
8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied Reviewed-by: okutsu
Tue, 07 May 2013 20:00:47 +0200 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true
sla [Tue, 07 May 2013 20:00:47 +0200] rev 17439
8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true Reviewed-by: alanb, dsamersoff
Tue, 07 May 2013 19:57:55 +0200 6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1
sla [Tue, 07 May 2013 19:57:55 +0200] rev 17438
6980985: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage is not robust when getMax() returns -1 7181907: TEST_BUG: j/l/management/MemoryMXBean/ResetPeakMemoryUsage fails with NegativeArraySizeException 7148492: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java failing since update to hs23-b15 or b16 Reviewed-by: mchung, brutisso
Tue, 07 May 2013 11:35:49 +0200 8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
dfuchs [Tue, 07 May 2013 11:35:49 +0200] rev 17437
8008738: Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently Summary: Encodings.java sometimes creates EncodingInfo objects whose java names are not recognized by the Charset API. This patch fixes that issue. Reviewed-by: joehw, alanb
Tue, 07 May 2013 09:52:23 +0200 8013541: Revise javadoc for Executable.getAnnotatedReturnType()
jfranck [Tue, 07 May 2013 09:52:23 +0200] rev 17436
8013541: Revise javadoc for Executable.getAnnotatedReturnType() Reviewed-by: abuckley, darcy
Tue, 07 May 2013 12:30:36 +0800 8010192: Enable native JGSS provider on Mac
weijun [Tue, 07 May 2013 12:30:36 +0800] rev 17435
8010192: Enable native JGSS provider on Mac Reviewed-by: valeriep
Mon, 06 May 2013 21:24:37 -0700 8013252: Regex Matcher .start and .end should be accessible by group name
sherman [Mon, 06 May 2013 21:24:37 -0700] rev 17434
8013252: Regex Matcher .start and .end should be accessible by group name 8013254: Constructor \w need update to add the support of \p{Join_Control} Summary: added the requested methods and updated the \w constructor Reviewed-by: mchung, alanb
Mon, 06 May 2013 20:54:54 -0700 8003258: BufferedReader.lines()
mduigou [Mon, 06 May 2013 20:54:54 -0700] rev 17433
8003258: BufferedReader.lines() Reviewed-by: alanb, mduigou, psandoz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Henry Jen <henry.jen@oracle.com>
Mon, 06 May 2013 20:54:48 -0700 8013150: Iterator.remove and forEachRemaining relationship not specified
mduigou [Mon, 06 May 2013 20:54:48 -0700] rev 17432
8013150: Iterator.remove and forEachRemaining relationship not specified Reviewed-by: mduigou Contributed-by: Akhil Arora <akhil.arora@oracle.com>
Mon, 06 May 2013 20:54:42 -0700 8013712: Add Objects.nonNull and Objects.isNull
mduigou [Mon, 06 May 2013 20:54:42 -0700] rev 17431
8013712: Add Objects.nonNull and Objects.isNull Reviewed-by: mchung, darcy
Mon, 06 May 2013 14:17:59 -0700 8003992: File and other classes in java.io do not handle embedded nulls properly
dxu [Mon, 06 May 2013 14:17:59 -0700] rev 17430
8003992: File and other classes in java.io do not handle embedded nulls properly Summary: Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
Mon, 06 May 2013 06:05:06 +0200 Merge
dwanvik [Mon, 06 May 2013 06:05:06 +0200] rev 17429
Merge
Mon, 06 May 2013 05:51:01 +0200 8013403: Update JDK8 with Java DB 10.10.1.1.
dwanvik [Mon, 06 May 2013 05:51:01 +0200] rev 17428
8013403: Update JDK8 with Java DB 10.10.1.1. Summary: Drop Java DB 10.10.1.1 bits into JDK 8 and update image builds Reviewed-by: tbell
Fri, 03 May 2013 15:04:54 -0700 8005922: TEST_BUG: There is no /tmp directory for windows system.
juh [Fri, 03 May 2013 15:04:54 -0700] rev 17427
8005922: TEST_BUG: There is no /tmp directory for windows system. Reviewed-by: weijun
Fri, 03 May 2013 10:57:28 -0700 8013528: Provide SharedSecrets access to String(char[], boolean) constructor
mduigou [Fri, 03 May 2013 10:57:28 -0700] rev 17426
8013528: Provide SharedSecrets access to String(char[], boolean) constructor Reviewed-by: martin, alanb, chegar, plevart
Thu, 02 May 2013 13:21:09 +0200 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
jbachorik [Thu, 02 May 2013 13:21:09 +0200] rev 17425
7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification Summary: RemoteServer.getClientHost is returning a String with an IPv6 literal address and we need to enclose it in [] when building the connection id Reviewed-by: alanb, sjiang
Fri, 03 May 2013 10:43:24 +0800 8013855: DigestMD5Client has not checked RealmChoiceCallback value
weijun [Fri, 03 May 2013 10:43:24 +0800] rev 17424
8013855: DigestMD5Client has not checked RealmChoiceCallback value Reviewed-by: xuelei, mullan
Thu, 02 May 2013 14:26:51 -0700 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
khazra [Thu, 02 May 2013 14:26:51 -0700] rev 17423
8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name Summary: Remove buffer overruns in native code Reviewed-by: alanb, chegar
Thu, 02 May 2013 21:23:44 +0400 8013155: [pack200] improve performance of pack200
kizune [Thu, 02 May 2013 21:23:44 +0400] rev 17422
8013155: [pack200] improve performance of pack200 Reviewed-by: ksrini, jrose
Thu, 02 May 2013 09:18:56 -0700 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
mduigou [Thu, 02 May 2013 09:18:56 -0700] rev 17421
8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile Reviewed-by: mduigou, henryjen, alanb, martin, psandoz Contributed-by: akhil.arora@oracle.com, brian.goetz@oracle.com
Wed, 01 May 2013 15:08:31 -0700 8013225: Refresh jdk's private ASM to the latest.
ksrini [Wed, 01 May 2013 15:08:31 -0700] rev 17420
8013225: Refresh jdk's private ASM to the latest. Reviewed-by: mduigou, sundar
Fri, 17 May 2013 10:06:20 -0700 Merge
lana [Fri, 17 May 2013 10:06:20 -0700] rev 17419
Merge
Fri, 17 May 2013 14:11:06 +0400 8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
kshefov [Fri, 17 May 2013 14:11:06 +0400] rev 17418
8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux Reviewed-by: anthony, serb
Fri, 17 May 2013 14:08:59 +0400 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
kshefov [Fri, 17 May 2013 14:08:59 +0400] rev 17417
8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException Reviewed-by: anthony, serb
Fri, 17 May 2013 11:02:55 +0400 7079254: Toolkit eventListener leaks memory
pchelko [Fri, 17 May 2013 11:02:55 +0400] rev 17416
7079254: Toolkit eventListener leaks memory Reviewed-by: serb, art
Wed, 15 May 2013 16:49:34 +0400 8014227: JLightweightFrame needs another synchronization policy
ant [Wed, 15 May 2013 16:49:34 +0400] rev 17415
8014227: JLightweightFrame needs another synchronization policy Reviewed-by: art
Tue, 14 May 2013 17:25:59 +0400 8014423: [macosx] The scrollbar's block increment performs incorrectly
serb [Tue, 14 May 2013 17:25:59 +0400] rev 17414
8014423: [macosx] The scrollbar's block increment performs incorrectly Reviewed-by: anthony, art
Tue, 14 May 2013 16:39:55 +0400 8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError:
pchelko [Tue, 14 May 2013 16:39:55 +0400] rev 17413
8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError: Reviewed-by: serb, anthony
Thu, 09 May 2013 18:42:30 -0700 Merge
lana [Thu, 09 May 2013 18:42:30 -0700] rev 17412
Merge
Wed, 08 May 2013 15:58:30 +0400 8013841: [macosx] Animations not disabled for CALayers used via JAWT
serb [Wed, 08 May 2013 15:58:30 +0400] rev 17411
8013841: [macosx] Animations not disabled for CALayers used via JAWT Reviewed-by: anthony, alexsch
Mon, 06 May 2013 16:23:36 +0400 7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent
serb [Mon, 06 May 2013 16:23:36 +0400] rev 17410
7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: anthony, art
Fri, 17 May 2013 10:04:12 -0700 Merge
lana [Fri, 17 May 2013 10:04:12 -0700] rev 17409
Merge
Fri, 17 May 2013 14:18:44 +0400 8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later
vadim [Fri, 17 May 2013 14:18:44 +0400] rev 17408
8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later Reviewed-by: prr, bae
Fri, 17 May 2013 17:19:21 +0400 4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener
vadim [Fri, 17 May 2013 17:19:21 +0400] rev 17407
4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener Reviewed-by: prr, bae
Thu, 09 May 2013 19:17:43 -0700 Merge
lana [Thu, 09 May 2013 19:17:43 -0700] rev 17406
Merge
Tue, 07 May 2013 09:32:37 -0700 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog.
jgodinez [Tue, 07 May 2013 09:32:37 -0700] rev 17405
8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog. Reviewed-by: bae, prr
Mon, 06 May 2013 12:57:42 -0700 7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc
simonis [Mon, 06 May 2013 12:57:42 -0700] rev 17404
7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc Reviewed-by: prr, ceisserer
Thu, 16 May 2013 12:15:19 -0700 Added tag jdk8-b90 for changeset 1a8b44cae081
katleman [Thu, 16 May 2013 12:15:19 -0700] rev 17403
Added tag jdk8-b90 for changeset 1a8b44cae081
Wed, 05 Jul 2017 18:55:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:30 +0200] rev 17402
Merge
Fri, 17 May 2013 08:59:19 -0700 Added tag hs25-b33 for changeset b00c73d51b8a
amurillo [Fri, 17 May 2013 08:59:19 -0700] rev 17401
Added tag hs25-b33 for changeset b00c73d51b8a
Fri, 17 May 2013 08:59:18 -0700 Merge
amurillo [Fri, 17 May 2013 08:59:18 -0700] rev 17400
Merge
Fri, 17 May 2013 08:00:01 +0200 Merge
jwilhelm [Fri, 17 May 2013 08:00:01 +0200] rev 17399
Merge
(0) -10000 -3000 -1000 -448 +448 +1000 +3000 +10000 +30000 tip