Per Lidén
|
ce8f2a52fc
|
8029255: G1: Reference processing should not enqueue references on the shared SATB queue
Reviewed-by: brutisso, tschatzl
|
2014-01-10 09:53:53 +01:00 |
|
Petr Pchelko
|
88e4e5a9cd
|
7006339: [parfait] potential null pointer dereference in splashscreen
Reviewed-by: anthony, art
|
2014-01-10 12:07:29 +04:00 |
|
Albert Noll
|
42afc756f5
|
8022494: Make compilation IDs sequential
Use atomic operations to provide sequential compilation IDs
Reviewed-by: kvn, twisti
|
2014-01-10 06:36:18 +01:00 |
|
Christian Thalinger
|
0c84081c87
|
8026413: ScopeDesc::is_equal is declared in header file but not implemented
Reviewed-by: kvn
|
2014-01-09 18:09:59 -08:00 |
|
Calvin Cheung
|
9d16ac7083
|
8022301: [TESTBUG] runtime/jsig/Test8017498.sh incorrectly compiles native code
Added the '-m32' compile option and the '-z noexecstack' link option
Reviewed-by: mseledtsov, zgu
|
2014-01-09 15:48:00 -08:00 |
|
Zhengyu Gu
|
3d84ac9ef1
|
7012961: runtime/jni/WindowsExceptionFilter/WindowsExceptionFilter01 crashes on windows-amd64
VM needs to handle EXCEPTION_FLT_* exceptions on Win64
Reviewed-by: coleenp, ccheung
|
2014-01-09 14:06:53 -05:00 |
|
Erik Helin
|
c6faff2824
|
Merge
|
2014-01-09 16:53:51 +01:00 |
|
Igor Ignatyev
|
26ad8adaf4
|
8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
Reviewed-by: kvn, twisti
|
2014-01-09 19:03:36 +04:00 |
|
Alexander Scherbatiy
|
8e647d9f30
|
8024926: [macosx] AquaIcon HiDPI support
Reviewed-by: serb, anthony
|
2014-01-09 19:01:18 +04:00 |
|
Alexander Scherbatiy
|
0f6202d191
|
8028212: Custom cursor HiDPI support
Reviewed-by: serb, anthony
|
2014-01-09 18:41:00 +04:00 |
|
Alexander Scherbatiy
|
7e1716cfe0
|
8011059: [macosx] Support automatic @2x images loading on Mac OS X
Reviewed-by: serb, flar
|
2014-01-09 18:04:31 +04:00 |
|
Andreas Lundblad
|
147820083e
|
8006730: remove workaround tests when jtreg updated
Removed temporary workaround test-files.
Reviewed-by: jjg
|
2014-01-09 15:00:33 +01:00 |
|
Athijegannathan Sundararajan
|
305de05b44
|
8031359: Invocable.getInterface() works incorrectly if interface has default methods
Reviewed-by: attila, hannesw
|
2014-01-09 19:23:34 +05:30 |
|
Erik Joelsson
|
2e13e9981d
|
8029908: jdk 8u5 mac build produces incorrect version string 1.8.0_5
Reviewed-by: tbell, ihse
|
2014-01-09 12:35:20 +01:00 |
|
Niclas Adlertz
|
f0e34eb09c
|
8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one.
Reviewed-by: twisti, drchase, iveresov
|
2014-01-09 10:47:40 +01:00 |
|
Weijun Wang
|
b8fd19accd
|
8031395: Enhance LDAP processing
Reviewed-by: vinnie, alanb, skoivu, ahgross
|
2014-01-09 17:41:41 +08:00 |
|
Petr Pchelko
|
4d23e24741
|
8027561: [macosx] Cleanup "may not respond to selector" warnings in native code
Reviewed-by: azvegint, serb
|
2014-01-09 12:47:01 +04:00 |
|
Bill Pittore
|
ea35991cab
|
8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer
Check for sun.management.Agent class and print message and exit VM if not found at startup.
Reviewed-by: dholmes, mchung
|
2014-01-08 20:23:16 -05:00 |
|
Daniel D. Daugherty
|
1eed5c3f4d
|
Merge
|
2014-01-08 13:53:24 -08:00 |
|
Dan Xu
|
e957946384
|
8028726: (prefs) Check src/solaris/native/java/util/FileSystemPreferences.c for JNI pending exceptions
Reviewed-by: lancea, chegar, alanb
|
2014-01-08 13:25:10 -08:00 |
|
Vladimir Kozlov
|
e0f7022326
|
Merge
|
2014-01-08 11:20:09 -08:00 |
|
Vladimir Kozlov
|
378ba63ea9
|
Merge
|
2014-01-08 11:19:25 -08:00 |
|
Joe Wang
|
7e0e645fa1
|
8029282: Enhance CharInfo set up
Reviewed-by: alanb, lancea, dfuchs, skoivu
|
2014-01-08 10:49:54 -08:00 |
|
Vladimir Kozlov
|
ba7149bbda
|
8028468: Add inlining information into ciReplay
Allow dump and replay inlining for specified method during a program execution.
Reviewed-by: roland, twisti
|
2014-01-08 10:25:50 -08:00 |
|
Erik Joelsson
|
30bc289192
|
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
Reviewed-by: alanb
|
2014-01-08 14:04:35 +01:00 |
|
Srikalyan Chandrashekar
|
b82ed208c9
|
6772009: java/util/concurrent/locks/ReentrantLock/CancelledLockLoops.java test failed with 'Completed != 2'
Reviewed-by: martin, dholmes
|
2014-01-08 13:08:20 +00:00 |
|
Erik Joelsson
|
9e98292064
|
8030781: System.setProperties(null) drops all system properties (RELEASE not set)
Reviewed-by: alanb, ihse, tbell
|
2014-01-08 14:02:32 +01:00 |
|
Tristan Yan
|
97d83a1cd7
|
8030089: java/util/zip/ZipFile/FinalizeZipFile.java intermittently fails with fastdebug builds
Reviewed-by: alanb
|
2014-01-08 12:59:57 +00:00 |
|
Athijegannathan Sundararajan
|
9304f8da29
|
8031317: SyntaxError when property setter has no parameter
Reviewed-by: lagergren, hannesw
|
2014-01-08 17:51:47 +05:30 |
|
Staffan Larsen
|
2352ce8d9c
|
8030184: Remove unneeded "content_type" declarations from tracetypes.xml
Reviewed-by: dholmes, jbachorik, egahlin, mgronlun
|
2014-01-08 13:20:33 +01:00 |
|
Niclas Adlertz
|
1defb28228
|
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only.
Reviewed-by: kvn
|
2014-01-08 12:05:19 +01:00 |
|
Roland Westrelin
|
cb7814987c
|
8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
May end up in uncommon trap blob/deopt blob with unguarded stack
Reviewed-by: kvn, twisti
|
2014-01-08 09:49:31 +01:00 |
|
Jeremy Manson
|
783155575c
|
8031376: TraceClassLoading expects there to be a (Java) caller when you load a class with the bootstrap class loader
Reviewed-by: sla, dholmes
|
2014-01-08 08:34:02 +01:00 |
|
Michael Fang
|
35c8ad651d
|
8026570: NLS: jdk8 man page update
Reviewed-by: naoto, okutsu
|
2014-01-07 22:04:03 -08:00 |
|
Weijun Wang
|
3da9e45a5c
|
8038754: ReplayCacheTestProc test fails with timeout
Reviewed-by: alanb
|
2014-03-31 16:12:28 +08:00 |
|
Pavel Rappo
|
ae37055bc4
|
8037781: Remove sun.misc.Regexp* classes
Reviewed-by: alanb, chegar
|
2014-03-29 20:20:04 +00:00 |
|
Stephen Colebourne
|
eb34c3be0c
|
8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
Correctly zeros low order bits of time when setting milli/micro
Reviewed-by: alanb, rriggs
|
2014-03-06 17:16:20 +00:00 |
|
Stephen Colebourne
|
236cccdef9
|
8036785: ChronoLocalDate refers to generics that have been removed
Reviewed-by: alanb, rriggs
|
2014-03-06 17:46:12 +00:00 |
|
Stephen Colebourne
|
88af481e90
|
8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
Reviewed-by: lancea, rriggs
|
2014-03-29 15:01:47 -04:00 |
|
Igor Ignatyev
|
4fdcaf04d8
|
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
Reviewed-by: iveresov, twisti, vlivanov
|
2014-03-29 12:29:21 +04:00 |
|
Erik Joelsson
|
6db88c8747
|
Merge
|
2014-03-28 18:03:40 +01:00 |
|
Amanda Jiang
|
cbaa56fdf7
|
8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface
Reviewed-by: chegar
|
2014-03-28 16:59:19 +00:00 |
|
Erik Joelsson
|
2ab9ecf5d9
|
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
Reviewed-by: ihse
|
2014-03-28 15:00:07 +01:00 |
|
Alexander Stepanov
|
5611388a3d
|
8038493: Tidy warnings cleanup for java.sql
Reviewed-by: lancea, chegar
|
2014-03-28 15:56:24 +04:00 |
|
Volker Simonis
|
dc7ab2363c
|
8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect()
Reviewed-by: alanb
|
2014-03-28 11:57:02 +01:00 |
|
Alexander Stepanov
|
a916ed751a
|
8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event
Reviewed-by: pchelko, serb
|
2014-03-28 14:33:53 +04:00 |
|
Mandy Chung
|
d056456ee8
|
8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
Reviewed-by: alanb, sherman
|
2014-03-27 17:11:28 -07:00 |
|
Chris Hegarty
|
d7853cdac7
|
8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
Reviewed-by: erikj
|
2014-03-27 13:42:39 +00:00 |
|
Valerie Peng
|
7c1f3f86f8
|
8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
Fix pending exception errors found by parfait.
Reviewed-by: weijun
|
2014-03-26 23:53:22 +00:00 |
|
Chris Hegarty
|
efd4316d45
|
8038438: Review comments from 8034181
Reviewed-by: alanb
|
2014-03-26 20:57:49 +00:00 |
|