The Wayback Machine - https://web.archive.org/web/20210313073142/https://github.com/topics/jvm
Skip to content
#

jvm

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 1,442 public repositories matching this topic...

编程电子书下载,电子书下载,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类

  • Updated Mar 2, 2021
osi
osi commented Jan 22, 2021

The window operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.

Documentation Issue

I had a data processing pipeline that I introduced batching to, using the window operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP

0xdaryl
0xdaryl commented Jan 26, 2021

There are a number of places in the JIT guarded with TR::Compiler->cls.classesOnHeap(). This query is hardcoded to always return true. J9 classes have resided on the heap for many years now and this is unlikely to change. I doubt this flexibility is still needed.

Assume TR::Compiler->cls.classesOnHeap() is always true and fold and remove code as necessary.

Leave the `classesOnHeap

后端技术总结——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/

  • Updated Mar 12, 2021
  • Java
edrevo
edrevo commented Mar 1, 2021

Having the ability to set an external/advertised hostname is great since it provides users a lot of flexibility in network deployments. However, having it a required argument is a pain for the most common scenario, where the scheduler, client and executors talk to each other in the same network (e.g. k8s or docker-compose).

We should make the external hostname optional. If the scheduler receive

Created by James Gosling

Released May 23, 1995

Website
www.oracle.com/technetwork/java/javase/overview/index.html
Wikipedia
Wikipedia