今天在构建一个jdk perf 工具基于openjdk 11 发现8 的dbg 一直可以查找到,但是11的就是没有
参考issue https://github.com/docker-library/openjdk/issues/324 以及 https://github.com/docker-library/openjdk/pull/322

临时解决方法:

Dockerfile添加如下配置:

 
RUN echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/backports.list

参考资料

https://github.com/rongfengliang/jvm-tools-container
https://github.com/docker-library/openjdk/issues/324
https://github.com/docker-library/openjdk/pull/322

最新文章

  1. 转载:《TypeScript 中文入门教程》 6、命名空间
  2. iOS 目录的使用
  3. POJ 2352 【树状数组】
  4. Codeforces Gym 100513D D. Data Center 前缀和 排序
  5. 用于主题检测的临时日志(fe4edac1-b4f4-4673-ae87-110cbb7dbb5a - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
  6. [九度OJ]1008.最短路径问题
  7. Android 开源框架ActionBarSherlock初探
  8. 十个iOS面试问题
  9. MQTT协议之 Apache Apollo服务
  10. 仿京东树形菜单插件hovertree
  11. python - 初识面向对象
  12. PC/FORTH 下的多任务使用
  13. .net core 2.0 Autofac
  14. jquery 的鼠标事件/淡入淡出/绑定
  15. Spark application注册master机制
  16. ONLYOFFICE连接数20个限制的由来
  17. lxd&openstack-lxd源码剖析
  18. Codeforces 1051E Vasya and Big Integers&1051F The Shortest Statement
  19. URAL 1995 Illegal spices 贪心构造
  20. rabbit的fanout扇形交换机

热门文章

  1. Chrome保存整个网页为图片
  2. SiIsEnterpriseFunctionsRestrictedOnOpenSource
  3. PDF文件添加二维码水印教程
  4. Java-100天知识进阶-GC种类-知识铺(六)
  5. [ThinkPHP]报错:Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in E:\wamp\www\jdlh\application\index\controller\Index.php on line
  6. poj-2234 Matches Game Nim
  7. linux中查找包含指定内容的文件
  8. Mysql综述--数据是如何读存的?(2)
  9. MVC三层架构搭建
  10. C typedef、#define