src/jdk.jdi/share/classes/com/sun/tools/jdi/TargetVM.java
changeset 50436 48ec3c25fe99
parent 47216 71c04702a3d5
--- a/src/jdk.jdi/share/classes/com/sun/tools/jdi/TargetVM.java	Thu Jun 07 01:33:09 2018 +0200
+++ b/src/jdk.jdi/share/classes/com/sun/tools/jdi/TargetVM.java	Wed Jun 06 19:47:22 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -53,7 +53,7 @@
      * TO DO: The limit numbers below are somewhat arbitrary and should
      * be configurable in the future.
      */
-    static private final int OVERLOADED_QUEUE = 2000;
+    static private final int OVERLOADED_QUEUE = 10000;
     static private final int UNDERLOADED_QUEUE = 100;
 
     TargetVM(VirtualMachineImpl vm, Connection connection) {