Tue, 28 Apr 2015 12:02:50 -0700 8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place
sangheki [Tue, 28 Apr 2015 12:02:50 -0700] rev 30571
8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place Summary: Calculate the desired PLAB value for a single thread and then return desired PLAB size according to the current number of threads when needed Reviewed-by: ysr, jwilhelm, tschatzl
Tue, 28 Apr 2015 20:02:31 +0200 Merge
sla [Tue, 28 Apr 2015 20:02:31 +0200] rev 30570
Merge
Tue, 28 Apr 2015 07:59:18 +0200 8074016: Add convenient way of adding custom test targets to hotspot's test makefile
iaberg [Tue, 28 Apr 2015 07:59:18 +0200] rev 30569
8074016: Add convenient way of adding custom test targets to hotspot's test makefile Summary: Moved the line including the custom testlist to after variables are defined, allowing custom rules to use them Reviewed-by: erikj, sla
Tue, 28 Apr 2015 12:17:56 +0000 Merge
stefank [Tue, 28 Apr 2015 12:17:56 +0000] rev 30568
Merge
Mon, 27 Apr 2015 09:51:13 +0200 8078601: print_concurrent_locks should be guarded with INCLUDE_SERVICES
stefank [Mon, 27 Apr 2015 09:51:13 +0200] rev 30567
8078601: print_concurrent_locks should be guarded with INCLUDE_SERVICES Reviewed-by: mgronlun, sla, dholmes
Mon, 27 Apr 2015 09:51:06 +0200 8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp
stefank [Mon, 27 Apr 2015 09:51:06 +0200] rev 30566
8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp Reviewed-by: brutisso, goetz
Mon, 27 Apr 2015 10:04:26 +0200 8073632: Make auxiliary data structures know their own translation factor
tschatzl [Mon, 27 Apr 2015 10:04:26 +0200] rev 30565
8073632: Make auxiliary data structures know their own translation factor Summary: Auxiliary data structures should have knowledge of their own requirements for virtual memory reservations instead of getting these values directly from various places. Reviewed-by: stefank, kbarrett
Wed, 22 Apr 2015 17:05:00 +0200 8071462: Remove G1ParGCAllocator::alloc_buffer_waste
tschatzl [Wed, 22 Apr 2015 17:05:00 +0200] rev 30564
8071462: Remove G1ParGCAllocator::alloc_buffer_waste Summary: Removed G1ParGCAllocator::alloc_buffer_waste, added method to obtain waste Reviewed-by: tschatzl, sjohanss Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Mon, 27 Apr 2015 09:08:07 +0200 8078613: HAS_BEEN_MOVED has been moved
brutisso [Mon, 27 Apr 2015 09:08:07 +0200] rev 30563
8078613: HAS_BEEN_MOVED has been moved Reviewed-by: stefank, sjohanss
Thu, 23 Apr 2015 19:01:07 +0000 Merge
ctornqvi [Thu, 23 Apr 2015 19:01:07 +0000] rev 30562
Merge
Thu, 23 Apr 2015 17:14:55 +0000 Merge
ctornqvi [Thu, 23 Apr 2015 17:14:55 +0000] rev 30561
Merge
Wed, 22 Apr 2015 13:58:42 -0700 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
ctornqvi [Wed, 22 Apr 2015 13:58:42 -0700] rev 30560
8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config Reviewed-by: mikael, sla
Thu, 23 Apr 2015 16:44:07 +0000 Merge
kbarrett [Thu, 23 Apr 2015 16:44:07 +0000] rev 30559
Merge
Thu, 23 Apr 2015 11:26:32 -0400 8031401: Remove unused code in the reference processor
kbarrett [Thu, 23 Apr 2015 11:26:32 -0400] rev 30558
8031401: Remove unused code in the reference processor Summary: Assume pending_list uses discovered field and remove resulting dead code. Reviewed-by: brutisso, pliden
Thu, 23 Apr 2015 15:54:47 +0200 8073669: gc/TestSoftReferencesBehaviorOnOOME.java times out in nightlies
azakharov [Thu, 23 Apr 2015 15:54:47 +0200] rev 30557
8073669: gc/TestSoftReferencesBehaviorOnOOME.java times out in nightlies Summary: changed test scenario to more straight-forward one, added tricks to prevent compiler optimizations and added checks when OOME didn't thrown as expected. Reviewed-by: tschatzl, jwilhelm
Wed, 22 Apr 2015 10:31:15 +0200 8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager
stefank [Wed, 22 Apr 2015 10:31:15 +0200] rev 30556
8078345: Move PSParallelCompact::mark_and_push to ParCompactionManager Reviewed-by: jwilhelm, brutisso
Wed, 22 Apr 2015 09:09:42 +0200 8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj
stefank [Wed, 22 Apr 2015 09:09:42 +0200] rev 30555
8078341: Remove the unused PSParallelCompact::_updated_int_array_klass_obj Reviewed-by: ehelin, tschatzl
Wed, 22 Apr 2015 08:29:39 +0200 8078340: Remove the unused PSParallelCompact::KeepAliveClosure
stefank [Wed, 22 Apr 2015 08:29:39 +0200] rev 30554
8078340: Remove the unused PSParallelCompact::KeepAliveClosure Reviewed-by: ehelin, tschatzl
Mon, 18 May 2015 15:52:33 +0000 8080586: aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails
enevill [Mon, 18 May 2015 15:52:33 +0000] rev 30553
8080586: aarch64: hotspot test compiler/codegen/7184394/TestAESMain.java fails Summary: Return correct length in generate_cipherBlockChaining_encryptAESCrypt Reviewed-by: roland
Fri, 15 May 2015 09:21:48 +0000 8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64
enevill [Fri, 15 May 2015 09:21:48 +0000] rev 30552
8079564: Use FP register as proper frame pointer in JIT compiled code on aarch64 Summary: Add support for PreserveFramePointer for debug/profile Reviewed-by: kvn
Thu, 21 May 2015 10:07:35 -0700 Added tag jdk9-b65 for changeset 01b7cab6b7b1
katleman [Thu, 21 May 2015 10:07:35 -0700] rev 30551
Added tag jdk9-b65 for changeset 01b7cab6b7b1
Thu, 21 May 2015 16:19:08 -0700 Merge
lana [Thu, 21 May 2015 16:19:08 -0700] rev 30550
Merge
Tue, 19 May 2015 11:39:57 -0700 Merge
amurillo [Tue, 19 May 2015 11:39:57 -0700] rev 30549
Merge
Thu, 14 May 2015 12:05:31 -0700 Merge
amurillo [Thu, 14 May 2015 12:05:31 -0700] rev 30548
Merge
Sat, 09 May 2015 07:32:37 -0400 Merge
hseigel [Sat, 09 May 2015 07:32:37 -0400] rev 30547
Merge
Thu, 07 May 2015 16:11:04 +0200 8079200: Fix heapdump tests to validate heapdump after jhat is removed
ykantser [Thu, 07 May 2015 16:11:04 +0200] rev 30546
8079200: Fix heapdump tests to validate heapdump after jhat is removed Reviewed-by: sla
Fri, 08 May 2015 13:23:28 -0400 Merge
hseigel [Fri, 08 May 2015 13:23:28 -0400] rev 30545
Merge
Sat, 02 May 2015 18:35:36 -0700 Merge
ccheung [Sat, 02 May 2015 18:35:36 -0700] rev 30544
Merge
Fri, 01 May 2015 09:45:44 -0400 Merge
rriggs [Fri, 01 May 2015 09:45:44 -0400] rev 30543
Merge
Thu, 30 Apr 2015 09:57:58 -0400 8077743: (rm) Port ResourceManagement to JDK9
rriggs [Thu, 30 Apr 2015 09:57:58 -0400] rev 30542
8077743: (rm) Port ResourceManagement to JDK9 Reviewed-by: alanb, erikj, mchung, dholmes
Thu, 30 Apr 2015 09:50:01 +0200 8076473: Remove the jhat code and update makefiles
sla [Thu, 30 Apr 2015 09:50:01 +0200] rev 30541
8076473: Remove the jhat code and update makefiles Reviewed-by: alanb, erikj, sspitsyn
Wed, 29 Apr 2015 07:03:45 -0700 8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
ctornqvi [Wed, 29 Apr 2015 07:03:45 -0700] rev 30540
8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job Reviewed-by: mikael, lfoltan, hseigel
Wed, 29 Apr 2015 15:08:15 +0200 8059047: Extract parser/validator from jhat for use in tests
ykantser [Wed, 29 Apr 2015 15:08:15 +0200] rev 30539
8059047: Extract parser/validator from jhat for use in tests Reviewed-by: sla
Thu, 07 May 2015 15:34:44 -0700 Merge
amurillo [Thu, 07 May 2015 15:34:44 -0700] rev 30538
Merge
Mon, 04 May 2015 17:27:38 +0200 Merge
jwilhelm [Mon, 04 May 2015 17:27:38 +0200] rev 30537
Merge
Wed, 22 Apr 2015 13:58:28 -0700 8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config
ctornqvi [Wed, 22 Apr 2015 13:58:28 -0700] rev 30536
8077529: [TESTBUG] Remove hotspot.internalvmtests from jprt config Reviewed-by: mikael, sla
Mon, 20 Apr 2015 14:26:53 +0200 Merge
jwilhelm [Mon, 20 Apr 2015 14:26:53 +0200] rev 30535
Merge
Tue, 19 May 2015 10:03:48 +0200 8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation
ihse [Tue, 19 May 2015 10:03:48 +0200] rev 30534
8080630: Stop doing sed manipulation of manifest files in SetupJavaCompilation Reviewed-by: erikj
Thu, 21 May 2015 10:07:34 -0700 Added tag jdk9-b65 for changeset a61494bfed44
katleman [Thu, 21 May 2015 10:07:34 -0700] rev 30533
Added tag jdk9-b65 for changeset a61494bfed44
Wed, 05 Jul 2017 20:33:56 +0200 Added tag jdk9-b65 for changeset 4915246064b2
duke [Wed, 05 Jul 2017 20:33:56 +0200] rev 30532
Added tag jdk9-b65 for changeset 4915246064b2
Wed, 05 Jul 2017 20:33:55 +0200 Merge jdk9-b65
duke [Wed, 05 Jul 2017 20:33:55 +0200] rev 30531
Merge
Wed, 05 Jul 2017 20:33:50 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:50 +0200] rev 30530
Merge
Thu, 14 May 2015 20:17:02 -0700 Merge
lana [Thu, 14 May 2015 20:17:02 -0700] rev 30529
Merge
Tue, 12 May 2015 12:02:48 -0700 8065077: MethodTypes are not localized
bpatel [Tue, 12 May 2015 12:02:48 -0700] rev 30528
8065077: MethodTypes are not localized Reviewed-by: ksrini
Thu, 14 May 2015 12:38:14 -0700 Added tag jdk9-b64 for changeset 47d774ef3c19
katleman [Thu, 14 May 2015 12:38:14 -0700] rev 30527
Added tag jdk9-b64 for changeset 47d774ef3c19
Wed, 05 Jul 2017 20:33:45 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:45 +0200] rev 30526
Merge
Thu, 14 May 2015 12:38:10 -0700 Added tag jdk9-b64 for changeset 3901aa49fb70
katleman [Thu, 14 May 2015 12:38:10 -0700] rev 30525
Added tag jdk9-b64 for changeset 3901aa49fb70
Wed, 05 Jul 2017 20:33:41 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:41 +0200] rev 30524
Merge
Thu, 14 May 2015 20:14:57 -0700 Merge
lana [Thu, 14 May 2015 20:14:57 -0700] rev 30523
Merge
Thu, 14 May 2015 09:38:53 -0700 8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
joehw [Thu, 14 May 2015 09:38:53 -0700] rev 30522
8080344: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Reviewed-by: lancea
Fri, 08 May 2015 11:07:35 +0300 8062518: AIOBE occurs when accessing to document function in extended function in JAXP
aefimov [Fri, 08 May 2015 11:07:35 +0300] rev 30521
8062518: AIOBE occurs when accessing to document function in extended function in JAXP Reviewed-by: joehw
Thu, 14 May 2015 12:38:09 -0700 Added tag jdk9-b64 for changeset 8a60622f2e7a
katleman [Thu, 14 May 2015 12:38:09 -0700] rev 30520
Added tag jdk9-b64 for changeset 8a60622f2e7a
Wed, 05 Jul 2017 20:33:35 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:35 +0200] rev 30519
Merge
Thu, 14 May 2015 20:14:44 -0700 Merge
lana [Thu, 14 May 2015 20:14:44 -0700] rev 30518
Merge
Wed, 13 May 2015 10:01:37 -0500 8080295: Need to adjust test output for 8067931
attila [Wed, 13 May 2015 10:01:37 -0500] rev 30517
8080295: Need to adjust test output for 8067931 Reviewed-by: jlaskey, sundar
Wed, 13 May 2015 09:38:59 -0500 8067931: Improve error message when with statement is passed a POJO
attila [Wed, 13 May 2015 09:38:59 -0500] rev 30516
8067931: Improve error message when with statement is passed a POJO Reviewed-by: lagergren, sundar
Wed, 13 May 2015 15:41:46 +0200 8080286: use path separator setting consistently in Nashorn project properties
mhaupt [Wed, 13 May 2015 15:41:46 +0200] rev 30515
8080286: use path separator setting consistently in Nashorn project properties Summary: replace uses of ":" with platform-independent path separator property Reviewed-by: hannesw, sundar
Wed, 13 May 2015 12:45:14 +0530 8080182: Array.prototype.sort throws IAE on inconsistent comparison
sundar [Wed, 13 May 2015 12:45:14 +0530] rev 30514
8080182: Array.prototype.sort throws IAE on inconsistent comparison Reviewed-by: lagergren, hannesw
Tue, 12 May 2015 12:40:33 +0530 8080090: -d option should dump script source as well
sundar [Tue, 12 May 2015 12:40:33 +0530] rev 30513
8080090: -d option should dump script source as well Reviewed-by: hannesw, lagergren
Mon, 11 May 2015 22:57:24 +0530 8080042: can't build nashorn.jar from jdk9-dev/nashorn using jdk8 installation as JAVA_HOME
sundar [Mon, 11 May 2015 22:57:24 +0530] rev 30512
8080042: can't build nashorn.jar from jdk9-dev/nashorn using jdk8 installation as JAVA_HOME Reviewed-by: lagergren, jlaskey
Thu, 14 May 2015 12:38:15 -0700 Added tag jdk9-b64 for changeset 8b01824b0cbb
katleman [Thu, 14 May 2015 12:38:15 -0700] rev 30511
Added tag jdk9-b64 for changeset 8b01824b0cbb
Wed, 05 Jul 2017 20:33:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:28 +0200] rev 30510
Merge
Thu, 14 May 2015 12:38:07 -0700 Added tag jdk9-b64 for changeset 1dbddb2a1971
katleman [Thu, 14 May 2015 12:38:07 -0700] rev 30509
Added tag jdk9-b64 for changeset 1dbddb2a1971
Wed, 05 Jul 2017 20:33:23 +0200 Merge
duke [Wed, 05 Jul 2017 20:33:23 +0200] rev 30508
Merge
Thu, 14 May 2015 20:15:26 -0700 Merge
lana [Thu, 14 May 2015 20:15:26 -0700] rev 30507
Merge
Fri, 15 May 2015 01:14:25 +0000 8038084: CertStore needs a way to add new CertStore types
valeriep [Fri, 15 May 2015 01:14:25 +0000] rev 30506
8038084: CertStore needs a way to add new CertStore types Summary: Removed internal helper classes and reflection usage for LDAP CertStore. Reviewed-by: mullan
Thu, 14 May 2015 13:52:05 -0700 8078463: TEST_BUG: optimize java/util/Map/Collisions.java
smarks [Thu, 14 May 2015 13:52:05 -0700] rev 30505
8078463: TEST_BUG: optimize java/util/Map/Collisions.java Reviewed-by: martin, chegar, dfuchs
Thu, 14 May 2015 09:50:30 -0700 8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
naoto [Thu, 14 May 2015 09:50:30 -0700] rev 30504
8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Reviewed-by: lancea
Thu, 14 May 2015 13:45:23 +0100 8080330: (cs) Charset.availableCharsets failing with NPE on several platforms
alanb [Thu, 14 May 2015 13:45:23 +0100] rev 30503
8080330: (cs) Charset.availableCharsets failing with NPE on several platforms Reviewed-by: chegar
Wed, 13 May 2015 14:16:46 -0700 8080317: Disable warning treated as error for signed/unsigned comparison in building splashscreen
prr [Wed, 13 May 2015 14:16:46 -0700] rev 30502
8080317: Disable warning treated as error for signed/unsigned comparison in building splashscreen Reviewed-by: ddehaven
Wed, 13 May 2015 08:37:34 -0700 Merge
prr [Wed, 13 May 2015 08:37:34 -0700] rev 30501
Merge
Wed, 06 May 2015 18:30:31 +0300 6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing)
serb [Wed, 06 May 2015 18:30:31 +0300] rev 30500
6206437: Typo in JInternalFrame setDefaultCloseOperation() doc (WindowClosing --> internalFrameClosing) Reviewed-by: alexsch, azvegint
Wed, 06 May 2015 17:31:48 +0300 8079217: JRE installation is stuck at Progress dialog : redux
serb [Wed, 06 May 2015 17:31:48 +0300] rev 30499
8079217: JRE installation is stuck at Progress dialog : redux Reviewed-by: prr, ant
Tue, 05 May 2015 13:29:31 -0700 Merge
prr [Tue, 05 May 2015 13:29:31 -0700] rev 30498
Merge
Thu, 30 Apr 2015 16:47:05 +0300 8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
bae [Thu, 30 Apr 2015 16:47:05 +0300] rev 30497
8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly Reviewed-by: alexp, serb
Thu, 30 Apr 2015 16:02:42 +0300 8077982: GIFLIB upgrade
azvegint [Thu, 30 Apr 2015 16:02:42 +0300] rev 30496
8077982: GIFLIB upgrade Reviewed-by: ant, serb
Thu, 30 Apr 2015 14:04:39 +0400 8078614: WindowsClassicLookAndFeel MetalComboBoxUI.getbaseLine fails with IllegalArgumentException
alexsch [Thu, 30 Apr 2015 14:04:39 +0400] rev 30495
8078614: WindowsClassicLookAndFeel MetalComboBoxUI.getbaseLine fails with IllegalArgumentException Reviewed-by: serb, azvegint, alexsch Contributed-by: Victor Dyakov <victor.dyakov@oracle.com>
Wed, 29 Apr 2015 16:02:57 -0700 8078654: CloseTTFontFileFunc callback should be removed
adinn [Wed, 29 Apr 2015 16:02:57 -0700] rev 30494
8078654: CloseTTFontFileFunc callback should be removed Reviewed-by: prr, martin
Wed, 29 Apr 2015 12:57:24 -0700 8079067: New version string scheme - Java2D
prr [Wed, 29 Apr 2015 12:57:24 -0700] rev 30493
8079067: New version string scheme - Java2D Reviewed-by: serb, jgodinez, iris
Wed, 29 Apr 2015 10:25:49 -0700 8076979: DebugFonts.java fails with stackoverflow error
prr [Wed, 29 Apr 2015 10:25:49 -0700] rev 30492
8076979: DebugFonts.java fails with stackoverflow error Reviewed-by: serb, jgodinez
Wed, 29 Apr 2015 10:22:54 -0700 8078331: Upgrade JDK to use LittleCMS 2.7
prr [Wed, 29 Apr 2015 10:22:54 -0700] rev 30491
8078331: Upgrade JDK to use LittleCMS 2.7 Reviewed-by: serb, bae
Wed, 29 Apr 2015 09:44:24 -0700 Merge
prr [Wed, 29 Apr 2015 09:44:24 -0700] rev 30490
Merge
Wed, 29 Apr 2015 08:52:47 -0700 Merge
prr [Wed, 29 Apr 2015 08:52:47 -0700] rev 30489
Merge
Wed, 29 Apr 2015 19:43:55 +0300 8078216: JRE installation is stuck at Progress dialog
serb [Wed, 29 Apr 2015 19:43:55 +0300] rev 30488
8078216: JRE installation is stuck at Progress dialog Reviewed-by: prr, ddehaven
Wed, 29 Apr 2015 20:06:35 +0400 8031109: Rendering HTML code in JEditorPane throws NumberFormatException
alexsch [Wed, 29 Apr 2015 20:06:35 +0400] rev 30487
8031109: Rendering HTML code in JEditorPane throws NumberFormatException Reviewed-by: azvegint, alexsch Contributed-by: Victor Dyakov <victor.dyakov@oracle.com>
Wed, 29 Apr 2015 12:54:36 +0300 8051617: Fullscreen mode is not working properly on Xorg
azvegint [Wed, 29 Apr 2015 12:54:36 +0300] rev 30486
8051617: Fullscreen mode is not working properly on Xorg Reviewed-by: alexsch, serb
Wed, 29 Apr 2015 02:55:39 +0300 4703110: java.awt.Canvas(GraphicaConfiguration): null reaction
serb [Wed, 29 Apr 2015 02:55:39 +0300] rev 30485
4703110: java.awt.Canvas(GraphicaConfiguration): null reaction Reviewed-by: azvegint, ant
Tue, 28 Apr 2015 14:23:03 -0700 8078464: Path2D storage growth algorithms should be less linear
lbourges [Tue, 28 Apr 2015 14:23:03 -0700] rev 30484
8078464: Path2D storage growth algorithms should be less linear Reviewed-by: flar
Tue, 28 Apr 2015 19:32:50 +0400 8044444: The output's 'Page-n' footer does not show completely
alexsch [Tue, 28 Apr 2015 19:32:50 +0400] rev 30483
8044444: The output's 'Page-n' footer does not show completely Reviewed-by: prr, serb
Tue, 28 Apr 2015 16:24:04 +0300 8077267: Typo in the test on JavaBean
serb [Tue, 28 Apr 2015 16:24:04 +0300] rev 30482
8077267: Typo in the test on JavaBean Reviewed-by: alexsch, malenkov
Mon, 27 Apr 2015 09:17:39 -0700 Merge
prr [Mon, 27 Apr 2015 09:17:39 -0700] rev 30481
Merge
Fri, 24 Apr 2015 15:45:25 +0300 8076455: IME Composition Window is displayed on incorrect position
bae [Fri, 24 Apr 2015 15:45:25 +0300] rev 30480
8076455: IME Composition Window is displayed on incorrect position Reviewed-by: serb, azvegint
Thu, 23 Apr 2015 17:33:19 +0300 8078165: [macosx] NPE when attempting to get image from toolkit
anashaty [Thu, 23 Apr 2015 17:33:19 +0300] rev 30479
8078165: [macosx] NPE when attempting to get image from toolkit Reviewed-by: serb, alexp
Thu, 23 Apr 2015 16:54:54 +0300 6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails
serb [Thu, 23 Apr 2015 16:54:54 +0300] rev 30478
6829245: Reg test: java/awt/Component/isLightweightCrash/StubPeerCrash.java fails Reviewed-by: azvegint, alexsch
Wed, 22 Apr 2015 20:41:37 +0100 8078115: Applets now require "modifyThread" permission to exit on windows
serb [Wed, 22 Apr 2015 20:41:37 +0100] rev 30477
8078115: Applets now require "modifyThread" permission to exit on windows Reviewed-by: azvegint, alexsch
Wed, 22 Apr 2015 15:00:50 +0400 8030123: java/beans/Introspector/Test8027648.java fails
alexsch [Wed, 22 Apr 2015 15:00:50 +0400] rev 30476
8030123: java/beans/Introspector/Test8027648.java fails Reviewed-by: serb, alexsch Contributed-by: Nicholas Cull <run2000@gmail.com>
Wed, 22 Apr 2015 13:46:03 +0400 8069361: SunGraphics2D.getDefaultTransform() does not include scale factor
alexsch [Wed, 22 Apr 2015 13:46:03 +0400] rev 30475
8069361: SunGraphics2D.getDefaultTransform() does not include scale factor Reviewed-by: flar, prr, serb
Tue, 21 Apr 2015 20:11:59 +0300 8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
pchopra [Tue, 21 Apr 2015 20:11:59 +0300] rev 30474
8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails Reviewed-by: serb, alexsch
Mon, 20 Apr 2015 10:39:30 -0700 7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
prr [Mon, 20 Apr 2015 10:39:30 -0700] rev 30473
7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present Reviewed-by: serb, bae
Sun, 19 Apr 2015 10:31:06 +0300 8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c
serb [Sun, 19 Apr 2015 10:31:06 +0300] rev 30472
8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c Reviewed-by: azvegint, prr
Fri, 17 Apr 2015 17:01:24 +0300 8074757: Remove java.awt.Toolkit methods which return peer types
serb [Fri, 17 Apr 2015 17:01:24 +0300] rev 30471
8074757: Remove java.awt.Toolkit methods which return peer types Reviewed-by: alanb, prr, ant
Fri, 17 Apr 2015 16:57:30 +0300 8074763: Remove API references to java.awt.dnd.peer
serb [Fri, 17 Apr 2015 16:57:30 +0300] rev 30470
8074763: Remove API references to java.awt.dnd.peer Reviewed-by: alanb, ant, prr
Fri, 17 Apr 2015 16:54:13 +0300 8074028: Remove API references to java.awt.peer
serb [Fri, 17 Apr 2015 16:54:13 +0300] rev 30469
8074028: Remove API references to java.awt.peer Reviewed-by: alanb, ant, yan, prr
Fri, 17 Apr 2015 12:32:46 -0700 8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
prr [Fri, 17 Apr 2015 12:32:46 -0700] rev 30468
8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo Reviewed-by: flar, lbourges
Thu, 16 Apr 2015 21:55:55 +0300 8076264: [macosx] Launching app on MacOSX requires enclosing class
serb [Thu, 16 Apr 2015 21:55:55 +0300] rev 30467
8076264: [macosx] Launching app on MacOSX requires enclosing class Reviewed-by: azvegint, ksrini
Thu, 16 Apr 2015 14:32:33 +0100 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first()
aivanov [Thu, 16 Apr 2015 14:32:33 +0100] rev 30466
8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first() Reviewed-by: alexsch, alexp
Wed, 15 Apr 2015 14:28:43 -0700 Merge
prr [Wed, 15 Apr 2015 14:28:43 -0700] rev 30465
Merge
Wed, 15 Apr 2015 10:24:01 -0700 8075082: Fix missing doclint warnings in the javax.swing package
darcy [Wed, 15 Apr 2015 10:24:01 -0700] rev 30464
8075082: Fix missing doclint warnings in the javax.swing package Reviewed-by: serb, ant
Wed, 15 Apr 2015 14:38:13 +0400 8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object
alexsch [Wed, 15 Apr 2015 14:38:13 +0400] rev 30463
8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object Reviewed-by: serb, azvegint
Tue, 14 Apr 2015 15:43:14 -0700 8076624: Fix missing doclint warnings in javax.swing.text
darcy [Tue, 14 Apr 2015 15:43:14 -0700] rev 30462
8076624: Fix missing doclint warnings in javax.swing.text Reviewed-by: serb
Tue, 14 Apr 2015 14:47:12 -0700 8077095: Fix missing doclint warnings in the javax.swing.plaf.basic package
darcy [Tue, 14 Apr 2015 14:47:12 -0700] rev 30461
8077095: Fix missing doclint warnings in the javax.swing.plaf.basic package Reviewed-by: serb
Tue, 14 Apr 2015 12:10:01 -0700 Merge
ddehaven [Tue, 14 Apr 2015 12:10:01 -0700] rev 30460
Merge
Tue, 14 Apr 2015 14:47:40 +0400 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
alexsch [Tue, 14 Apr 2015 14:47:40 +0400] rev 30459
8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage Reviewed-by: serb, alexsch Contributed-by: Hendrik Schreiber <hs@tagtraum.com>
Tue, 14 Apr 2015 15:24:10 +0400 8073453: Focus doesn't move when pressing Shift + Tab keys
dmarkov [Tue, 14 Apr 2015 15:24:10 +0400] rev 30458
8073453: Focus doesn't move when pressing Shift + Tab keys Reviewed-by: alexsch, ant
Tue, 14 Apr 2015 09:34:59 +0300 8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation
serb [Tue, 14 Apr 2015 09:34:59 +0300] rev 30457
8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation Reviewed-by: azvegint, alexsch
Mon, 13 Apr 2015 17:06:04 -0700 8035302: Eliminate dependency on jdk.charsets from 2D font code.
prr [Mon, 13 Apr 2015 17:06:04 -0700] rev 30456
8035302: Eliminate dependency on jdk.charsets from 2D font code. Reviewed-by: mchung, alanb, sherman, serb
Mon, 13 Apr 2015 19:39:40 +0300 8076069: [macosx][TESTBUG] tests failing with Unrecognized system error
sgupta [Mon, 13 Apr 2015 19:39:40 +0300] rev 30455
8076069: [macosx][TESTBUG] tests failing with Unrecognized system error Reviewed-by: serb, azvegint, kshefov
Fri, 10 Apr 2015 11:35:49 +0300 8076151: [TESTBUG] Test java/awt/FontClass/CreateFont/fileaccess/FontFile.java fails
pchopra [Fri, 10 Apr 2015 11:35:49 +0300] rev 30454
8076151: [TESTBUG] Test java/awt/FontClass/CreateFont/fileaccess/FontFile.java fails Reviewed-by: alexsch, azvegint
Thu, 09 Apr 2015 18:09:55 +0400 7081580: Specification for MouseInfo.getNumberOfButtons() doesn't contain info about "awt.mouse.numButtons"
ssadetsky [Thu, 09 Apr 2015 18:09:55 +0400] rev 30453
7081580: Specification for MouseInfo.getNumberOfButtons() doesn't contain info about "awt.mouse.numButtons" Reviewed-by: serb, ant
Thu, 09 Apr 2015 17:41:08 +0400 6866751: J2SE_Swing_Reg: the caret disappears when moving to the end of the line.
ssadetsky [Thu, 09 Apr 2015 17:41:08 +0400] rev 30452
6866751: J2SE_Swing_Reg: the caret disappears when moving to the end of the line. Reviewed-by: serb, alexsch
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip