Magnus Ihse Bursie
d45fc51a44
8034191: Move relevant parts of build system to new closed repo
...
Reviewed-by: erikj, tbell
2014-02-13 00:00:20 +01:00
Iaroslav Savytskyi
cdf2798f11
8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently changed
...
Reviewed-by: alanb
2014-01-13 16:17:43 +00:00
Petr Pchelko
0d1b63f4cb
8029893: Remove reflection from DataTransferer.getInstance
...
Reviewed-by: anthony, serb
2014-01-13 19:09:24 +04:00
Zhengyu Gu
509d617369
8031530: [TESTBUG] Enable test runtime/LoadClass/LoadClassNegative.java
...
Re-enabled the test. The issue that prevents this test from running was fixed by 8020675
Reviewed-by: sla, ccheung
2014-01-13 10:05:37 -05:00
Fredrik Arvidsson
6c1b243c0e
8031304: Add dcmd to print all loaded dynamic libraries
...
Adding VM.dynlibs as a dcmd to dump all loaded dynamic libraries.
Reviewed-by: sla, fparain, mgronlun, dsamersoff
2014-01-14 15:27:01 +01:00
Harold Seigel
f84476eec5
Merge
2014-01-13 18:30:57 -05:00
Athijegannathan Sundararajan
fee7c642da
8029332: Do not require nasgen-generated functions to return Object
...
Reviewed-by: lagergren, jlaskey, hannesw
2014-01-13 18:13:55 +05:30
Abhijit Saha
11f5c21bbd
Merge
2014-01-10 23:07:27 -08:00
Abhijit Saha
8a1732132d
Merge
2014-01-10 23:07:03 -08:00
Abhijit Saha
d9f2485d84
Merge
2014-01-10 17:08:11 -08:00
Abhijit Saha
202ddccbd6
Merge
2014-01-10 17:06:56 -08:00
Morris Meyer
a665235538
Merge
2014-01-10 12:54:08 -08:00
Jan Lahoda
8a2542c71f
8030049: RoundEnvironment.getElementsAnnotatedWith receives wrong elements
...
Match the required and actual annotations using Element equivalence rather than TypeMirror equivalence, to avoid trouble with erroneous types.
Reviewed-by: darcy
2014-01-10 19:02:54 +01:00
David Katleman
d77bace78b
Added tag jdk8-b123 for changeset 8db9ff9fdd86
2014-01-10 08:32:23 -08:00
David Katleman
fbc6a14e87
Added tag jdk8-b123 for changeset bdff65a5777e
2014-01-10 08:32:00 -08:00
David Simms
6005ba852d
8029858: Enhance array copies
...
Just read the source element once
Reviewed-by: coleenp, ahgross
2014-01-10 15:58:40 +01:00
Harold Seigel
9099e9ddcc
8034926: Attribute classes properly
...
Add check to prevent underflow
Reviewed-by: coleenp, ahgross
2014-02-20 13:11:23 -05:00
Andreas Lundblad
a76d1ab5a2
8028389: NullPointerException compiling annotation values that have bodies
...
Made sure anonymous class declarations inside class- and package-level annotations are properly entered.
Reviewed-by: jfranck
2014-01-10 12:47:15 +01:00
Jan Lahoda
e32b40185e
8029376: Full attribution of unresolvable annotations
...
8029161: javac crashing when processing broken annotations
Attributing values of annotation attributes regardless how broken the annotation is.
Reviewed-by: jjg, jfranck
2014-01-10 11:31:09 +01:00
Erik Joelsson
92c1290d36
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
...
8030946: No jmc.1 for man page of JMC
Reviewed-by: ihse, tbell
2014-01-10 10:25:54 +01:00
Per Lidén
ca035a4040
8029162: G1: Shared SATB queue never enabled
...
Reviewed-by: brutisso, mgerdin, tschatzl
2014-01-10 09:54:25 +01:00
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