Bradford Wetmore
829859cbd8
Merge
2014-05-27 17:06:18 +00:00
Yumin Qi
49c3c35a14
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
...
In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same.
Reviewed-by: dholmes, iklam, jiangli, coleenp
2014-05-27 08:44:23 -07:00
Sean Mullan
91bc3af392
8038908: Make Signature more robust
...
Reviewed-by: valeriep, skoivu, asmotrak
2014-05-27 08:56:59 -04:00
Athijegannathan Sundararajan
d779eeab89
8044000: Access to undefined property yields "null" instead of "undefined"
...
Reviewed-by: lagergren, jlaskey
2014-05-27 17:40:19 +05:30
Jonathan Lu
2a4f865234
8043495: Add native FileChannelImpl.transferTo0() implementation for AIX
...
Reviewed-by: alanb
2014-05-27 17:56:35 +08:00
Pavel Rappo
f7f994834f
8024832: ServerSocketChannel.socket().accept() throws IllegalBlockingModeException if not bound
...
Reviewed-by: chegar, michaelm, alanb, mr
2014-05-27 10:27:51 +01:00
Ivan Gerasimov
2f8bdbc5fd
8039319: (smartcardio) Card.transmitControlCommand() does not work on Mac OS X
...
Reviewed-by: valeriep
2014-05-28 11:41:26 +04:00
Joe Wang
91d9371566
8043592: The basic XML parser based on UKit fails to read XML files encoded in UTF-16BE or LE
...
Reviewed-by: sherman, lancea
2014-05-27 17:26:52 -07:00
Masayoshi Okutsu
989151115e
8033627: UTC+02:00 time zones are not detected correctly on Windows
...
Reviewed-by: peytoia
2014-05-27 16:20:09 +09:00
James Cheng
9442603fcd
8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
...
Move the lopp from DigestBase.engineUpdate() to new private method implCompressMultiBlock() which can be intrinsified.
Reviewed-by: psandoz, ascarpino, forax
2014-05-26 18:34:26 -07:00
Omair Majid
5fa1e08e42
8043975: Update README for jdk9
...
Reviewed-by: tbell
2014-05-26 17:22:04 -04:00
Dmitry Fazunenko
ef1fa497b3
8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
...
Reviewed-by: jmasa, iignatyev
2014-05-26 19:21:01 +04:00
Filipp Zhinkin
e7419662ba
8038924: Test bit-instructions fails with unexpected exit value on sparc
...
Reviewed-by: kvn, iignatyev
2014-05-26 19:05:01 +04:00
Sergey Malenkov
13c62bc476
8019180: Use JComboBox as it's own ActionListener leads to unexpected behaviour
...
Reviewed-by: alexsch, serb
2014-05-26 18:01:59 +04:00
Miroslav Kos
9de45895e7
8043762: Remove unused files from jaxws repository
...
Reviewed-by: alanb
2014-05-26 14:59:14 +02:00
Peter Brunet
4239598ced
8009883: REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
...
Remove redundant focus handler that was causing a second focus event
Reviewed-by: alexsch, pchelko
2014-05-26 16:37:25 +04:00
Roland Westrelin
ee80d81323
8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
...
Dumps inlining only for last compilation attempt. Fix LogCompilation tool so it handles multiple compilation attempts.
Reviewed-by: vlivanov, kvn
2014-05-26 14:27:01 +02:00
Dmitriy Ermashov
8fab8231ab
8041915: Move 8 awt tests to OpenJDK regression tests tree
...
Reviewed-by: pchelko, alexsch
2014-05-26 15:50:10 +04:00
Alexander Scherbatiy
7a0d4ecc23
8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
...
Reviewed-by: serb, pchelko
2014-05-26 14:33:49 +04:00
Athijegannathan Sundararajan
f7940fec73
8043930: TypeError when attemping to create an instance of non-public class could be better
...
Reviewed-by: attila, lagergren
2014-05-26 15:48:25 +05:30
Roland Westrelin
a7d8aec5fb
8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
...
Larger heap size, bug fix when trying to exhaust memory
Reviewed-by: vlivanov, twisti, kvn
2014-05-26 10:48:58 +02:00
Dan Horak
f65e3fcaac
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
...
The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration.
Reviewed-by: tschatzl, sjohanss
2014-05-26 09:31:43 +02:00
Bradford Wetmore
892219868a
Merge
2014-05-23 23:55:14 +00:00
Coleen Phillimore
854f5afca7
Merge
2014-05-23 21:34:49 +00:00
Yuri Gaevsky
4f2c88d8cd
8043925: Fix typo in verifier.cpp
...
Fix lookupswitch
Reviewed-by: sla, coleenp
2014-05-23 16:54:01 -04:00
Coleen Phillimore
f5266ba9b2
Merge
2014-05-23 16:43:47 -04:00
Kirill Shirokov
20674a667a
8032970: Add stack size check methods to WhiteBox API
...
Reviewed-by: twisti, kvn, iignatyev
2014-05-24 00:04:21 +04:00
Rob McKenna
7f334fe1a1
8041451: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
...
Reviewed-by: vinnie
2014-05-23 19:42:16 +01:00
Phil Race
a06fbd4beb
Merge
2014-05-23 11:16:31 -07:00
Phil Race
52b0d5e413
Merge
2014-05-23 11:13:54 -07:00
John Coomes
a87f754f04
Merge
2014-05-23 10:48:42 -07:00
John Coomes
e08330c0d5
Merge
2014-05-23 10:28:09 -07:00
Christian Thalinger
71d4460883
Merge
2014-05-23 09:22:01 -07:00
Joe Wang
659ff66142
8043666: Remove unused files from jaxp repository
...
Reviewed-by: alanb
2014-05-23 09:06:34 -07:00
Phil Race
6a13c2cf98
Merge
2014-05-23 09:05:24 -07:00
Phil Race
026b1aa044
Merge
2014-05-23 09:05:08 -07:00
Petr Pchelko
e6130c49cd
8031485: [macosx] Combo box consuming escape key events
...
Reviewed-by: serb, alexsch
2014-05-23 19:48:25 +04:00
Petr Pchelko
d454bf5946
8043610: Sorting columns in JFileChooser fails with AppContext NPE
...
Reviewed-by: anthony, alexsch
2014-05-23 19:43:14 +04:00
Rob McKenna
9be082f402
8042857: 14 stuck threads waiting for notification on LDAPRequest
...
Reviewed-by: vinnie
2014-05-23 16:24:43 +01:00
Omair Majid
e563c48360
8043805: Allow using a system-installed libjpeg
...
Reviewed-by: andrew, anthony, prr
2014-05-23 11:04:37 -04:00
Omair Majid
13b3a50623
8043805: Allow using a system-installed libjpeg
...
Reviewed-by: andrew, anthony, prr
2014-05-23 11:04:32 -04:00
Miroslav Kos
4cac8137e0
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
...
Reviewed-by: chegar
2014-05-23 16:35:10 +02:00
Miroslav Kos
a6da88c8ad
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
...
Reviewed-by: chegar
2014-05-23 16:25:43 +02:00
Miroslav Kos
81760b3498
8039210: Fix type error in DefaultResourceInjector
...
Adding generic types to method call; blocker for fixing javac issue
Reviewed-by: chegar
2014-05-23 16:24:18 +02:00
Jaroslav Bachorik
264825d4bf
8043572: demo/jvmti/mtrace/TraceJFrame.java fails with AWTError: Can't connect to X11 window server using '$DISPLAY_SITE' as the value of the DISPLAY variable
...
Reviewed-by: sla
2014-05-23 15:07:22 +02:00
Petr Pchelko
f97c6a8a96
8041545: Better validation of generated rasters
...
Reviewed-by: prr, serb, bae, skoivu
2014-05-23 10:56:42 +04:00
Ivan Gerasimov
26e2d0e096
8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
...
Reviewed-by: valeriep
2014-05-23 07:07:33 +04:00
Christian Thalinger
67ad89efd5
Merge
2014-05-22 16:26:05 -07:00
Sonali Goel
378c3fe62f
8043336: Missing bug id in test/tools/javac/lambda/TargetType23.java
...
Reviewed-by: jjg, vromero, dlsmith
2014-05-22 15:42:10 -07:00
Lana Steuck
27608d88d6
Merge
2014-05-22 14:40:06 -07:00