Max Ockner
54d2060d42
8060449: Obsolete command line flags accept arbitrary appendix
...
Proper error messages for newly obsolete command line flags.
Reviewed-by: lfoltan, dcubed, coleenp
2014-11-14 13:09:53 -05:00
Eric McCorkle
3e575a7078
8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present
...
Remove tautological assert
Reviewed-by: coleenp, lfoltan, sspitsyn, jiangli
2014-11-14 12:45:55 -05:00
Daniel D. Daugherty
b259ede692
8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
...
8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86
Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files.
Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
2014-11-13 10:39:35 -08:00
Aleksey Shipilev
8f3190b805
8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous
...
Reviewed-by: dcubed, coleenp, kvn, dholmes
2014-11-13 19:12:28 +03:00
Hannes Wallnöfer
20bfcfa75a
8064789: Nashorn should just warn on code store instantiation error
...
Reviewed-by: attila, lagergren
2014-11-13 15:29:22 +01:00
Andreas Lundblad
e404341a88
8059591: Give TaskListener methods empty default implementations
...
Added empty default implementations for TaskListener methods.
Reviewed-by: jfranck, ohrstrom
2014-11-13 14:49:02 +01:00
Nils Eliasson
bc52e8443e
8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
...
Must not be at safepoint when taking CompileQueue_lock
Reviewed-by: kvn, anoll
2014-11-13 14:42:54 +01:00
Jesper Wilhelmsson
c72d5c48e2
Merge
2014-11-13 12:29:09 +01:00
Jesper Wilhelmsson
4ed33fbb19
Merge
2014-11-13 12:28:49 +01:00
Alexander Scherbatiy
d8d026811c
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
...
Reviewed-by: serb, pchelko
2014-11-13 12:00:39 +03:00
Roland Westrelin
4bc2edad15
8054478: C2: Incorrectly compiled char[] array access crashes JVM
...
Dead backbranch in main loop results in erroneous array access
Reviewed-by: kvn, iveresov
2014-11-13 09:19:46 +01:00
Vladimir Ivanov
5a00d5f6b5
8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
...
Reviewed-by: kvn, roland
2014-11-24 07:29:03 -08:00
Tobias Hartmann
9adb455ba8
8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
...
CompilerFailure JFR event should be triggered in ciEnv.
Reviewed-by: kvn
2014-11-24 08:48:15 +01:00
David Chase
ff95f67cce
Merge
2014-11-22 03:10:33 +00:00
David Chase
54b5c3864e
Merge
2014-11-21 21:08:48 -05:00
Vladimir Kozlov
f36e847523
8065618: C2 RA incorrectly removes kill projections
...
Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects).
Reviewed-by: iveresov
2014-11-21 17:17:41 -08:00
Staffan Larsen
47ac075518
Merge
2014-11-13 08:02:38 +01:00
Staffan Larsen
8adbb0b63a
Merge
2014-11-13 07:58:28 +01:00
David Katleman
54cc0b0fff
Added tag jdk9-b39 for changeset d34febeff13b
2014-11-12 20:32:28 -08:00
David Katleman
30d62171d4
Added tag jdk9-b39 for changeset b2343bf3a5d8
2014-11-12 20:32:27 -08:00
David Katleman
b4c3f1aad3
Added tag jdk9-b39 for changeset eafa8898e1a0
2014-11-12 20:32:25 -08:00
David Katleman
5c42081e69
Added tag jdk9-b39 for changeset d4795cb91c4d
2014-11-12 20:32:25 -08:00
David Katleman
ec7efa894a
Added tag jdk9-b39 for changeset b2746ec1c520
2014-11-12 20:32:24 -08:00
David Katleman
f0f4ba635c
Added tag jdk9-b39 for changeset 9f3693786717
2014-11-12 20:32:23 -08:00
David Katleman
e6c564c97f
Added tag jdk9-b39 for changeset 4d506c3aaee1
2014-11-12 20:32:23 -08:00
David Katleman
ba04eee49b
Added tag jdk9-b39 for changeset 940ac2683a10
2014-11-12 20:32:22 -08:00
Coleen Phillimore
a44e4f2067
Merge
2014-11-13 03:48:47 +00:00
Calvin Cheung
7942d78cb9
Merge
2014-11-13 02:09:11 +00:00
Coleen Phillimore
2993751669
Merge
2014-11-12 20:18:13 -05:00
Coleen Phillimore
1b8924bdb6
Merge
2014-11-13 00:40:07 +00:00
Calvin Cheung
1f7d2d4c0d
8043491: warning LNK4197: export '... ...' specified multiple times; using first specification
...
No need to use the /export linker option on windows 64-bit platform
Reviewed-by: ctornqvi, minqi
2014-11-12 16:22:12 -08:00
David Holmes
959631d58d
8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents
...
Removed unused and non-working TraceThreadEvents option
Reviewed-by: coleenp, jiangli
2014-11-12 19:05:59 -05:00
Aleksey Shipilev
f8712e7800
8059677: Thread.getName() instantiates Strings
...
Reviewed-by: coleenp, dholmes, sla
2014-11-13 01:57:09 +03:00
Aleksey Shipilev
4a8e05977e
8059677: Thread.getName() instantiates Strings
...
Reviewed-by: chegar, dholmes, sla, rriggs
2014-11-13 01:55:21 +03:00
Jiangli Zhou
ae5c5e80cd
Merge
2014-11-12 18:31:05 +00:00
Jiangli Zhou
afd3405c2f
8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit
...
Only enable the assert for current_stack_pointer after stub routines become available.
Reviewed-by: dholmes, roland, lfoltan
2014-11-12 13:12:35 -05:00
Jan Lahoda
b136af5563
8064362: WriteableScope.dupUnshared misbehaves on shared Scopes
...
When calling dupUnshared on a shared scope, make sure the result does not contain Symbols that don't belong to the scope that is being dupUnshared.
Reviewed-by: mcimadamore
2014-11-12 19:05:17 +01:00
David Dehaven
1ce0119e15
Merge
2014-11-12 09:36:25 -08:00
David Dehaven
ba945b418e
Merge
2014-11-12 09:20:12 -08:00
Marcus Lagergren
ca13b9a903
8063036: Various pretty printing issues with --log=recompile
...
Reviewed-by: hannesw, jlaskey
2014-11-12 17:19:04 +01:00
Attila Szegedi
2761db3bb6
8064707: Remove NativeArray link logic fields
...
Reviewed-by: hannesw, lagergren
2014-11-12 15:13:08 +01:00
Attila Szegedi
e0d1d687f2
8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
...
Reviewed-by: hannesw, lagergren
2014-11-12 14:54:40 +01:00
Marcus Lagergren
1fd2db0b1a
8064705: Build breaking warning in LengthNotWritableFilter
...
Reviewed-by: hannesw, attila
2014-11-12 14:40:05 +01:00
Andrei Eremeev
9130b22f3f
8042931: Implement classfile tests for EnclosingMethod attribute
...
Reviewed-by: jjg, shurailine, anazarov
2014-11-12 15:16:35 +02:00
Marcus Lagergren
434b1899be
8035312: Various array and ScriptObject length issues for non writable length fields
...
Reviewed-by: hannesw, attila
2014-11-12 14:12:01 +01:00
Maurizio Cimadamore
ed9c1bb743
8064464: regression with type inference of conditional expression
...
Bad classification of conditional leads to spurious error
Reviewed-by: jlahoda
2014-11-12 12:41:32 +00:00
Serguei Spitsyn
cc2452b769
6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
...
Synchronize the jdwp VirtualMachine command functions with the VM_DEATH event
Reviewed-by: dcubed, dsamersoff, dholmes
2014-11-11 21:46:02 -08:00
Weijun Wang
9aae24502b
8063087: policytool reports error message with prefix of "java.lang.Exception"
...
Reviewed-by: xuelei
2014-11-12 10:47:08 +08:00
Tristan Yan
f2c3ec466b
8047962: XML test colocation: AuctionPortal test
...
Reviewed-by: joehw
2014-11-11 14:27:13 -08:00
David Kocher
15d4deb44a
8046777: apple.security.KeychainStore has a problem searching for identities
...
Reviewed-by: mullan
2014-11-11 20:11:34 +00:00