summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2015-02-06 09:16:32 +0100
committerSebastien Hertz <shertz@google.com>2015-02-17 22:42:43 +0100
commitb3b173bbbd1d1cbad555de13c3fa6765f5078bce (patch)
tree89d380f42aed1a4c60db40f8be7d22501eaafa32 /runtime/runtime.h
parente5f5953e744060fde3b4489cea4d934d529e3e32 (diff)
downloadart-b3b173bbbd1d1cbad555de13c3fa6765f5078bce.tar.gz
art-b3b173bbbd1d1cbad555de13c3fa6765f5078bce.tar.bz2
art-b3b173bbbd1d1cbad555de13c3fa6765f5078bce.zip
Follow up 129144
Passes JDWP options to debugger on runtime init so we no longer need to keep them on the heap. Updates ParseJdwpOption to return Result for consistency. Bug: 19275792 Change-Id: I68b7e58908164d3e4cf9e3fbcc3dfab6ce0579a5
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index d98eb8d5d2..118c838397 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -47,9 +47,6 @@ namespace gc {
class GarbageCollector;
} // namespace collector
} // namespace gc
-namespace JDWP {
- struct JdwpOptions;
-} // namespace JDWP
namespace mirror {
class ArtMethod;
class ClassLoader;
@@ -685,9 +682,6 @@ class Runtime {
// that there's no native bridge.
bool is_native_bridge_loaded_;
- // JDWP options for debugging.
- const JDWP::JdwpOptions* jdwp_options_;
-
DISALLOW_COPY_AND_ASSIGN(Runtime);
};
std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);