David Katleman
e792edab0c
Added tag jdk9-b62 for changeset 4440a52322d5
2015-04-30 13:02:01 -07:00
Jaroslav Bachorik
08231934c1
8072906: sun/management/jmxremote/bootstrap/CustomLauncherTest.java failing on embedded platform
...
Reviewed-by: sspitsyn, dholmes
2015-04-30 16:44:39 +02:00
Calvin Cheung
df0cd30d79
Merge
2015-05-02 18:40:59 -07:00
Roger Riggs
e5b9f73bea
Merge
2015-05-01 18:23:31 +00:00
Roger Riggs
90d999d04d
8077743: (rm) Port ResourceManagement to JDK9
...
Reviewed-by: erikj, mchung, alanb, dholmes
2015-04-30 09:58:17 -04:00
Roger Riggs
21d01c7935
8077743: (rm) Port ResourceManagement to JDK9
...
Reviewed-by: alanb, erikj, mchung, dholmes
2015-04-30 09:57:58 -04:00
Andrew Brygin
3034b7f80b
8073001: Java's system LnF on OS X: editable JComboBoxes are being rendered incorrectly
...
Reviewed-by: alexp, serb
2015-04-30 16:47:05 +03:00
Alexander Zvegintsev
71bcae933a
8077982: GIFLIB upgrade
...
Reviewed-by: ant, serb
2015-04-30 16:02:42 +03:00
Andreas Lundblad
bd17f06ead
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
...
Additional applicability checks added.
Reviewed-by: jlahoda
2015-04-30 12:21:50 +02:00
Victor Dyakov
f97624c3a6
8078614: WindowsClassicLookAndFeel MetalComboBoxUI.getbaseLine fails with IllegalArgumentException
...
Reviewed-by: serb, azvegint, alexsch
2015-04-30 14:04:39 +04:00
Staffan Larsen
a4105af83d
8076473: Remove the jhat code and update makefiles
...
Reviewed-by: alanb, erikj, sspitsyn
2015-04-30 09:50:10 +02:00
Staffan Larsen
91d1c82f21
8076473: Remove the jhat code and update makefiles
...
Reviewed-by: alanb, erikj, sspitsyn
2015-04-30 09:50:01 +02:00
Brian Burkhalter
30e8183ee8
8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
...
Add ability to initial the random number generator from the system property "seed" and print to STDOUT the seed value actually used.
Reviewed-by: darcy
2015-04-29 16:34:49 -07:00
Andrew Dinn
c9ba8831c6
8078654: CloseTTFontFileFunc callback should be removed
...
Reviewed-by: prr, martin
2015-04-29 16:02:57 -07:00
Jonathan Gibbons
8c93ae0560
8078054: [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted"
...
Reviewed-by: darcy
2015-04-29 15:05:33 -07:00
Roland Westrelin
3cdae26a75
8078426: mb/jvm/compiler/InterfaceCalls/testAC2 - assert(predicate_proj == 0L) failed: only one predicate entry expected
...
Split if finds predicates on several incoming paths when unswitched's loops are optimized out
Reviewed-by: kvn
2015-04-29 14:43:12 -07:00
Erik Joelsson
20afeb9907
8078437: Enable use of devkits for Windows
...
Reviewed-by: ihse
2015-04-29 22:33:42 +02:00
Phil Race
722ec3f5ed
8079067: New version string scheme - Java2D
...
Reviewed-by: serb, jgodinez, iris
2015-04-29 12:57:24 -07:00
Severin Gehwolf
add46c476a
8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
...
Do the math on the unsigned type where overflows are well defined
Reviewed-by: kvn, aph
2015-04-29 12:23:48 -07:00
Naoto Sato
ae93bb2873
8075545: Add permission check for locale service provider implementations
...
Reviewed-by: mchung, alanb
2015-04-29 11:03:56 -07:00
Joe Darcy
86c109e149
8078334: Mark regression tests using randomness
...
Reviewed-by: xuelei, alanb
2015-04-29 10:25:53 -07:00
Phil Race
b61e85156e
8076979: DebugFonts.java fails with stackoverflow error
...
Reviewed-by: serb, jgodinez
2015-04-29 10:25:49 -07:00
Phil Race
5e68af873f
8078331: Upgrade JDK to use LittleCMS 2.7
...
Reviewed-by: serb, bae
2015-04-29 10:22:54 -07:00
Phil Race
e8787ce018
Merge
2015-04-29 09:44:24 -07:00
Sergey Bylokhov
56e9125ea4
8078216: JRE installation is stuck at Progress dialog
...
Reviewed-by: prr, ddehaven
2015-04-29 19:43:55 +03:00
Victor Dyakov
a7ad7b97e2
8031109: Rendering HTML code in JEditorPane throws NumberFormatException
...
Reviewed-by: azvegint, alexsch
2015-04-29 20:06:35 +04:00
Phil Race
60bb43ad32
Merge
2015-04-29 08:52:47 -07:00
Joe Darcy
84bc5a8a04
8078880: Mark a few more intermittently failuring security-libs
...
Reviewed-by: xuelei
2015-04-29 08:37:57 -07:00
Vinnie Ryan
0ecf80f99a
8078562: Add modified dates
...
Reviewed-by: mullan
2015-04-29 16:06:18 +01:00
Christian Tornqvist
17fc606a15
8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
...
Reviewed-by: mikael, lfoltan, hseigel
2015-04-29 07:03:45 -07:00
Alexander Stepanov
86a3e55dec
8078528: clean out tidy warnings from security.auth
...
Some HTML markup fixes for docs
Reviewed-by: xuelei
2015-04-29 17:29:14 +04:00
Katja Kantserova
cd5c5b1c01
8059047: Extract parser/validator from jhat for use in tests
...
Reviewed-by: sla
2015-04-29 15:08:15 +02:00
Evgeniya Stepanova
19e80a1f8f
6407976: GC worker number should be unsigned
...
Reviewed-by: jwilhelm, tschatzl
2015-04-29 15:12:33 +03:00
David Lindholm
4ff6849791
8079337: Format string issues in workgroup.cpp and taskqueue.cpp
...
Reviewed-by: jwilhelm, pliden, ehelin
2015-05-06 11:04:44 +02:00
Per Lidén
e5b7417b04
8079330: Circular dependency between G1CollectedHeap and G1BlockOffsetSharedArray
...
Reviewed-by: tschatzl, mgerdin
2015-05-05 11:17:12 +02:00
Per Lidén
7e9f9f9107
8013171: G1: C1 x86_64 barriers use 32-bit accesses to 64-bit PtrQueue::_index
...
Reviewed-by: roland, tschatzl
2015-05-06 09:21:10 +02:00
Stefan Karlsson
7ede39f590
8079275: Remove CollectedHeap::use_parallel_gc_threads
...
Reviewed-by: sjohanss, kbarrett
2015-05-04 15:02:37 +02:00
Jungwoo Ha
00f9d96a8b
8079091: Remove dictionary NULL check on common path of BlockFreeList methods
...
Reviewed-by: kbarrett, stefank, dholmes, jmasa
2015-05-01 10:51:00 -07:00
Jesper Wilhelmsson
ca69eddba5
Merge
2015-05-04 17:10:50 +02:00
Per Lidén
8986235472
8079148: Fix incorrect include guards
...
Reviewed-by: stefank, ehelin
2015-05-04 09:24:03 +02:00
Kim Barrett
0227995013
8075215: SATB buffer processing found reclaimed humongous object
...
Don't assume SATB buffer entries are valid objects
Reviewed-by: brutisso, ecaspole
2015-05-01 17:38:12 -04:00
Stefan Johansson
20689e5397
8078897: Clean out unused code in G1MMUTracker
...
Reviewed-by: brutisso, jwilhelm, drwhite
2015-04-30 10:14:26 +02:00
Eric Caspole
c120339bf0
8078405: Heap decommit failed in TestShrinkAuxiliaryData tests
...
Modified test so options in the code are after the options from the environment, so -ExplicitGCInvokesConcurrent is always used.
Reviewed-by: tschatzl, kbarrett
2015-04-29 15:25:41 -04:00
Dmitry Fazunenko
f10e4ec0a6
8073476: G1 logging ignores changes to PrintGC* flags via MXBeans
...
Reviewed-by: brutisso, jwilhelm
2015-04-29 15:32:05 +04:00
Alexander Zvegintsev
70a2e7923c
8051617: Fullscreen mode is not working properly on Xorg
...
Reviewed-by: alexsch, serb
2015-04-29 12:54:36 +03:00
Derek White
a9a83a919f
8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr
...
Reviewed-by: brutisso, jmasa, jwilhelm
2015-04-29 09:59:51 +02:00
Jonathan Gibbons
74169dee6e
8078861: tools/javac/classfiles/attributes/Synthetic/PackageInfoTest.java fails on Windows
...
Reviewed-by: vromero
2015-04-28 18:57:51 -07:00
Coleen Phillimore
01aedea8fc
Merge
2015-04-29 02:35:29 +02:00
Sergey Bylokhov
324b186f1b
4703110: java.awt.Canvas(GraphicaConfiguration): null reaction
...
Reviewed-by: azvegint, ant
2015-04-29 02:55:39 +03:00
Nils Eliasson
fae244a8b0
8077590: windows_i586_6.2-product-c2-runThese8_Xcomp_vm failing after win compiler upgrade
...
Add /arch:IA32 flag to windows ia32 builds to force x87 codepath
Reviewed-by: kvn, dholmes
2015-04-28 14:46:19 -07:00